Quote:
Originally Posted by ownedbycats
[...] So the vent and rant here is: Windows just outright won't let you run applications with revoked/expired digital certificates. (In this case, it was an older VeriSign certificate and the entire root was revoked.) The two options are disabling UAC entirely (yuck) or using a command-line kludge (sigh).
I just stripped out the revoked certificate entirely so at least it's working now.
|
Well, technically this arrangement is intended to protect you ... although it seems as if there should be different options depending on whether a certificate is simply expired or whether it has been revoked.
Global solutions (disable UAC) seem like a very bad idea to solve a local (single exe) problem. The operating system really should offer something more selective. Interesting to see the option you did find, thanks for sharing that.