Windows UAC Security With Exe
问题 I have an exe created with an old Borland C++ compiler. It needs administrator privileges to function correctly. Since the app will run at startup, I do not want the user prompted if it's OK to run the program (testing on Win7). My question is is there ANY way to remove that annoying prompt every time the app is run? I added a manifest file with admin privs and signed it, but it then still appears with the publisher name. This will be distributed, so I don't want users to have to turn off UAC