
It is natural that we want to create a secret and hidden User Account in Windows 10. We also all know that over the past few years, Windows 10 has been improved a lot, and taking into account the emerging security threats on the platform, one should pay close attention to security. Because we store so much valuable information on our computers.
Using the secret and hidden administrator account hidden in Windows 10, you can ensure the privacy of your personal data very easily. This anonymous account will also have administrator rights and keep your private life safe from others. The good news is that with the Windows 10 command prompt, one can quickly create a secret and hidden administrator account on a Windows 10 computer.
So, in this article, we are going to share a trick that will help you to create a new user administrator account on your Windows 10 computer. You just need to use notepad to create a hidden user account on your Windows 10 computer. Immediately, the following creates a secret and hidden User Account in Windows 10:
How to Create a Secret and Hidden User Account in Windows 10
Before applying this tutorial, please keep in mind that the tutorial given below also works on Windows 7 and Windows 8.1 computers. However, it may now work on some Windows 10 builds. So, here’s how to create a secret hidden user account on Windows 10 2022 computer.
PS: To create a hidden user account, we need to use Notepad. Through Notepad, we will create a .bat file. Improper code implementation can trigger different errors. So, make sure to follow the steps given below.
Step 1. First of all, right click anywhere on the desktop and select New > Notepad (text document).

Step 2. In notepad, copy or type the following command:
@echo off
net user hidden password abc /add
net local group Administrators Yourname /add
Step 3. In the above command, you need to replace “a B C” with your password.
Step 4. On the next line, replace “Yourname” with the name you want for your new account.
Step 5. The final result will look like this.

Step 6. Now you need to save the file with the extension .batfor example: hidden.bat

Step 7. To create an administrator account, right click on the .bat file and select “Run as administrator“

Step 8. To verify the new account, open a command prompt, and type “net users” and press enter.

Step 9. So far, you have successfully created a new hidden account in Windows 10.
Step 10. Now, the next step is to hide this account. Open a command prompt window with administrator permissions by right-clicking the cmd. icon, then typing: net user hidden /active:no at the command prompt (see image below).

Step 11. To access the hidden admin account, type: net user hidden /active:yes in the command prompt (see image below).

That’s it, done! Now with this account, you can ensure privacy by managing all your personal information under this hidden account. Apart from that, this account also has complete administrator access to your computer.
After using this hidden account, follow step number 10 again to hide this account again and restrict people from accessing it.
Red thread: That’s how to create a secret hidden administrator account on Windows 10 computer. I hope this article helped you! Also share it with your friends. Hopefully the article is useful and thank you for visiting.