How to convert Guest into Admin in windows XP
When you log into guest account in Windows Xp you cannot access some functions which are available for admin account. Although this point is known to everyone the reason why I am telling it here is because there is a way to convert this guest account into admin account. Isn’t this cool?
So, In order to make this change you have to type the below given code in NOTEPAD and save the file as “Guest2admin.bat”
then u can double click the file to execute or run in the cmd.
it works for sure:
Here is the code:
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
Note : While doing this make sure that you have Guest profile on or else this won’t work.
If you liked this article you can Subscribe to my RSS Feed or Subscribe by Email
Related Posts :
- How To Take Ownership of Files in Vista
- How to Start and End Processes on a Remote Computer
- Check User Name Availability in Different Sites at a Time
- Convert Hard Drive Partition from FAT to NTFS for more Benefits
- Convert Text documents to MP3 files.











July 21st, 2008 at 7:44 pm
Nice site… Cool guestbook…+
July 22nd, 2008 at 8:38 am
Thanks so very much for taking your time to create this very useful and informative site. I have learned a lot from your site. Thanks!!0
July 23rd, 2008 at 7:08 am
This website is Great! I will recommend you to all my friends. I found so much useful things here. Thank you.
July 24th, 2008 at 10:11 am
You guys do a wonderful job! Keep up the good work!!!U
July 25th, 2008 at 12:15 pm
Cool!.. Nice work…r
August 2nd, 2008 at 8:56 pm
WE cannot do this from guest account!