Fix Windows could not connect to Group Policy Client Service
Fix Windows could not connect to Group Policy Client service: If you are facing the above error while trying to log in to a non-administrator account, then you are in the right place as today we are going to discuss how to fix this issue . The error clearly indicates that the Group Policy Client Service failed when trying to log on to Windows for non-administrator users. By using the administrator account, there is no such error and the user can easily log in to Windows 10.
As soon as the standard user tries to log on to Windows, they see an error message: "Windows could not connect to the Group Policy Client service." Check with your system administrator.” It clearly says to consult your system administrator because administrators can log into the system and view the event logs to better understand the error.
The main issue seems to be that the Group Policy Client service is not running when the standard user tried to log in and therefore the error message is displayed. While administrators can log in to the system, they will also see the error message in the notification that says “Failed to connect to a Windows service”. Windows could not connect to the gpsvc service. This issue prevents standard users from logging in." So, without wasting any time let us see how to fix Windows could not connect to Group Policy client service error with the help of the below-listed troubleshooting guide.
Fix Windows could not connect to Group Policy Client Service
Make sure to create a restore point in case something goes wrong.
Method 1: Set the Group Policy Client Service to Automatic
Make sure you're signed in with the administrative account to make the following changes.
Psssst: How to Close Your Laptop Lid and Still Use an External Monitor
1.Press Windows Key + R then type services.msc and press Enter.
2.Find Group Policy Client Service then right click and select Stop.
Now double click on it and make sure the Startup type is set to Automatic.
Then click Start to start the service again.
5.Click Apply followed by OK.
6.Restart your PC and this Fix Windows could not connect to Group Policy client service error.
Method 2: Try System Restore
1.Press Windows Key + R and type “ sysdm.cpl ” then hit enter.
2.Select System Protection tab and choose System Restore.
3.Click Next and choose the desired System Restore Point .
Follow the instructions on the screen to complete the system restore.
5.After reboot you may be able to Fix Windows could not connect to the Group Policy client service error.
Read our Most papular Blogs:
How to Fix Group Policy Client Service Failure at Windows 7 Login?
How do I fix the group policy client service failed? The sign in access is denied.
Method 3 – Run SFC and DISM
1.Press Windows Key + X then click Command Prompt (Admin).
2.Now type the following in cmd and hit enter:
3.Wait for the above process to finish and once done reboot your PC.
Reopen cmd and type the following command and press enter after each one:
Let the DISM command run and wait for it to finish.
If the above command doesn't work, try the following:
Dism /Image:C:offline /Cleanup-Image /RestoreHealth /Source:c:testmountwindows
Dism /Online /Cleanup-Image /RestoreHealth /Source:c:testmountwindows /LimitAccess
Note: Replace C:RepairSourceWindows with the location of your repair source (Windows installation or recovery disk).
7.Restart your PC to save the changes and see if you can Fix Windows could not connect to the Group Policy client service error.
Method 4: If you can't open Windows Update Settings
1.Press Windows Key + X then select Command Prompt (Admin).
2.Type the following command in cmd and hit Enter:
netsh
3.Restart your PC to save the changes and the error will be resolved.
Psssst: Fix Windows Store Server Stumbled Error
Method 5: Disable fast startup
1.Press Windows Key + R then type “ powercfg.cpl ” and hit enter to open Power Options.
2.Click Choose what the power buttons do in the top left column.
3.Next, click Change settings that are currently unavailable.
Uncheck Turn on fast startup in Shutdown settings.
5.Now click Save Changes and reboot your PC.
This solution seems to be helpful and should Fix Windows could not connect to Group Policy client service error.
1.Press Windows Key + R then type regedit and hit enter to open Registry Editor.
2.Now navigate to the following key in Registry Editor:
ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesgpsvc
3.Then find the image path key value and check your data. In our case, your data is svchost.exe -k netsvcs.
4.This means the above data is in charge of gpsvc service.
Now navigate to the following path in Registry Editor:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSvcHost
6.In the right pane of the window locate netsvcs and then double click on it.
7.Check the Value data field and make sure gpsvc is not missing. If it's not there, then add the gpsvc value and be very careful doing so because you don't want to remove anything else. Click OK and close the dialog.
8.Then navigate to the following folder:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSvcHostnetsvcs
(This is not the same key present in SvcHost, it is present in the SvcHost folder in the left window pane)
9.If the netsvcs folder is not present in the SvcHost folder, you need to create it manually. To do so, right-click on the SvcHost Folder and select New > Key . Then enter netsvcs as the name of the new key.
10.Select the netsvcs folder you just created in SvcHost and in the left pane of the window right-click and select New > DWORD (32-bit) Value .
11.Now enter the name of the new DWORD as CoInitializeSecurityParam and double click on it.
12.Set Value data to 1 and click OK to save changes.
Now similarly create the following three DWORD (32-bit) Values in the netsvcs folder and enter the value data as specified below:
Name of the DWORD Value Data
CoInitializeSecurityAllowLowBox: 1
CoInitializeSecurityAllowInteractiveUsers: 1
AuthenticationCapabilities: 3020
14.Click OK after setting the value of each of them and close Registry Editor.
1.Press Windows Key + R then type regedit and hit Enter to open Registry Editor.
Navigate to the following registry key:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiciosgpsvc
Just make sure the old key is in its location and then continue.
Now navigate to the following key:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSvchost
5.Right-click on Svchost and select New > Multi-String Value.
Name this new string as GPSvcGroup and then double click on it to change its value to GPSvc and hit OK.
Right-click on Svchost again and select New > Key.
Name this key GPSvcGroup and press Enter.
9.Now right click on GPSvcGroup and select New > DWORD (32-bit) value.
Name this GOLDEN WORD as Authentication Capabilities and double click on it to change its value to 12320 (make sure you are using decimal base).
11.Similarly create a new GOLDEN WORD called Colnitialize Security Param and change its value to 1 .
12.Close Registry Editor and restart your PC.
.
That's it, you have succeeded in Fixing Windows could not connect to the Group Policy client service error but if you still have any queries regarding this guide then feel free to ask them in the comment section.