How to fix "The User Profile Service failed the logon" ?
Example of error
The User Profile Service service failed the logon.
User profile cannot be loaded.
Solution
Method 1 :
- Turn on Window in Safe Mode.
- Run dialog : regedit.
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList.
- You will see 2 same folder with same name. (1 with .bak, 1 without .bak)
- Rename folder without .bak, add .ba at the end.
- Rename folder with .bak, remove .bak.
- Rename folder with .ba, rename .ba to .bak.
- Click on folder without .bak.
- Modify RefCount to 0 and State to 0.
- Restart the computer.
Method 2 :
- Run dialog : services.msc.
- Find the System Event Notification Service Properties.
- Turn the service to manual and turn it back to automatic.
- Click Apply then OK.
- Find the COM+ Event System Properties.
- Turn the service to manual and turn it back to automatic.
- Click Apply then OK.
Method 3 :
C:\Users\USER-PC>netsh winsock reset
Method 4 :
- Run dialog : regedit.
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SVCHOST.
- In this key, create new Multi-String Value named GPSvcGroup and valued GPSvc.
- Create new key named GPSvcGroup.
- In this key, create 2 DWORD.
- First DWORD named AuthenticationCapabilities and valued 3020 in hexadecimal or 12320 in decimal.
- Second DWORD named CoInitializeSecurityParam and valued 1 in hexadecimal.
- Restart the computer.