Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAT file #32

Open
shpyro opened this issue Nov 22, 2022 · 1 comment
Open

BAT file #32

shpyro opened this issue Nov 22, 2022 · 1 comment

Comments

@shpyro
Copy link

shpyro commented Nov 22, 2022

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

@shpyro shpyro changed the title BAT filr BAT file Nov 22, 2022
@NicolasGuilloux
Copy link

I think it is now fixed with the latest release.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@NicolasGuilloux @shpyro and others