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.
I want my batch file to only run elevated. If not elevated, provide an option for the user to relaunch …
windows batch-file windows-10 uac elevated-privilegesI am trying to write a batch file for my users to run from their Vista machines with UAC. The …
batch-file command-line uac elevated-privilegesIn Windows 7, you could go into a programs compatibility settings and check off to always run as an Administrator. Is …
visual-studio windows-8 uacI am trying to install Xampp win32-1.8.2 on Windows 8.1. I get a message saying" Because an activated user account …
apache xampp uacI am writing an HTTP server in C#. When I try to execute the function HttpListener.Start() I get an …
windows-7 c#-4.0 uac httplistenerI'm running PowerShell in a Windows 7 x64 virtual machine. I have a shared folder on the host mapped as a …
powershell uac uncI want my Python script to copy files on Vista. When I run it from a normal cmd.exe window, …
python windows windows-vista uac