How to create Hidden account (IN WINDOWS)

It is possible to create hidden account in windows using notepad,How???
Let's follow the following steps:

Step-1:
open notepad and copy the code given below:
@echo off
net user hidden password hello /add
net local group Administrators Techhacks /add - See more at: http://computertrickx1.blogspot.com/2015/09/how-to-create-hidden-user-account-in.html#sthash.OA5KNoJf.dpuf
 @echo off
net user hidden password  PASSWORD
net local group Administrators USERNAME
*Note: Replace the PASSWORD with your own password and USERNAME with your username.

Step-2:
Now save this as security.bat or give the name whatever you like but the file extension should be .bat.

Step3:
Open this by right click and select Run as Administrator and the cmd prompt will appear on the screen.

Step 4:
To see this has been created or not : open cmd and type net user and you can see the message with successfully created the hidden account .
@echo off
net user hidden password hello /add
net local group Administrators Techhacks /add - See more at: http://computertrickx1.blogspot.com/2015/09/how-to-create-hidden-user-account-in.html#sthash.OA5KNoJf.dpuf
@echo off
net user hidden password hello /add
net local group Administrators Techhacks /add - See more at: http://computertrickx1.blogspot.com/2015/09/how-to-create-hidden-user-account-in.html#sthash.OA5KNoJf.dpuf
@echo off
net user hidden password hello /add
net local group Administrators Techhacks /add - See more at: http://computertrickx1.blogspot.com/2015/09/how-to-create-hidden-user-account-in.html#sthash.OA5KNoJf.dpuf

No comments:

Post a Comment