Top "Uac" questions

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.

How can I auto-elevate my batch file, so that it requests from UAC administrator rights if required?

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-privileges
How to request Administrator access inside a batch file

I 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-privileges
Can you force Visual Studio to always run as an Administrator in Windows 8?

In Windows 7, you could go into a programs compatibility settings and check off to always run as an Administrator. Is …

visual-studio windows-8 uac
XAMPP installation on Win 8.1 with UAC Warning

I 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 uac
HttpListener Access Denied

I 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 httplistener
How to run a program automatically as admin on Windows 7 at startup?

I created my own parental control app to monitor my kids activity. The app's only GUI is a task bar …

windows windows-7 uac startup
Requested registry access is not allowed

I'm writing a tweak utility that modifies some keys under HKEY_CLASSES_ROOT. All works fine under Windows XP and …

c# .net security uac registry
Cannot access network drive in PowerShell running as administrator

I'm running PowerShell in a Windows 7 x64 virtual machine. I have a shared folder on the host mapped as a …

powershell uac unc
Request UAC elevation from within a Python script?

I want my Python script to copy files on Vista. When I run it from a normal cmd.exe window, …

python windows windows-vista uac
Java: run as administrator

Is there a way in Java to ask the system to get control over administrator functionality. Of course without doing: …

java windows admin uac exe