首页 > 代码库 > Fix error of "you have been logged on with a temporary profile"

Fix error of "you have been logged on with a temporary profile"

You have been logged on with a temporary profile on windows2008 R2

After looking into this issue, I saw the following user profiles and I didn’t see my profile (ralin).

C:\Users\TEMP.domainName.000 (first time to login)

C:\Users\TEMP.domainName.001 (second time login)

C:\Users\TEMP.domainName.002 (third time to login)

That explained why I always logged in via Temp Profile.

How to solve this issue? After looking into it, it is easy.

Go to HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

Search my username (ralin).

Delete the folder S1-5-21-706…

Log off and login again.

My user profile (C:\Users\ralin) appears finally.