windows:client_os:user_profile_service_failed_the_logon

Differences

This shows you the differences between two versions of the page.


windows:client_os:user_profile_service_failed_the_logon [2019/10/31 09:06] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Error message: The User Profile Service failed the logon ======
 +Scenario:
 +You try log on to Windows 7 but you receive the following error message:
 +<WRAP center round box 60%>The User Profile Service failed the logon. User profile cannot be loaded.</WRAP>
 +If you restart your computer and it does not resolve this issue, use the following methods to resolve this issue:
 +<WRAP center round box 60%>This how-to contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Make sure that you follow these steps carefully. Back up the registry before you modify it. Then, you can restore the registry if a problem occurs. [[https://support.microsoft.com/en-us/kb/322756|How to back up and restore the registry in Windows]].</WRAP>
 +
 +  - Click Start, type regedit in the Search box, and then press ENTER.
 +  - In Registry Editor, locate the following registry subkey:
 +    - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
 +  - In the navigation pane, locate the folder that begins with S-1-5 (SID key) followed by a long number.
 +  - Click each S-1-5 folder, locate the ProfileImagePath entry in the details pane, and then double-click to make sure that this is the user account profile that has the error. (ProfileImagePath will be equal to your users profile location)
 +  - If you have two folders starting with S-1-5 followed by the same long number and one of them ended with .bak (both with the same ProfileImagePath), you have to rename the .bak folder.
 +      - [{{ :windows:client_os:profile-01.png | Registry editor}}]
 +      - Right-click the folder without .bak, and then click Rename. Type .ba, and then press ENTER.
 +      - Right-click the folder that is named .bak, and then click Rename. Remove .bak at the end of the folder name, and then press ENTER.
 +      - Right-click the folder that is named .ba, and then click Rename. Change the .ba to .bak at the end of the folder name, and then press ENTER.
 +  - If you have only one folder starting with S-1-5 that is followed by long numbers and ends with .bak. Right-click the folder, and then click Rename. Remove .bak at the end of the folder name, and then press ENTER. In the details pane, double-click RefCount, type 0, and then click OK, and double-click State, type 0, and then click OK.
 +  - [{{ :windows:client_os:profile-02.png | Registry editor}}]
 +  - [{{ :windows:client_os:profile-03.png | Registry editor}}]
 +  - Close Registry Editor.
 +  - Restart the computer.
 +  - Log on again with your account.