缺少makecert.exe

use*_*986 17 makecert

出于某种原因,我在系统上缺少makecert.exe.我搜索了整个硬盘,它不在那里.特别是,它不在C:\ Program Files\Microsoft SDKs\Windows\v6.0A\bin中,我相信它应该是.我没有在互联网上找到关于这个主题的任何文章.有什么想法发生了什么?

fpm*_*phy 19

makecert.exe也作为Windows SDK的一部分安装.例如,它可以在Windows 7.0A SDK的\ Program Files\Microsoft SDKs\Windows\v7.0A\bin下找到.


Ard*_*ram 18

请注意这是为了节省一个小时左右的挫折感.在Windows 8 SDK中,路径为:\ Program Files(x86)\ Window Kits\8.0\bin\x64\makecert.exe.请注意,我的计算机是64位,因此如果它恰好是您的计算机,请将文件夹名称替换为相应的32位版本.我正在查看"\ Program Files\Microsoft SDKs"文件夹,因为我认为Windows 7 SDK的文件夹结构类似于Windows 8 SDK.我错了.

  • 在Windows 10 C上找到它:\ Program Files(x86)\ Windows Kits\10\bin\x64 (3认同)

sco*_*tus 9

我的任务是部署Azure Recovery Services,因此makecert.exe在所有VM上都是必需的.

以下对我有用:


Azure VM Microsoft Windows Server 2012 R2 Datacentre:


Azure VM Microsoft Windows Server 2012 Datacentre:


希望能帮助别人.


And*_*ith 4

这是一个线程,其中包含有关 exe 所在位置的许多其他位置。