I have an inf file for a user-mode driver for a device.
Does windows require me to get this driver signed?
Are there any risks of not having this driver signed?
I know that kernel-mode drivers need to be signed.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The short answer is no; windows does not require signing for user-mode drivers on x86/x64.
There are no risks with not having it signed, and you don’t have to pay the fee to have Microsoft sign the driver.
UPDATE:
This is no longer the case as Soroush Falahati’s answer will point out, please refer to his answer