Monday, October 16, 2017

Blue screen Error "SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (WppRecorder.sys)" on win8.1


Here is how to solve "SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (WppRecorder.sys)"

1. Boot to the recovery console (you should automatically get there after a few Blue Screen crashes)
2. Launch command prompt
3. Run the following command:
"c:\windows\system32\compact.exe /U c:\windows\system32\drivers\*.sys"
4. Reboot
5. As soon as you successfully boot, disable NTFS compression system, so that does not reintroduce the issue again:
"fsutil behavior set DisableCompression 1" (Note: Command should run as administrator mode)
6. Reboot again (so the Disable Compression setting takes effect).

No comments:

Post a Comment