Windows 7中缺少makecert.exe,如何获取并使用它

pra*_*vin 24 makecert windows-7

我使用的是Windows 7.我没有makecert.exe,当我尝试运行命令来生成证书时,我才知道

makecert -sk XYZ -n "CN=XYZ Company" testXYZ.cer
Run Code Online (Sandbox Code Playgroud)

我收到错误:

'makecert' is not recognised as an internal or external command, operable program or batch file.
Run Code Online (Sandbox Code Playgroud)

请提示如何解决此问题.我是否需要再次安装Windows SDK.

此致,普拉文.

Pet*_*vis 37

makecert.exe随Visual Studio和Windows SDK一起提供.因此,只需使用Visual Studio命令提示符或Windows SDK命令提示符,它就可以直接使用,因为它将包含在命令提示符路径中.

makecert 包含在".NET开发>工具"存储桶中.

这个所选择的桶包括所述makecert实用程序(至少在SDK V7.1). 此选定存储桶包含makecert实用程序(SDK v7.1).

  • 如果您只需要makecert:为您的计算机安装Windows SDK版本.在安装过程中,取消除.net工具之外的所有内容. (11认同)

adi*_*dar 13

C:\ Program Files(x86)\ Windows Kits\8.0\bin\x64

要么

C:\ Program Files(x86)\ Windows Kits\8.0\bin\x86


Aji*_*ola 11

你可以在这里找到一个版本的makecert:http://www.inventec.ch/chdh/notes/makecert_5_131_3790_0.zip.还有关于如何使用它的说明:http://www.inventec.ch/chdh/notes/14.htm


Oca*_*tal 9

你读过这个链接:MakeCert?它会将您发送到Microsoft Windows软件开发工具包,您可以从中下载SDK,包括makecert