How to Create and Manage a Hidden Account in Windows 7
Method 1 of 3:
Creating the Account
- Open notepad by going to Start> All Programmes> Accessories> Notepad or just type "notepad", without quotes, into the start menu and hit enter.
- Type the following code:
- @echo off
- net user hidden passwordhere /add
- net localgroup Administrators hidden /add
- REMEMBER!! Change "passwordhere" to the password of your choice and, if you wish, change "hidden" to the username of your choice
- Go to File> Save As
- Change the "Save as type" box to "All Files"
- Type "hidden.bat" into file name and click "Save"
- Right click the file and select "Run as administrator"
- 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
- 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.
- Type "net users", without quotes into the window and press enter.
- Check the list for an account with the name you specified.
- 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
- Open Command Prompt by going to Start> All Programs> Accessories> Command Prompt or just type "cmd", without quotes, into the start menu
- Right click the program and select "Run as Administrator"
- Type "net user hidden /active:no", without quotes, into the window and hit enter.
- REMEMBER. Change "hidden" to the name you specified
- "The command completed successfully" should appear.
- Well done! You have just hidden an account
Method 3 of 3:
Accessing Your Account
- Open Command Prompt by going to Start> All Programs> Accessories> Command Prompt or just type "cmd", without quotes, into the start menu
- Right click the program and select "Run as Administrator"
- Type "net user hidden /active:yes", without quotes, into the window and press enter.
- "The command completed successfully" should appear.
- Log off and check if there is a new user account with the name you specified. If there is well done!
- Once you have finished using the account, follow "Hiding the account" to hide it again.
3.5 ★ | 2 Vote
You should read it
- How to activate the hidden Admin account on Windows 7/8/10
- Ftype command in Windows
- Instructions on how to make hidden folders in USB when infected
- How to Set Administrator Password
- How to determine the type of account in Windows 10
- How to turn off the Administrator account, Guest hidden in Windows 10
- Instructions on how to activate the Admin account or reset the Admin account password
- Sub-commands in nslookup Windows command (Part 3)
May be interested
- Manage User on Windows by command in CMDinstructions on how to manage user on windows using the command cmd extremely effectively and professionally. how to create a user (user account) by using cmd command and how to manage user by command in cmd
- Instructions on how to create a Guest account on a Macwhen creating multiple accounts on a mac, users can secure the data, preventing your data from being looked at by others when using the same computer. however, creating a guest account on mac os x is not as simple and available as on windows. so how to do it?
- How to create a 'guest' account on Windows 11sometimes you have to lend someone your computer, or share your windows device with others. at that time, creating and using a guest account is the optimal solution.
- Create 5 virtual accounts from a primary account in Hotmailhotmail users can create 5 virtual email addresses and manage them from a single main account. this is the identity protection feature added by microsoft.
- How to create and manage Storage Spaces right in Settings in Windows 10microsoft is trying to bring the management features on control panel to the settings app. this will help users manage, use and control windows 10 computers in a more consistent and efficient manner.
- How to create hidden folders on Windows 10sometimes your computer has your "confidential" files and data, but you don't know how to prevent other users from opening it.
- Instructions on how to create a new User on Windows 10instructions on how to create a new user on windows 10. dividing many different user accounts on windows 10 will help you better manage your data and avoid unauthorized account hacking, sharing the user. users after creating you can grant them permission to limit certain activities
- Instructions for creating the fastest Microsoft accountcreating a microsoft account makes it easy to use microsoft services. following, tipsmake.com will guide you how to create microsoft account quickly and simply!
- How to manage passwords on mPass Windows 10 - Secure account informationto manage website account information, manage passwords more securely, many people choose to use password management software. mpass – password manager is a uwp application on windows 10 that supports keeping web accounts and passwords to avoid revealing personal information.
- Instructions to enable Admin Share on Windows 10/8/7in some cases, users need to enable admin shares on the local hard drive. admin shares is the default share account of all hard drives (c $, d $, ...) on windows computers. by default, admin shares are hidden and cannot be accessed on the network.