I wrote a simple c++ application in Visual Studio 2005 but when I compile it, the executable wants to run as admin. I tried deleting the manifest but it still wants to run as admin. I am running Windows Vista Home premium. Any help would be appreciated!
Share
Windows will ask you for the administrator password if the name of your executable “looks like” a name of a setup program. Name you executable
setup.exeand you will be prompted for password every time you run it. What is the name of your executable?