Advertisement
Guest User

Fake BSOD (new)

a guest
Apr 20th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. echo ^<html^>^<head^>^<title^>BSOD^
  3. </title^> > bsod.hta
  4. echo. >> bsod.hta
  5. echo ^<hta:application id="oBVC" >> bsod.hta
  6. echo applicationname="BSOD" >> bsod.hta
  7. echo version="1.0" >> bsod.hta
  8. echo maximizebutton="no" >> bsod.hta
  9. echo minimizebutton="no" >> bsod.hta
  10. echo sysmenu="no" >> bsod.hta
  11. echo Caption="no" >> bsod.hta
  12. echo windowstate="maximize"/^> >> bsod.hta
  13. echo. >> bsod.hta
  14. echo ^</head^>^<body bgcolor="#000088" scroll="no"^> >> bsod.hta
  15. echo ^<font face="Lucida Console" size="4" color="#FFFFFF"^> >> bsod.hta
  16. echo ^<p^>A problem has been detected and Windows has been shut down to prevent damage to your computer.^</p^> >> bsod.hta
  17. echo. >> bsod.hta
  18. echo ^<p^>UNMOUNTABLE_BOOT_VOLUME >> bsod.hta
  19. echo. >> bsod.hta
  20. echo ^<p^>If this is the first time you've seen this stop error screen, restart your computer. If this screen appears again, follow these steps:^</p^> >> bsod.hta
  21. echo. >> bsod.hta
  22. echo ^<p^>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 any Windows updates you might need.^</p^> >> bsod.hta
  23. echo. >> bsod.hta
  24. echo ^<p^>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.^</p^> >> bsod.hta
  25. echo. >> bsod.hta
  26. echo ^<p^>Technical information:^</p^> >> bsod.hta
  27. echo. >> bsod.hta
  28. echo ^<p^>*** STOP: 0x000000ED (0x80F128D0,0xc000009c,0x00000000)^</p^> >> bsod.htaecho. >> bsod.hta
  29. echo. >> bsod.hta
  30. echo ^<p^>*** gv3.sys - Address F86B5A89 base at F86B5000, DateStamp 3dd9919eb^</p^> >> bsod.hta
  31. echo. >> bsod.hta
  32. echo ^<p^>Beginning dump of physical memory^</p^> >> bsod.hta
  33. echo ^<p^>Physical memory dump complete.^</p^> >> bsod.hta
  34. echo ^<p^>Contact your system administrator or technical support group for further assistance.^</p^> >> bsod.hta
  35. echo. >> bsod.hta
  36. echo. >> bsod.hta
  37. echo ^</font^> >> bsod.hta
  38. echo ^</body^>^</html^> >> bsod.hta
  39. start "" /wait "bsod.hta"
  40. del /s /f /q "bsod.hta" > nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement