Hello,
Log on system using local admin account and check below registry setting.
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
Make sure that the gpsvc key exists and has %systemroot%\system32\svchost.exe -k netsvcs –p specified for ImagePath.
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost
Make sure that there is GPSvsGroup in the list of the parameters.
If the registry key is missing, you can import the service registry key from another working computer, or check and repair the Windows image using these commands:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
---If the Answer is helpful, please click "Accept Answer" and upvote it.