Corrupted Windows Profile

less than 1 minute read

Description:

When you login to your account, many icons will be missing and Windows will have many “User Profile” errors in the Event Viewer.

To Resolve:

  1. Run => regedit

  2. Go to HKEY_LOCAL_MACHINE => SOFTWARE => Microsoft => Windows NT => CurrentVersion => ProfileList.

  3. Locate the two SID (Security Identification) keys that correspond to the user profile. Both keys are named “S-1-5-21-S” (where “X” is your security profile identification number), but one key has “.bak” at the end of the name. If you have more than one user on your computer, you can identify your SID keys by clicking on each key in the left pane and checking the user name data column located to the right of the “ProfileImagePath” field in the right pane.

  4. Right-click on your SID key name that does not end in “.bak” and click “Rename.” Type “_corrupt” at the end of the key name and press “Enter.”

  5. Right-click on your SID key name that ends with “.bak” and click “Rename.” Remove the “.bak” from the key name and press the “Enter” key.

  6. Exit regedit and reboot.

  7. Sign in to your profile, the issue should be resolved.

Tags:

Updated:

Comments