Event ID 1096 — Group Policy

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/ren6370/article/details/73484736


客户情况

      操作系统: Windows Server 2008 

       客户系统管理员在操作将某一台服务器加入域时,出现:The Registry client-side extension is responsible for writing and removing registry keys and values from the client's registry during Group Policy processing.Event Details

Product: Windows Operating System
ID: 1096
Source: Microsoft-Windows-GroupPolicy
Version: 6.0
Symbolic Name: gpEvent_REGISTRY_TEMPLATE_ERROR
Message:

The processing of Group Policy failed. Windows could not apply the registry-based policy settings for the Group Policy object %8. Group Policy settings will not be resolved until this event is resolved. View the event details for more information on the file name and path that caused the failure.


解决方法

Correct a registry extension failure

The Registry client-side extension failed to read the registry.pol file from the Group Policy template location. The registry.pol file contains registry policy settings. This file may be missing, inaccessible, or corrupt.

Possible resolutions include:

  1. Ensure the registry.pol file exists in the location and has the same permissions as the gpt.ini file in the same Group Policy object (GPO).
  2. Ensure Sysvol replication is working properly on domain controllers.
  3. Delete the GPO and recreate it.

确认问题是否解决

Group Policy applies during computer startup and user logon. Afterward, Group Policy applies every 90 to 120 minutes. Events appearing in the event log may not reflect the most current state of Group Policy. Therefore, you should always refresh Group Policy to determine if Group Policy is working correctly.

To refresh Group Policy on a specific computer:

  1. Open the Start menu. Click All Programs and then click Accessories.
  2. Click Command Prompt.
  3. In the command prompt window, type gpupdate and then press ENTER.
  4. When the gpupdate command completes, open the Event Viewer.

猜你喜欢

转载自blog.csdn.net/ren6370/article/details/73484736