Have you ever wanted to create a hidden account on Windows 7? Read on to find out how!

Method 1
Method 1 of 3:

Creating the Account

  1. 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. 2
    Type the following code:
    • @echo off
    • net user hidden passwordhere /add
    • net localgroup Administrators hidden /add
    Advertisement
  3. 3
    REMEMBER!! Change "passwordhere" to the password of your choice and, if you wish, change "hidden" to the username of your choice
  4. 4
    Go to File> Save As
    • Change the "Save as type" box to "All Files"
    • Type "hidden.bat" into file name and click "Save"
  5. 5
    Right click the file and select "Run as administrator"
  6. 6
    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
  7. 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. 8
    Type "net users", without quotes into the window and press enter.
  9. 9
    Check the list for an account with the name you specified.
  10. 10
    Well done! You have just created an account with administrator privileges! Read on to find out how to hide the account.
  11. Advertisement
Method 2
Method 2 of 3:

Hiding the Account

  1. 1
    Open Command Prompt by going to Start> All Programs> Accessories> Command Prompt or just type "cmd", without quotes, into the start menu
  2. 2
    Right click the program and select "Run as Administrator"
  3. 3
    Type "net user hidden /active:no", without quotes, into the window and hit enter.
    • REMEMBER. Change "hidden" to the name you specified
  4. 4
    "The command completed successfully" should appear.
  5. 5
    Well done! You have just hidden an account
  6. Advertisement
Method 3
Method 3 of 3:

Accessing Your Account

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

Community Q&A

  • Question
    Would this be categorized as hacking?
    Community Answer
    Community Answer
    No. Per definition, it's not called "hacking" if you have physical access to the computer.
  • Question
    Can I log into the PC with the hidden account on its network?
    Community Answer
    Community Answer
    No; the account is deactivated, which means it's inaccessible without activating it.
  • Question
    What do I do if my access was denied when trying to make a new account?
    Note Stars
    Note Stars
    Community Answer
    Check 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

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.
How helpful is this?
Co-authors: 16
Updated: December 24, 2016
Views: 159,820
Categories: Hacks
Advertisement