Advertisement
Guest User

Blue Screen Of Death

a guest
Mar 30th, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.05 KB | None | 0 0
  1. sys.clear()
  2. sys.setbgcolor({.2,.2,.9,9})
  3. sys.setcolor(colors.white)
  4. print('                             ')
  5. print('                             Windows')
  6. print(' ')
  7. print('A problem has been detected and Windows has been shut down to prevent damage to your computer. If this is the first time youve seen this stop error screen, restart your computer. If this screen appears again, follow these steps: Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for Windows updates you might need. If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.')
  8. print('  ')
  9. print('Technical information: *** STOP: 0x000000FE 0x00000008, 0x000000006, 0x00000009, 0x847075cc')
  10. print(' ')
  11. keys = sys.input('                  Press RETURN to continue. ')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement