Reset a single user registry to defaults

2

I have a limited user on a home computer that managed to mess up his settings and I want to reset that user to defaults.

In Windows XP I could delete ntuser.dat and the registry to reconstructed properly. On Win7 the user gets logged on with a temporary profile. I also tried copying ntuser.dat from c:\users\default. This prevents the user from loggin in.

John

Posted 2012-09-24T03:09:26.727

Reputation: 233

1Delete the user account completely, and recreate it. That will reset it to defaults. – None – 2012-09-24T03:58:28.597

If I delete and recreate the account the user will lose access and ownership of files and doucments created by the old user., – John – 2012-09-24T15:49:07.143

For all the bother it might be, it'll still be quicker to re-assign permissions than the 14 hours you've waited for an answer. – None – 2012-09-24T17:16:16.387

Answers

0

you also have to delete the UserProleList entry from the registry. Naviage to: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" and find the right profile entry. (Always backup the registry before!)

Cadburry

Posted 2012-09-24T03:09:26.727

Reputation: 241