Advertisement
AyrA

BSOD on request

Sep 27th, 2016
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 1.06 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ;This file allows you to generate a blue screen from your keyboard
  4. ;This requires administrative privileges
  5.  
  6. ;Caution
  7. ;=======
  8. ;Creating a BSOD will result in the loss of all unsaved data and can corrupt application settings.
  9. ;To prevent this, make sure you close all applications before triggering a BSOD.
  10. ;In general you should only do this if you absolutely need a kernel memory snapshot.
  11.  
  12. ;Install
  13. ;=======
  14. ;1. Download this file and make sure the file extension is ".reg"
  15. ;2. Double click the file to import its contents
  16. ;3. Reboot the computer
  17.  
  18. ;Usage
  19. ;=====
  20. ;Press and hold [CTRL], then press [SCROLL LOCK] twice
  21.  
  22. ;Uninstall
  23. ;=========
  24. ;1. Edit this file and change the "1" in "dword:00000001" to "0" for both entries
  25. ;2. Double click the file to import it again.
  26. ;3. Reboot the computer
  27.  
  28. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\i8042prt\Parameters]
  29. "CrashOnCtrlScroll"=dword:00000001
  30.  
  31. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\kbdhid\Parameters]
  32. "CrashOnCtrlScroll"=dword:00000001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement