Convert a user account into an Administrator
Want to convert a user account into an Admin? All you need to do is copy the code below, copy/paste it into Notepad and save it as User2admin.bat on your desktop. 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 [...]

