Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Activate the Hidden Admin Account on Windows 7/8/10

Learn how to activate the Hidden Admin Account on Windows 7/8/10 with clear steps, practical examples, and troubleshooting tips for safer, more reliable...

Table of Contents

How to Activate the Hidden Admin Account on Windows 7/8/10 is easier to understand when the core ideas are paired with practical examples. The sections below explain the topic clearly, highlight useful steps, and point out details that can prevent common errors.

In Windows 7, 8, 10 or Vista operating systems, Microsoft hides the Admin account to ensure that the system is not deeply interfered and affected by user settings.

However, during the process you use, many required programs run under Admin. In the article below, Network Administrator will show you how to activate the hidden Admin account on Windows 7, 8 and Windows 10.

Step 1:

First open the Command Prompt under Admin. To do this, enter cmd in the Search box on the Start Menu. On the search results list, right-click Command Promt and select Run as administrator.

How to Activate the Hidden Admin Account on Windows 7/8/10 example image 1

Step 2:

To view all of your Windows accounts, enter the following command into the Command Prompt window and press Enter:

net user

How to Activate the Hidden Admin Account on Windows 7/8/10 example image 2

Step 3:

Next, activate the hidden Admin account. To do this, copy and paste the following command into the Command Prompt window and press Enter:

net user administrator / active: yes

How to Activate the Hidden Admin Account on Windows 7/8/10 example image 3

Step 4:

By default, the hidden Admin account is not set up for password protection, but if you wish, you can easily set a password for the hidden Admin account.

To do this, copy and paste the command below into the Command prompt:

net user administrator *

You will now be asked to enter the password for the Admin account. Your task is to enter the password you want to create and confirm the password.

How to Activate the Hidden Admin Account on Windows 7/8/10 example image 4

Step 5:

In addition, you can easily disable the Admin account by entering the following command into the Command Prompt window:

net user administrator / active: no

How to Activate the Hidden Admin Account on Windows 7/8/10 example image 5

From now on the Admin account will be disabled (disabled) and not displayed on the login screen.

Step 6:

Just like activating an Admin account, you can easily activate a Guest account on your Windows computer. Just enter the command below into the Command Prompt window and press Enter:

net user guest / active: yes

If you want to disable the Guest account, use the following command:

net user guest / active: no

How to Activate the Hidden Admin Account on Windows 7/8/10 example image 6

You can refer to more:

  • How to switch to Vietnamese interface for Windows 7

  • How to open and view photos on Windows 10?

  • Small tips to help you master Windows Phone 8.1

Good luck!

FAQ

What should you know about step 1?

First open the Command Prompt under Admin. To do this, enter cmd in the Search box on the Start Menu. On the search results list, right-click Command Promt and select Run as administrator.

What should you know about step 2?

To view all of your Windows accounts, enter the following command into the Command Prompt window and press Enter:

What should you know about step 3?

Next, activate the hidden Admin account. To do this, copy and paste the following command into the Command Prompt window and press Enter:

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.