Reputation: 737
I'm running Windows 10 Pro with the latest updates. Just today I started having an issue with a piece of legacy software: Wise (used to make installers). When I try to run it, I get the below error:
"This app has been blocked for your Protection" "An administrator has blocked you from running this app."
Running the app as admin does not resolve the issue.
After doing some poking around, I believe the issue is the certificate. It is SHA-1, expired 10 years ago, and is marked "This certificate has been revoked by its certification authority".
That is all well and good, except this vendor is effectively gone. So I can't get a new version of the software. How do I run this program in the mean time?
Edit: Running the program through an admin command prompt seems to work. Is that the only option?
Upvotes: 4
Views: 4354
Reputation: 386
I've had a similar issue with a signed executable having its certificate revoked, so here's what I did to unsign the executable using the Widnows SDK tool SignTool.exe.
Ref: How to install SignTool.exe for Windows 10 and https://learn.microsoft.com/en-us/windows/win32/seccrypto/signtool
Upvotes: 4