Wednesday, May 25, 2016

Creating Hidden Net User Administrator on Windows 10

windows 10 user

  • Open Notepad. To Open Notepad, press Windows + R and type Notepad inside the box

  • Copy and paste the code below in Notepad:

  • In the above code, Replace mypassword with your own password and hiddenuser with your administrator name.
  • Now save the file as Hidden.bat. Here, .bat stand for the batch file extension.
  • Once you save, you will see a bat file icon created in the folder where you saved the .bat file.
  • Right click on the icon and select ‘Run as Administrator’. Once you ‘Run as Administrator’, a command prompt will appear showing that your account is being created.

  • Once it’s done, you might want to recheck it. So, to recheck and confirm your created account, open a Command Prompt window. PressWindows+R and type cmd in the box and a Command Prompt window will appear. 

  • Type the command net user in the command prompt. There should space in between net and user in the command and press enter. Now you can see your hidden Net User Administrator account On Windows 10.

Hiding The Hidden Net User Administrator:

  • Now, the next step is to hide this account. Open a new Command Prompt window with administrative permissions by right clicking on the cmd icon.

  • Now type the following command and press enter: net user hidden /active:no

  • Like this, you’ll be able to hide an account on your Windows 10 PC.

Accessing The Hidden Net User Administrator:

  • To access this account, you need to open a new Command Prompt window with administrative permissions.
  • Now, enter the following command and press enter: net user hidden /active:yes

  • This will bring your account to the front with the name you specified. To check this, you need to log off your computer or click on top-right corner of the Start Menu.

  • After using this hidden account, follow the step to hide this hidden user account and restrict people from accessing it.
Now with this account, you can ensure privacy by managing all your private information under this hidden account. Moreover, this account will have complete administrator access to your computer.

No comments:

Post a Comment