Windows cannot load the locally stored profile: Insufficient security rights
or a corrupted local file. Windows has logged you in with a temporary profile
any setting you make will not be saved.
Searching on Google, I found that the problem is related to the fact that the user has been deleted and recreated in the system. Therefore, in order to solve it, you need to follow this procedure:
- Run "WHOAMI /USER" to determine your SID
- Check the ProfileImagePath value in the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\Cu rrentVersion\ProfileList\
- Delete the other SID that is pointing to the same ProfileImagePath
This solved the problem!
No comments:
Post a Comment