The Group Policy Client Service Failed The Logon
1. Press Windows Key + R combination, type put Regedt32.exe in Run dialog box and hit Enter to open the Registry Editor.
2. Navigate to the following location:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\gpsvc
3. You don’t need to modify anything under the key mentioned above. Just make sure that it is intact there properly. Next, you should locate this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost
4. Now create a multi-string value in the right pane of this location and name it as GPSvcGroup and associate the Value data GPSvc with it. Moving on create a new subkey to the Svchost key (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost) and name it as GPSvcGroup.
5. Finally, came to the right pane of this so created subkey GPSvcGroup and create following two DWORDs with corresponding Value data:
AuthenticationCapabilities – 12320 (Use Decimal base)
ColnitializeSecurityParam – 1
Now close the Registry Editor and reboot and verify the status of the issue. Your problem should be fixed by now.
Hope this helps!