You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BAT file doesn't work because it contains an error: ./CertMgr.exe /add IddSampleDriver.cer /s /r localMachine root
It should be .\ instead of ./
So the full working command is: .\CertMgr.exe /add IddSampleDriver.cer /s /r localMachine root
The text was updated successfully, but these errors were encountered:
I would add that running the command from a admin terminal rather than right click and executing as Admin made it work for me. The right click method didn't register properly the certificate for me.
The BAT file doesn't work because it contains an error:
./CertMgr.exe /add IddSampleDriver.cer /s /r localMachine root
It should be
.\
instead of./
So the full working command is:
.\CertMgr.exe /add IddSampleDriver.cer /s /r localMachine root
The text was updated successfully, but these errors were encountered: