Tuesday, July 7, 2009

How to Get a Admin privileges For Any Account

Here is a Way to Get AdminPrivileges to Non Admin Accounts
We can do it by runing a small commend on cmd!

Copy this codes to Notepad:

echo off
title Please wait...
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user ***** 420 /active:yes
net localgroup Guests ***** /DELETE
net localgroup Administrators ***** /add
del %0

Replace "*****" with your NonAdmin Account name

Save it as "Admin.bat" or "Guest2Admin.bat" whatever you like but .bat file.
Double click on the file or execute or run in cmd.
Thats all Now you have a full adminprivileges.

Work on Xp
Feelfree to give comments to me!!!!!

No comments:

Post a Comment