1.Login with User admin
2.Open RUN "cmd" by admin mode
3.type in command prompt " net user " can check User is administrator
4.type " wmic useraccount where name='Your user' get sid " enter
5.will be show SID Your user name then
Example
S-1-5-21-921959361-200295530-369090078-1001
additional : you can view all users by use command
wmic useraccount get name,sid
6.remember your SID find from registry
7.Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
method 2
Right click "HKEY_LOCAL_MACHINE" find type " ProfileList " Find Next
8.now notice ssid is two same
Example
S-1-5-21-921959361-200295530-369090078-1001
S-1-5-21-921959361-200295530-369090078-1001.bak
so when you click " S-1-5-21-921959361-200295530-369090078-1001.bak " will you see ProfileImagePath " C:\Users\your username "
and when you click " S-1-5-21-921959361-200295530-369090078-1001 " will you see
ProfileImagePath " C:\Users\Temp "
comeback click key " S-1-5-21-921959361-200295530-369090078-1001 " then right click and Delete this key
and rename this key " S-1-5-21-921959361-200295530-369090078-1001.bak " to " S-1-5-21-921959361-200295530-369090078-1001 "
now you can restart your computer , end to fix Thanks