Getting Gpsvc service failed to sign error randomly.

Deepak Sahni 0 Reputation points
2024-02-21T18:24:03.0466667+00:00

We have applied policies in our windows 10 21H2 machine. Sometimes when the system reboots or started manually we get the error Gpsvc service Failed to Sign in error. If we remove all the applied policies we do not get this error no matter we reboot or shutdown and start it multiple times. What could be the reason here and how can it be fixed ? We want to keep the policies in place and also this error to not occur.

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-02-22T09:59:23.5866667+00:00

    Hello,

    Log on system using local admin account and check below registry setting.

    1. 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.

    1. 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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.