Skip to content
website_logo_transparent_background-no tagline
  • Home
  • Contact
  • Archives

How to enable/disable built-in administrator account

  • Last Updated - March 22, 2022
Windows Computer

All windows computers have a built-in administrator account which is disabled by default. This account is not password protected but only disabled. It is mainly used during the manufacturing and installation process to run programs and apps before a user account is created. This account is different from the user-level administrator account though both have the same privilege.

Microsoft recommends keeping the built-in administrator’s account disabled for security reasons. The account cannot be locked with failed attempts and is a prime target for brute force attacks. For more information please check here. 

Enabling/Disabling the administrator account using CMD

Run CMD in elevated mode and then execute the following command

				
					#To check all user account
net user
#To check the status of the administrator account
net user administrator
#To activate the administrator account
net user administrator /active:yes
#To set the password for the administrator account
Net user administrator *
#To disable the administrator account 
net user administrator /active:no

				
			
enable-disable built-in administrator account in Windows computer using CMD 1
enable-disable built-in administrator account in Windows computer using CMD 2
enable-disable built-in administrator account in Windows computer using CMD 3

Enabling/Disabling the administrator account using Local Users and Groups

In the search bar type compmgmt.msc and launch it. Navigate to users under Local Users and Group.

Right-click on the administrator and click on properties.

Uncheck – Account is disabled, click Apply, and Ok. This will activate the administrative account.

Right-click on the administrator and set the password.

.

Right-click on the administrator and click on properties.

Check – Account is disabled, click Apply, and Ok. This will deactivate the administrative account.

  • KB170105
Check Our

Related Posts

How to resolve sync error between two Domain Controller – exceeded the tombstone lifetime

Table of Contents Introduction In my lab set-up, I found that the domain controllers were not syncing and I suspect it was because of the

How to use two-factor authentication for SSH on Ubuntu

Contents Introduction When we access a device using SSH we generally do it by either using a username/password or using SSH keys. So if an

How to setup WireGuard VPN on an iPhone

Many a time we are in public places like the airport and use the public internet on our phones which is easy to eavesdrop on.

How to install specific apps of Microsoft Office on Windows

In the older version of Microsoft Office like MS 2010,2013, which used offline installers there was an option to install the app of your choice.

website_logo_transparent_background-no tagline

A knowledge base and technology blog.

  • Home
  • Contact
  • Privacy Policy
Menu
  • Home
  • Contact
  • Privacy Policy

© Copyright – Sutaantra.com. All Rights Reserved

By continuing to use this website, you consent to the use of cookies in accordance with our Cookie Policy.

Accept