This tag is used for questions concerning the User Account Control (UAC) security feature of Windows Vista, Windows 7, 8 and higher versions of Windows.
As pointed out in Writing config file in C:\Program Files (x86)\MyApp\myapp.cfg, vs. Administrator privilege, it is …
windows winapi uac privilegesI have a project with a manifest file with the following node: <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> ...meaning …
visual-studio visual-studio-2010 uac manifestHow do I disable UAC using a PowerShell script? I can do this manually via the registry using the adding …
powershell registry uacI am trying to start another process with Process.Start running under different credentials with the UAC turned on. I …
c# .net windows-vista uacTo create a shortcut with a relative path, set the target to the following. %windir%\system32\cmd.exe /c start …
windows relative-path uac shortcutWe need to change some settings to the HKEY_LOCAL_MACHINE at runtime. Is it possible to prompt for uac …
delphi uac elevationWe're having trouble migrating our ASP.NET applications to Windows Server 2008 R2 x64 and IIS7.5. The problem is that our …
asp.net permissions iis-7.5 uac application-poolWin 7/UAC is driving me crazy. From within my C++ application, I need to run an executable that requires elevation …
c++ winapi uac shellexecute createprocessI am starting the following script from a Windows 7 command line with administrator permissions: import win32com.client import time …
python windows-7 uac process-management