I was able to upgrade my new Surface 3 to Windows 10. It's been working fine for a week or so. Then a couple of days ago no one but myself or my wife (the only two in our family who I've made administrators on the Surface) can log into it. Our kids can't log into it at all using their accounts. Any attempt by them to log in results in the following error message:
"Windows couldn't connect to the Group Policy Client service.
Please consult your system administrator."
Well, I'm the "system administrator"; and I'm not sure what's going on. I've searched this error and found an article online saying that you've got to get into the Services app and set the startup for the Group Policy Client service to Automatic. (I've checked on the Surface and it's set to Manual.) But that article was for Vista. Is that advise still valid today?
Answer
Edit:
I finally found what seems to be a permanent solution to this problem here https://answers.microsoft.com/en-us/windows/forum/windows_7-performance/why-wont-windows-connect-to-the-group-policy/b73107f8-8447-4599-87a5-65ecc6a63aa0?auth=1
- Open regedit
- Navigate to key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SVCHOST
- Create multi-string value named
GPSvcGroup
and assign it valueGPSvc
- Create a key (a folder) and name it
GPSvcGroup
- Open the newly-created GPSvcGroup folder and create 2 DWORD values:
- First called
AuthenticationCapabilities
with a value of 0x00003020 (or 12320 in decimal) - Second is called
CoInitializeSecurityParam
with a value of 1
- First called
- Reboot
After doing this, my Group Policy Client service is running when I boot up
Original solution:
I've been having this problem a lot on both of my Windows 10 computers. It seems to occur every week or so. This always fixes the problem, though only temporarily and only after it's occurred:
- Open a command prompt as administrator
- Run
sfc /scannow
- Restart the computer
Even though it always says that no problems were found when I run the sfc scan, it fixes the issue.
Did you try changing the service startup mode? If that works I'd love to know!
No comments:
Post a Comment