X
wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 16 people, some anonymous, worked to edit and improve it over time.
This article has been viewed 159,820 times.
Learn more...
Have you ever wanted to create a hidden account on Windows 7? Read on to find out how!
Steps
Method 1
Method 1 of 3:
Creating the Account
-
1Open notepad by going to Start> All Programmes> Accessories> Notepad or just type "notepad", without quotes, into the start menu and hit enter.
-
2Type the following code:
- @echo off
- net user hidden passwordhere /add
- net localgroup Administrators hidden /add
Advertisement -
3REMEMBER!! Change "passwordhere" to the password of your choice and, if you wish, change "hidden" to the username of your choice
-
4Go to File> Save As
- Change the "Save as type" box to "All Files"
- Type "hidden.bat" into file name and click "Save"
-
5Right click the file and select "Run as administrator"
-
6Click "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
-
7Open Command Prompt by going to Start> All Programs> Accessories> Command Prompt or just type "cmd", without quotes, into the start menu and hit enter.
-
8Type "net users", without quotes into the window and press enter.
-
9Check the list for an account with the name you specified.
-
10Well done! You have just created an account with administrator privileges! Read on to find out how to hide the account.
Advertisement
Method 2
Method 2 of 3:
Hiding the Account
-
1Open Command Prompt by going to Start> All Programs> Accessories> Command Prompt or just type "cmd", without quotes, into the start menu
-
2Right click the program and select "Run as Administrator"
-
3Type "net user hidden /active:no", without quotes, into the window and hit enter.
- REMEMBER. Change "hidden" to the name you specified
-
4"The command completed successfully" should appear.
-
5Well done! You have just hidden an account
Advertisement
Method 3
Method 3 of 3:
Accessing Your Account
-
1Open Command Prompt by going to Start> All Programs> Accessories> Command Prompt or just type "cmd", without quotes, into the start menu
-
2Right click the program and select "Run as Administrator"
-
3Type "net user hidden /active:yes", without quotes, into the window and press enter.
-
4"The command completed successfully" should appear.
-
5Log off and check if there is a new user account with the name you specified. If there is well done!
-
6Once you have finished using the account, follow "Hiding the account" to hide it again.
Advertisement
Community Q&A
-
QuestionWould this be categorized as hacking?Community AnswerNo. Per definition, it's not called "hacking" if you have physical access to the computer.
-
QuestionCan I log into the PC with the hidden account on its network?Community AnswerNo; the account is deactivated, which means it's inaccessible without activating it.
-
QuestionWhat do I do if my access was denied when trying to make a new account?Note StarsCommunity AnswerCheck if you're running as an administrator account by right-clicking the program "Command Prompt"; hit "Run as administrator" on an administrator account.
Advertisement
Warnings
- The account won't be completely hidden. It will still appear in any "net user" lists in Command Prompt, but it should be good enough for the casual user⧼thumbs_response⧽
- Make sure that you run any commands as Administrator or, better still enable the administrator account⧼thumbs_response⧽
Advertisement
About This Article
Advertisement