Questions tagged [uac]

User Account Control is a technology on Windows Vista and up that improves security on systems by limiting processes to standard user privileges until an administrator manually authorizes privilege elevation.

Tasks that require elevated privileges will trigger a UAC prompt.

Despite the improvement in security, UAC has been widely regarded as an annoyance in Windows Vista, asking every time an application requests elevation, without any way to whitelist applications. In Windows 7, UAC has four levels of configuration rather than two in Vista (on and off).

777 questions
163
votes
11 answers

Force a program to run *without* administrator privileges or UAC?

Is there any way that I can force a program that normally requires administrator privileges (via UAC) to run without them? (ie: no UAC prompt and no system-wide access.) Added: Without modifying the executable itself. In spite of James's answer, I…
129
votes
2 answers

Unable to install fonts on Windows 10

I'm using Windows 10 x64 Pro and I'm unable to preview or install fonts. When I try to preview a font (double click or Right Click >> Preview), I get an error message that reads "The requested file is not a valid font file" as shown in…
void.pointer
  • 1,907
76
votes
8 answers

How to always run as administrator applications on Windows

The problem is, when I open applications I need to always right click, select run as admin. When I don't do it getting unexpected application errors. BTW, I turned off UAC. It's annoying. Is there any way to change behavior of double left-click…
Tural Ali
  • 1,953
71
votes
11 answers

How to open a file for editing in Administrator mode?

I have .config files set to open in Notepad++. The files I edit are typically in protected locations (e.g. c:\windows\, c:\program files..., etc..) thus requiring administrator access. I'd like to be able to double click on a .config file and have…
AngryHacker
  • 19,327
68
votes
3 answers

How to start a program as administrator through a pinned to taskbar shortcut, through one of the "recent" files

I'll try to explain my situation: I am a developer and use Visual Studio. I always want to run Visual Studio as administator. I have pinned a shortcut to the task bar and in its properties set it to start Visual Studio as administrator. This works…
64
votes
10 answers

Is there a command which can elevate the Command Prompt in place?

On *nix systems, you can get a root shell like so: $ su # or 'sudo -s' # The root shell is spawned in place within the same terminal. I'm trying to find something that does a similar, in-place elevation on the Windows Command Prompt. In other…
test
  • 1,456
62
votes
5 answers

Run applications as administrator by default in Windows 10

I have just got a new laptop with Microsoft Windows 10. My previous laptop ran Windows 7. I'm trying to get applications to "run as administrator" by default, so that I'm not constantly having trouble saving/overwriting files, etc. The priority here…
osullic
  • 1,219
53
votes
8 answers

Selectively disabling UAC for specific programs on Windows 7

I have some programs running on start-up like Everything. UAC prompts every time the Windows starts. How can I set a program to make sure that no intervening prompt would appear during start-up?
52
votes
4 answers

Is there any way to run file explorer as administrator under Windows 10

After install Windows 10, it seems that I lost the ability to run explorer.exe as administrator with a user in administrator group. The reason I want to do that is, in our team's development environment, we are using a C# exe to do some environment…
shinji
  • 523
50
votes
4 answers

How can I tell whether a process is running with administrator permissions?

I'm using Windows Vista, with UAC enabled. I've installed an application, and the installer required admin privileges. The installer then started the application. I'd like to know if the application is continuing to run with admin privileges. I've…
Tim
  • 1,303
48
votes
8 answers

Run as different user and elevate

Within Windows Explorer, I can right click on an executable file and pick 'Run as administrator' which will launch the selected process with elevated privileges or I can shift-right click on the executable file and click 'Run as different user',…
codechurn
  • 1,667
48
votes
11 answers

Have Windows "Run" dialog run as Admin?

Windows has this nifty little shortcut for running commands. Press Windows+r. Problem is, is there an easy way to have the commands I run in that dialog to prompt for a UAC credentials dialog and get consent from a admin user. Right now, I'm trying…
wag2639
  • 7,244
41
votes
8 answers

Disabling UAC on Windows 7?

How can I completely disable UAC on Windows 7? Also, I know my own benefits, but what are the risks?
eleven81
  • 16,182
37
votes
11 answers

Windows 10, can't edit hosts file

I have recently gotten a new computer and have upgraded to Windows 10 (though I suspect this is a problem in other versions as well.) My user is an administrator. I have set UAC to the lowest level. I have changed owner to my user on the whole c:\…
Tobb
  • 543
37
votes
8 answers

Always start Visual Studio as an Administrator on Windows 8

Whenever I start Visual Studio 2012 in Windows 8 it always needs Administrator permissions to access IIS meta data and debug local web applications on IIS. If I turn UAC off, I cannot launch the Windows 8 simulator! Does anyone know how I can get it…
Boomerangertanger
  • 495
  • 1
  • 4
  • 7
1
2 3
51 52