Hello Megareyka,
Thank you for posting in Q&A forum.
Error code 52 typically indicates that Windows cannot verify the digital signature for the driver files. Here are some steps you can take to troubleshoot:
- Verify Driver Signature:
You can use the signtool utility to verify the signature: signtool verify /v /kp yourdriver.sys
- Disable Driver Signature Enforcement:
Temporarily disable driver signature enforcement to test your driver:
Run the following commands:
bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON
Restart your computer and try loading the driver again.
- Reinstall the Driver:
Uninstall the driver from Device Manager and then reinstall it:
- Check Event Viewer:
Look for more detailed error messages in the Event Viewer that might give you additional clues about what is going wrong.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.