I managed to kill my computer's Guest acccount by deleting stuff from its %appdata% folder. I can't log in as Guest successfully.

How can I reset the whole profile to a clean state?

link|improve this question

60% accept rate
What version of Win7? Home? Pro? Ultimate? – SgtOJ Sep 1 '11 at 0:41
feedback

2 Answers

up vote 1 down vote accepted

System Proprieties >> Advanced, Click settings on User Profiles then delete the Guest account.

link|improve this answer
feedback

It's good practice for security reasons to disable (but don't delete) the built in Guest and Admin account. Before you disable them, create another Admin and Guest account. This will solve your problem and add some extra security.

Alt Option 1: Use Windows System Restore and restore to a point before you corrupted the guest account.

Alt Option 2: Open Command Prompt with Admin Privileges. Run this command: net user guest /delete. This will delete the built-in account all together. Then you could create new Guest account. However, I don't recommend deleting built-in accounts. Therefore, I recommend following my original instructions.

link|improve this answer
Option 1 should not help, because system restore does not restore user profiles. – Kalmi Sep 5 '11 at 16:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.