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. 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.
  2. images 1 of How to Create and Manage a Hidden Account in Windows 7
    Type the following code:
    1. @echo off
    2. net user hidden passwordhere /add
    3. net localgroup Administrators hidden /add
  3. images 1 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
  4. images 1 of How to Create and Manage a Hidden Account in Windows 7
    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. images 1 of How to Create and Manage a Hidden Account in Windows 7
    Right click the file and select "Run as administrator"
  6. images 1 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
    1. A command prompt window will appear for a few seconds, then disappear
  7. images 1 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.
  8. images 1 of How to Create and Manage a Hidden Account in Windows 7
    Type "net users", without quotes into the window and press enter.
  9. images 1 of How to Create and Manage a Hidden Account in Windows 7
    Check the list for an account with the name you specified.
  10. images 1 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

  1. images 1 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
  2. images 1 of How to Create and Manage a Hidden Account in Windows 7
    Right click the program and select "Run as Administrator"
  3. images 1 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.
    1. REMEMBER. Change "hidden" to the name you specified
  4. images 1 of How to Create and Manage a Hidden Account in Windows 7
    "The command completed successfully" should appear.
  5. images 1 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

  1. images 1 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
  2. images 1 of How to Create and Manage a Hidden Account in Windows 7
    Right click the program and select "Run as Administrator"
  3. images 1 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.
  4. images 1 of How to Create and Manage a Hidden Account in Windows 7
    "The command completed successfully" should appear.
  5. images 1 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!
  6. images 1 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.