Jump to content
Sign in to follow this  
Rædwulf

Built-in Administrator Account - Windows 10

Recommended Posts

<<< Disabling the Built-in Administrator Account >>>

 

 

Run the sysprep /generalize command 

When you run the sysprep /generalize command, the next time the computer starts, the built-in Administrator account will be disabled. 

 

-or-

 

Use the net user command 

Run the following command to disable the Administrator account.

net user administrator /active:no

 

 

<<< Change User Account Control >>>

 

 

Did you actually disable UAC on your PC?  Windows 8 and later are not intended to operate with UAC disabled.  Windows 7 was the last OS to fully support that mode.  Windows 8 and later leave UAC enabled and simply silently elevate when the UAC slider is slid all the way down to Never notify.

    

Please follow the following steps to check and fix your UAC settings:

 

- Launch Registry Editor (press [Windows] + [R], type "regedit" and press [Enter]).

 

-Navigate to HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> Policies -> System.

 

- Make sure that the EnableLUA value is set to 1 (or is non existent).  If it is set to 0, fix it and reboot your PC.

   

- & -

 

In the future (although it is strongly not recommended), if you wish to not see the UAC elevation messages, follow these steps:

 

- Type "uac" into the Windows search bar, and click the Change User Account Control settings search result.

 

- Drag the slider down to Never notify and click [OK].

  • Like 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×