How To Create Hidden User Account In Windows

Create Anonymous User Account In Windows

Steps To Create Hidden User Account In Windows:-


Step 1. First of all, you need to open notepad in your windows by pressing Window button and then entering notepad. Now copy the below code and paste it into notepad.
@echo off
net user hidden password hello /add
net local group Administrators FIREWALL/add
hidden user
In above code replace hello with your desired password and FIREWALL with your desired username.
Step 2. Now save this file as hidden.bat
How To Create Hidden User Account In Windows
Step 3. Now open the saved file by right-clicking on it and selecting run as administrator and a command prompt will appear and your account is being created.
How To Create Hidden User Account In Windows
Step 4. Now to check this account being created open the command prompt and there type net user and press enter.
How To Create Hidden User Account In Windows
That’s it a new hidden account with complete administrator access is created in your windows.

No comments:

Post a Comment