Table of Contents
Method 1 of 3:
Creating the Account
-
Images 1 of How to Create and Manage a Hidden Account in Windows 7 Open notepad by going to Start> All Programmes> Accessories> Notepad or just type "notepad", without quotes, into the start menu and hit enter. -
Images 2 of How to Create and Manage a Hidden Account in Windows 7 Type the following code:- @echo off
- net user hidden passwordhere /add
- net localgroup Administrators hidden /add
-
Images 3 of How to Create and Manage a Hidden Account in Windows 7 REMEMBER!! Change "passwordhere" to the password of your choice and, if you wish, change "hidden" to the username of your choice -
Images 4 of How to Create and Manage a Hidden Account in Windows 7 Go to File> Save As- Change the "Save as type" box to "All Files"
- Type "hidden.bat" into file name and click "Save"
-
Images 5 of How to Create and Manage a Hidden Account in Windows 7 Right click the file and select "Run as administrator" -
Images 6 of How to Create and Manage a Hidden Account in Windows 7 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
-
Images 7 of How to Create and Manage a Hidden Account in Windows 7 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. -
Images 8 of How to Create and Manage a Hidden Account in Windows 7 Type "net users", without quotes into the window and press enter. -
Images 9 of How to Create and Manage a Hidden Account in Windows 7 Check the list for an account with the name you specified. -
Images 10 of How to Create and Manage a Hidden Account in Windows 7 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
-
Images 11 of How to Create and Manage a Hidden Account in Windows 7 Open Command Prompt by going to Start> All Programs> Accessories> Command Prompt or just type "cmd", without quotes, into the start menu -
Images 12 of How to Create and Manage a Hidden Account in Windows 7 Right click the program and select "Run as Administrator" -
Images 13 of How to Create and Manage a Hidden Account in Windows 7 Type "net user hidden /active:no", without quotes, into the window and hit enter.- REMEMBER. Change "hidden" to the name you specified
-
Images 14 of How to Create and Manage a Hidden Account in Windows 7 "The command completed successfully" should appear. -
Images 15 of How to Create and Manage a Hidden Account in Windows 7 Well done! You have just hidden an account
Method 3 of 3:
Accessing Your Account
-
Images 16 of How to Create and Manage a Hidden Account in Windows 7 Open Command Prompt by going to Start> All Programs> Accessories> Command Prompt or just type "cmd", without quotes, into the start menu -
Images 17 of How to Create and Manage a Hidden Account in Windows 7 Right click the program and select "Run as Administrator" -
Images 18 of How to Create and Manage a Hidden Account in Windows 7 Type "net user hidden /active:yes", without quotes, into the window and press enter. -
Images 19 of How to Create and Manage a Hidden Account in Windows 7 "The command completed successfully" should appear. -
Images 20 of How to Create and Manage a Hidden Account in Windows 7 Log off and check if there is a new user account with the name you specified. If there is well done! -
Images 21 of How to Create and Manage a Hidden Account in Windows 7 Once you have finished using the account, follow "Hiding the account" to hide it again.
3.5 ★ | 2 Vote