How to Create and Manage a Hidden Account in Windows 7
Have you ever wanted to create a hidden account on Windows 7? Read on to find out how! Open notepad by going to Start> All Programmes> Accessories> Notepad or just type 'notepad', without quotes, into the start menu and hit enter.
Method 1 of 3:
Creating the Account
- Open notepad by going to Start> All Programmes> Accessories> Notepad or just type "notepad", without quotes, into the start menu and hit enter.
- Type the following code:
- @echo off
- net user hidden passwordhere /add
- net localgroup Administrators hidden /add
- REMEMBER!! Change "passwordhere" to the password of your choice and, if you wish, change "hidden" to the username of your choice
- Go to File> Save As
- Change the "Save as type" box to "All Files"
- Type "hidden.bat" into file name and click "Save"
- Right click the file and select "Run as administrator"
- Click "Yes" in the UAC window that may pop up depending on your settings
- A command prompt window will appear for a few seconds, then disappear
- Open Command Prompt by going to Start> All Programs> Accessories> Command Prompt or just type "cmd", without quotes, into the start menu and hit enter.
- Type "net users", without quotes into the window and press enter.
- Check the list for an account with the name you specified.
- Well done! You have just created an account with administrator privileges! Read on to find out how to hide the account.
Method 2 of 3:
Hiding the Account
- Open Command Prompt by going to Start> All Programs> Accessories> Command Prompt or just type "cmd", without quotes, into the start menu
- Right click the program and select "Run as Administrator"
- Type "net user hidden /active:no", without quotes, into the window and hit enter.
- REMEMBER. Change "hidden" to the name you specified
- "The command completed successfully" should appear.
- Well done! You have just hidden an account
Method 3 of 3:
Accessing Your Account
- Open Command Prompt by going to Start> All Programs> Accessories> Command Prompt or just type "cmd", without quotes, into the start menu
- Right click the program and select "Run as Administrator"
- Type "net user hidden /active:yes", without quotes, into the window and press enter.
- "The command completed successfully" should appear.
- Log off and check if there is a new user account with the name you specified. If there is well done!
- Once you have finished using the account, follow "Hiding the account" to hide it again.
3.5 ★ | 2 Vote
You should read it
- How to open folders hidden on the system with the Shell command on Windows?
- What is the Bootcfg command?
- How to activate the hidden Admin account on Windows 7/8/10
- Ftype command in Windows
- Instructions on how to make hidden folders in USB when infected
- How to Set Administrator Password
- How to determine the type of account in Windows 10
- How to turn off the Administrator account, Guest hidden in Windows 10
- Instructions on how to activate the Admin account or reset the Admin account password
- Sub-commands in nslookup Windows command (Part 3)
- How to change the account name, account name in Windows 10
- How to Browse the Internet Using the Terminal in Linux