How to change Guest account to Administrator in Windows
If you want to change the Windows Guest account to be something more, read on.
Steps
Change a Guest Account to an Administrator in Windows Step 1
Step 1. Make sure the guest account is active
You must be an Administrator to do this. If you are not an administrator, then enter through safe mode using the command line and click on the administrator account. Change a Guest Account to an Administrator in Windows Step 2
2 Open Notepad (Start> All Programs> Accessories> Notepad)
Change a Guest Account to an Administrator in Windows Step 3
Step 3. Enter the following
net localgroup guests guest / delete
net localgroup administrators guest / add
Change a Guest Account to an Administrator in Windows Step 4
Step 4. Save as anything.bat (make sure the file type is set to all files)
Change a Guest Account to an Administrator in Windows Step 5
Step 5. Double click on the new file. 6 When the command line is closed, then you are good
Advice
If the Administrator has a password, it is recommended to use "" ophcrack live cd "" (search Google) to crack the administrator password.
This can also be used to make the guest account limited. Just replace the admin account with the user account.
Enter the commands on separate lines, otherwise it won't work.
To change back, use System Restore to the point of change.