Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1012 Bytes

File metadata and controls

44 lines (29 loc) · 1012 Bytes

NoMoreBugCheck

Prevent Windows from BSODing no matter what happens!

Warning

Using this is the equivalent of disabling the circuit breaker in your house. Windows BSODs whenever a serious problem occurs to prevent memory/data corruption. Although your computer won't blow up you could corrupt memory/data present on the system. This was done only for fun and should not be used for any serious purposes. I am not responsible for loss of any data or damage to the system.

How to use?

  1. Enable test signing
bcdedit /set testsigning on
  1. Create a service using SC
sc create NoMoreBugCheck binPath=C:\where\ever\the\driver\is\NoMoreBugCheck.sys type=kernel start=manual
  1. Run it!
sc start NoMoreBugCheck

Demo

p6oF6flk6j.mp4

Note

  • If you want to revert the changes just unload the driver by running
sc stop NoMoreBugCheck
  • The system can hang if the problem was severe.