Install driver on a product machine

I can install my kernel mode driver on a test machine, I’ve tried install it on a product machine but it is failed.
How can I Install driver on a product machine?

Well, what’s the difference between the test machine and the production machine? How does it fail, exactly? Did you get your driver package signed by Microsoft?


This is my test machine.

On my test machine, I’ve installed ‘WDK Test Target Setup x64-x64_en-us.msi’ and enable WinDBG remote debugging using KDNet, my product machine is not. My test machine and product machine are not the same build version but I’ve also built the driver for corresponding target version.

I did not sign my driver and here is the error when I right click on .inf file and choose ‘install’

You cannot install an unsigned driver on Windows 10 unless the kernel debugger is attached.

1 Like