I have tried to run the NONPNP windows driver code. It installs and when I run the nonpnpapp.exe I get a driver signing error.
"windows requires a digitally signed driver"
I am running this on debug mode and release I am test signing it.
Why am I still getting this error? I do know that x64 machines needs this, I am on windows7 x64.
So we need to do something else.
Visual studio output says that the sys
file is successfully signed.
I trace the code. It copies the sys
to system32/drivers
after it is signed.