How do I disable administrator prompt in Windows 8?

32

10

I am using Windows 8 Enterprise on my development machine. Most of the time, I need full administrator for debugging, changing system files, etc.

In Windows 7, setting UAC to "never notify" would disable any administrator prompts. In Windows 8 this is no longer the case. Even with UAC disabled I get prompted to grant programs elevated privileges.

Is there a way disable this behaviour?

Note: I am fully aware of the repercussions. I have antivirus, firewall, etc and am generally quite careful about what I download or install on my machine.

Arnold Zokas

Posted 2012-08-22T09:10:52.650

Reputation: 661

Answers

29

If you go to Administrative Tools → Local Security Policy, navigate to to Local Policies → Security Options, in the left side of the window, and scroll down to the button.

You should be able to disable User Account Control completely.

Hornbech

Posted 2012-08-22T09:10:52.650

Reputation: 615

1For those that don't have Windows 8 Pro, the same config is in the registry in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System and then EnableLUA. Set the value to 0. – gustavohenke – 2014-11-19T15:16:29.890

Thanks for the tip. Got it working by setting "User Account Control: Turn on Admin Approval Mode" to Disabled. – Arnold Zokas – 2012-08-22T11:28:41.380

4Sadly this also disables the ability to launch any "Metro" App at all. – Zyumar – 2012-08-23T19:26:54.853

5Its not sad, Its a Windows feature, makes my day to disable the app model. – Moab – 2012-08-26T14:04:44.117

Anyone know/confirm if this will work on the "Home" version of Windows 8? – Ƭᴇcʜιᴇ007 – 2012-08-26T17:29:45.320

1@Arnold where did you find that setting? I could not locate that. – Charles Prakash Dasari – 2012-12-05T21:10:43.023

3Setting "User Account Control: Run all administrators in Admin approval mode." to disabled and rebooting did the trick for me. I no longer get applications complaining I should have started in admin mode or approval requests when copying files. – natli – 2013-02-25T16:22:00.937

Where did you find this? I have scoured through the control panel, yet couldn't find any link to 'Local security policy' or 'Administrative tools'. – paddotk – 2014-02-18T19:57:38.330

You should be able to find it here: Control Panel --> System and Security --> Administrative Tools --> Local Secutiry Policy. – Hornbech – 2014-03-03T13:36:12.040

@poepje You need Windows 8 Pro to find it. – Rudey – 2014-03-04T10:47:57.443

@RuudLenders That must be it then, thanks. Too bad though :p – paddotk – 2014-03-05T14:11:41.053

2

Open a Command Prompt and enter "shutdown /r /o" this will take a moment or two but eventually it will open up a menu. Choose Troubleshooting -> Advanced Options -> Startup Settings.

The OS will then begin restarting. Once it's started it will list another set of options. Choose "Safe Mode" and continue.

Once the OS has fully restarted and your at the login screen, login to the account labeled "Administrator"

From here, open command prompt once again, running it as Administrator (right click -> Run as Admin) and enter this command "net user Administrator /active:yes"

Reboot the operating system once more and let it boot up normally. Now when you login, login and use the Administrator account and you should never be prompted for UAC.

davidcondrey

Posted 2012-08-22T09:10:52.650

Reputation: 1 345

Do the step "login to the account labeled Administrator" will need Admin login ? – Hitesh Sahu – 2016-08-26T09:49:39.217

0

For windows 10, you will need to set the policy "User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode" to security setting "Elevate without prompting".

To set this property : Go to Administrative Tools → Local Security Policy, navigate to to Local Policies → Security Options;

enter image description here

thor_hayek

Posted 2012-08-22T09:10:52.650

Reputation: 151

Can you explain how to set this? – Stephen Rauch – 2017-05-25T15:30:27.437