Windows force UAC elevation for files if their names contain “update”?
问题 I am using Windows 7 and Microsoft Visual Studio 2010. I created simple project with one MessageBox() call in WinMain() . The name of the project is "update" , so name of EXE file is update.exe . I have turned off manifest generation in Linker settings. But when I try to start debugging in Visual Studio, it says that my application requires elevation. I decided to start application by clicking on it in Windows Explorer, but it still requires administrator privileges. I renamed it to