Issue/Question
System booting to a crash screen
Error: WDF_Violation
Environment
Cause
Corrupt driver file
Resolution
Rename driver file, which will force Windows to recreate it during next restart:
- Click Troubleshoot
- Click Advanced Options
- Click Command Prompt
Note: You may need to select an account to continue
- Type c:
- Press ENTER
- Type cd c:\Windows\system32\drivers
- Press ENTER
Note: For steps 8 and 12, the files may not be there. Still run the command
- Type ren HpqKbFiltr.sys HpqKbFiltr.sys.bak
- Press ENTER
- Type cd c:\windows\system32\drivers\wd\
- Press ENTER
- Type ren WDFilter.sys WDFilter.sys.bak
- Press ENTER
- Type exit
- Press ENTER
The system should restart. You may need to restart it yourself.