Questions tagged [uac]

UAC stands for User Account Control and is a security system present in Microsoft Windows (since Windows Vista and Windows Server 2008) running most tasks as non-administrator and requiring the user to confirm the actions that require administrator privileges.

154 questions
6
votes
1 answer

Drive mapping maps two different folders for elevated and non-elevated programs

I have a Windows 2012 Domain with a couple of Windows 8 x64 Enterprise members. I want to use Group Policies to map a drive X: to a folder on a file server. The drive X: should be available on the Windows 8 machines for elevated and non-elevated…
JRoppert
  • 311
  • 1
  • 2
  • 6
6
votes
2 answers

Can I modify a Windows 7 environment to allow a .NET program to always run as Administrator?

We are about to roll out several hundred new machines running Windows 7 x64, with the OS installed via WDS so at the moment we can make changes and sysprep them into the build. The problem is a .NET application we wrote years ago which itself spawns…
Andiih
  • 175
  • 1
  • 7
6
votes
2 answers

Why is using ntrights.exe in Windows Server 2008 R2 giving error openpolicy -1073741790

I am local admin on a windows server 2003 R2 machine in our domain. This machine was built about 3 years back and I am not sure what privilges I might have. If I use ntrights.exe (from resource kit tools) it is succesful as shown below: …
softveda
  • 193
  • 1
  • 10
6
votes
2 answers

Start ELEVATED script from within script

Hallo, I'm playing around with Powershell (relative NewBie) and I'm looking for the easiest way to call a Powershell script with elevated rights from within another script. I know of the runas verb for start-process which allows me to start a new…
Ulrich
6
votes
4 answers

Does UAC kill the need to run as a regular user?

Professionally, I've run as a standard user for a decade, and had mastered all the little tips and tricks to administering an enterprise using nothing but runas. Now in trots UAC, and while it makes some situations easier... For the most part all…
Glenn Sizemore
  • 131
  • 1
  • 5
5
votes
4 answers

Disabling the prompt to "Click Continue to permanently get access to this folder" (e.g. via GPO)

http://support.microsoft.com/en-us/kb/950934 describes the manner in which, when a member of the Administrators group uses Explorer to navigate to a folder to which the Administrators group has permission, the user will be prompted to "Click…
jimbobmcgee
  • 2,645
  • 4
  • 24
  • 40
5
votes
2 answers

Users still get UAC prompt after allowing printer install and alter LAN connection by GPO?

I've implemented the following Group Policy settings to allow non-admins to install printer drivers and to enable / disable their wifi: User Configuration -> Administrative Templates -> Network -> Network Connections -> Ability to Enable/Disable a…
BlueCompute
  • 2,924
  • 2
  • 18
  • 28
5
votes
3 answers

On Windows Vista, is there a way to allow an application to always run with elevated permissions?

Here is the scenario, I have an application that requires elevated permissions to run on my Windows Vista based HTPC, but I don't want to disable UAC because the computer is always connected to the internet. The normal user account that is used when…
anonymous
  • 267
  • 8
  • 17
5
votes
1 answer

Windows 7 Command Line Prompt

From a regular windows 7 command line, how do I launch the admin command prompt?
abhi
  • 163
  • 4
5
votes
1 answer

Windows 2008 never run a program "as administrator"

I have an application that Windows 2008 would always run "as administrator" (i.e. the blue/yellow shield overlay icon is always visible). However, the "run this program as an administrator" flag is not set in the file properties. Where does this…
Tomalak
  • 1,605
  • 4
  • 17
  • 32
5
votes
5 answers

How important is UAC for developers?

Our small team of developers primarily uses Windows Vista. There has been some debate about the importance of Vista UAC (User Account Control). How important is UAC for experienced users, particularly developers, who are not likely to do…
Jon St. John
  • 276
  • 2
  • 4
4
votes
1 answer

How to make UAC ask for username and password every time?

if i start a CMD with elevated rights the UAC asks for the password of my current user, which is only a normal user. So i need to switch the user under "weitere Optionen" (more choices) If i start a setup i get directly prompted for username and…
Marco
  • 151
  • 4
4
votes
2 answers

Task manager requiring elevation for regular users in Windows 10

Run into a little bit of a snag with Windows 10, and it's a fairly well known one - the problem is that I'm struggling to find a Windows 10 compatible fix that actually works! It's the old "regular users have to input their password to load task…
Luke Milum
  • 51
  • 1
  • 3
  • 4
4
votes
1 answer

windows 10 "run as administrator" not starting

Under Windows 10, I'm logging as an user supposed to have local machine administrator rights. Unfortunately, when I try to launch some application by right-click-ing "Run as administrator", the application doesn't start at all. Altough I can run it…
4
votes
1 answer

Best Practices - Windows 7 Remote Road Warrior Laptop User Permissions

I'm interested in what are considered best practices when setting up laptops for remote users who are never in the office. With UAC in Windows 7, a standard user is significantly limited in what they can do. When you do not want to turn off UAC or…
bendiy
  • 141
  • 3
1
2
3
10 11