I am trying to make a .exe file from a .jar file, and it is working fine. My only problem is that when trying to run it on another computer that I didn't make it on, Windows SmartScreen says it's an unknown app and blocks it from running. I am running Windows 10. Any ideas? Thanks!
Asked
Active
Viewed 633 times
0
-
either get it digitally signed, or disable smartscreen... – Marc B Oct 27 '16 at 20:08
-
@MarcB I can't disable SmartScreen on everyone's computer! How would I get it signed? – Orion31 Oct 27 '16 at 20:11
-
@Orion31 http://stackoverflow.com/questions/252226/signing-a-windows-exe-file – Ghost93 Oct 27 '16 at 20:18
-
@Ghost93 I looked at that and downloaded the SDK, but when opening Command Prompt, `sign` is an unknown command. – Orion31 Oct 27 '16 at 20:21
-
@Orion31 the command should be `signtool` and you should open the _Developer Command Prompt_ – Ghost93 Oct 27 '16 at 20:59
-
@Ghost93 I don't have Developer Command Prompt installed X_X – Orion31 Oct 27 '16 at 23:00
-
@Ghost93 I have been looking everywhere for this Developer Command Prompt, but it isn't anywhere on my computer. I downloaded Windows 7 and Windows 10 SDK. – Orion31 Oct 27 '16 at 23:49
-
@Orion31 Do you have the .Net framework installed? Look [here](https://msdn.microsoft.com/en-us/library/8s9b9yaz(v=vs.110).aspx) for documentation – Ghost93 Oct 28 '16 at 08:26
-
I just installed Visual Studio, and sign tool worked but it said `SignTool Error: No certificates were found that met all the given criteria.` Sorry for stupid questions. I never made an exe before! – Orion31 Oct 28 '16 at 21:50