I have a command line utility that I'm running via C# code on the web server. The problem is that the publisher of the utility cannot be verified (i.e. the app doesn't have a digital signature), so my code can't run the exe file without human intervention.
What is the quickest way for me to have the Windows server run only this particular exe without warning about the publisher being unverified?