If you want the Windows guest account to be more than just a guest account, then read on.
Steps
- Make sure the guest account is enabled. You must be an administrator to do this. If you are not an administrator, go into safe mode with command prompt and click on the administrator account.
- Open Notepad (Start > All Programs > Accessories > Notepad)
- Type the following:
- net localgroup guests guest /delete
- net localgroup administrators guest /add
- Save as anything.bat (make sure the file type is selected as all files).
- Double click on the new file.
- After the command prompt closes, you have succeeded.
Tips
- If the administrator has a password it is recommended to use an ""ophcrack live cd"" (search Google) to crack an administrator password.
- This can also be used to switch a guest to a limited account. Just replace administrator accounts with user accounts.
- Type the commands on separate lines or this will not work.
- To change it back, use system restore to before you changed it.
Warnings
- If you give a guest account too much power (such as administrator), anyone that accesses the computer can delete other accounts, steal files, change system settings, etc. Do this at your own risk.
No comments:
Post a Comment