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

  1. How to Create and Manage a Hidden Account in Windows 7 Picture 1How to Create and Manage a Hidden Account in Windows 7 Picture 1
    Open notepad by going to Start> All Programmes> Accessories> Notepad or just type "notepad", without quotes, into the start menu and hit enter.
  2. How to Create and Manage a Hidden Account in Windows 7 Picture 2How to Create and Manage a Hidden Account in Windows 7 Picture 2
    Type the following code:
    1. @echo off
    2. net user hidden passwordhere /add
    3. net localgroup Administrators hidden /add
  3. How to Create and Manage a Hidden Account in Windows 7 Picture 3How to Create and Manage a Hidden Account in Windows 7 Picture 3
    REMEMBER!! Change "passwordhere" to the password of your choice and, if you wish, change "hidden" to the username of your choice
  4. How to Create and Manage a Hidden Account in Windows 7 Picture 4How to Create and Manage a Hidden Account in Windows 7 Picture 4
    Go to File> Save As
    1. Change the "Save as type" box to "All Files"
    2. Type "hidden.bat" into file name and click "Save"
  5. How to Create and Manage a Hidden Account in Windows 7 Picture 5How to Create and Manage a Hidden Account in Windows 7 Picture 5
    Right click the file and select "Run as administrator"
  6. How to Create and Manage a Hidden Account in Windows 7 Picture 6How to Create and Manage a Hidden Account in Windows 7 Picture 6
    Click "Yes" in the UAC window that may pop up depending on your settings
    1. A command prompt window will appear for a few seconds, then disappear
  7. How to Create and Manage a Hidden Account in Windows 7 Picture 7How to Create and Manage a Hidden Account in Windows 7 Picture 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.
  8. How to Create and Manage a Hidden Account in Windows 7 Picture 8How to Create and Manage a Hidden Account in Windows 7 Picture 8
    Type "net users", without quotes into the window and press enter.
  9. How to Create and Manage a Hidden Account in Windows 7 Picture 9How to Create and Manage a Hidden Account in Windows 7 Picture 9
    Check the list for an account with the name you specified.
  10. How to Create and Manage a Hidden Account in Windows 7 Picture 10How to Create and Manage a Hidden Account in Windows 7 Picture 10
    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

  1. How to Create and Manage a Hidden Account in Windows 7 Picture 11How to Create and Manage a Hidden Account in Windows 7 Picture 11
    Open Command Prompt by going to Start> All Programs> Accessories> Command Prompt or just type "cmd", without quotes, into the start menu
  2. How to Create and Manage a Hidden Account in Windows 7 Picture 12How to Create and Manage a Hidden Account in Windows 7 Picture 12
    Right click the program and select "Run as Administrator"
  3. How to Create and Manage a Hidden Account in Windows 7 Picture 13How to Create and Manage a Hidden Account in Windows 7 Picture 13
    Type "net user hidden /active:no", without quotes, into the window and hit enter.
    1. REMEMBER. Change "hidden" to the name you specified
  4. How to Create and Manage a Hidden Account in Windows 7 Picture 14How to Create and Manage a Hidden Account in Windows 7 Picture 14
    "The command completed successfully" should appear.
  5. How to Create and Manage a Hidden Account in Windows 7 Picture 15How to Create and Manage a Hidden Account in Windows 7 Picture 15
    Well done! You have just hidden an account
Method 3 of 3:

Accessing Your Account

  1. How to Create and Manage a Hidden Account in Windows 7 Picture 16How to Create and Manage a Hidden Account in Windows 7 Picture 16
    Open Command Prompt by going to Start> All Programs> Accessories> Command Prompt or just type "cmd", without quotes, into the start menu
  2. How to Create and Manage a Hidden Account in Windows 7 Picture 17How to Create and Manage a Hidden Account in Windows 7 Picture 17
    Right click the program and select "Run as Administrator"
  3. How to Create and Manage a Hidden Account in Windows 7 Picture 18How to Create and Manage a Hidden Account in Windows 7 Picture 18
    Type "net user hidden /active:yes", without quotes, into the window and press enter.
  4. How to Create and Manage a Hidden Account in Windows 7 Picture 19How to Create and Manage a Hidden Account in Windows 7 Picture 19
    "The command completed successfully" should appear.
  5. How to Create and Manage a Hidden Account in Windows 7 Picture 20How to Create and Manage a Hidden Account in Windows 7 Picture 20
    Log off and check if there is a new user account with the name you specified. If there is well done!
  6. How to Create and Manage a Hidden Account in Windows 7 Picture 21How to Create and Manage a Hidden Account in Windows 7 Picture 21
    Once you have finished using the account, follow "Hiding the account" to hide it again.
3.5 ★ | 2 Vote