Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Makecert missing from Windows 10 and Visual Studio 2015 install?

I did a clean install of windows 10 and visual studio 2015 and did not find makecert.exe anywhere. Does some other software need to be installed to get this program back?

I looked in all the folders under "C:\Program Files (x86)\Microsoft SDKs\Windows\\" and did not see it in any.

I also opened the "Developer Command Prompt for VS2015" and tried running "makecert" but it was not found.

like image 903
Brian McCarthy Avatar asked Aug 02 '15 12:08

Brian McCarthy


People also ask

Where is MakeCert installed?

The tool is installed in the \Bin folder of the Microsoft Windows Software Development Kit (SDK) installation path. OutputFile is the name of the file where the certificate will be written. You can omit OutputFile if the certificate is not to be written to a file.


1 Answers

Install the Windows SDK for Windows 10. If you still can't find it, try the Windows Driver kit.

enter image description here

like image 97
magicandre1981 Avatar answered Oct 12 '22 13:10

magicandre1981