Why this
problem occurs:
While we upgrade to windows 10, the upgrade actually creates a backup registry entry of your profile which you used for upgrade and ran into problems.
When the user profile is corrupted, Windows 10 displays a notification like this:
You've been signed in with a temporary profile.
You can't access your files, and files created in this profile will be deleted when you sign out. To fix this, sign out and try signing in later. Please see the event log for more details or contact your system administrator.
Solution:
Restart the computer and sign in to the account that got the temporary profile error to see if it is now fixed.
Follow: Facebook Page
.
While we upgrade to windows 10, the upgrade actually creates a backup registry entry of your profile which you used for upgrade and ran into problems.
When the user profile is corrupted, Windows 10 displays a notification like this:
You've been signed in with a temporary profile.
You can't access your files, and files created in this profile will be deleted when you sign out. To fix this, sign out and try signing in later. Please see the event log for more details or contact your system administrator.
Solution:
1. Check the SID
of the User Profile. To do so open Command Prompt as Admin enter the following
command:
Whoami / user
You will get the result like below:
User Name
SID
============= ==============================================
shubam\shubam S-1-5-21-3638800382-1909347390-2201382035-1001
============= ==============================================
shubam\shubam S-1-5-21-3638800382-1909347390-2201382035-1001
Make a note of the SID.
2. Press Windows key + R. In the run window, type regedit
and press Enter.
Click Yes if the UAC warning appears.
3. In the left pane, double click on HKEY_LOCAL_MACHINE
to expand it. Now click on Software under it. Similarly navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\ProfileList
4. Under ProfileList
in the left pane, locate the SID collected earlier.
You will see two or more of these SID keys, probably one will have
.bak at the end and other one will be without it.
5. Click SID
key without .bak and on the right double click on the ProfileImagePath
value, copy the Path under the Value Data option (e.g. C:\Users\SHUBAM)
After copying the path right click on SID without .bak Delete. Click on Yes
to confirm.
6. Right click on the SID key with .bak,
click on Rename, and rename the SID key to only remove ".bak"
at the end of the key's name. On the right panel double click on the ProfileImagePath value name to modify
it.
7. Under the Value Data option enter the correct
path of the user's profile folder (Found Earlier) and click on OK. Also
verify that the State DWORD is set with a value data of 0.
8. Close Registry Editor.
Restart the computer and sign in to the account that got the temporary profile error to see if it is now fixed.
Follow: Facebook Page
.
Comments
Post a Comment