Monday 27 July 2015

How To Create Hidden User Account In Windows

Steps To Create Hidden User Account In Windows :-


  • 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 in notepad.
  • @echo off
  • net user hidden password hello /add
net local group Administrators Techhacks /add1
  • In above code replace hello with your desired password and Techhacks with your desired username.
  • Now save this file as hidden.bat.2
  • 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.3
  • Now to check this account being created open the command prompt and there type net user and press enter.
  • Thats it a new hidden account with complete administrator access is created in your windows.
Enjoy... ;)

                                                                                      vist us : www.spartansit.com

No comments:

Post a Comment