我已将makecert.exe复制到我的System32文件夹,并在许多PC上使用以下命令
makecert -r -pe -n "CN=JOHNCERT" -b 01/01/2000 -e 01/01/2099 -eku 1.3.6.1.5.5.7.3.3 -ss My
但对于几台PC(与其他PC没有明显区别),它表现得很奇怪,因为它只是不断重复我所写的内容所以我最终得到了
makecert -r -pe -n "CN=JOHNCERT" -b 01/01/2000 -e 01/01/2099 -eku 1.3.6.1.5.5.7.3.3 -ss My
makecert -r -pe -n "CN=JOHNCERT" -b 01/01/2000 -e 01/01/2099 -eku 1.3.6.1.5.5.7.3.3 -ss My
makecert -r -pe -n "CN=JOHNCERT" -b 01/01/2000 -e 01/01/2099 -eku 1.3.6.1.5.5.7.3.3 -ss My
makecert -r -pe -n "CN=JOHNCERT" -b 01/01/2000 -e 01/01/2099 -eku 1.3.6.1.5.5.7.3.3 -ss My
makecert -r -pe -n "CN=JOHNCERT" -b 01/01/2000 -e 01/01/2099 -eku 1.3.6.1.5.5.7.3.3 -ss My
makecert -r -pe -n "CN=JOHNCERT" -b 01/01/2000 -e 01/01/2099 -eku 1.3.6.1.5.5.7.3.3 -ss My
这将永远持续下去(但永远不会创建证书)。我必须按Ctrl + C才能停止它。
有没有人知道为什么会这样。我在Win 7 Pro 64-Bit上尝试过Admin和限制用户
由于 约翰
答案 0 :(得分:0)
抱歉,现在意识到我的错误。
我通常将makecert.exe复制到用户C:\ Windows \ System32文件夹中,但出于某种原因,我得到了一个MakeCert.bat批处理文件并将其放在那里。抱歉浪费时间!
无论如何,谢谢你的回复 约翰