Recently i came across a group policy processing failure when a user tries to do a gpupdate /force, it works for the User Policy and fails for the computer policy with an error that group policy failed processing. As a result any computer policy on this device will fail.
Upon checking the Event viewer, the system log was filled with the Event ID 1096 as attached below.
As per the Event ID 1096, Windows couldn’t apply the registry-based policy settings for the LocalGPO. The first place to check was the Registry.pol file located locally on the computer.
Steps to resolve this issue:
- Delete or rename the registry.pol file under c:windowssystem32grouppolicymachineregistry.pol
- Configure any administrative template settings in the local Computer settings GPO. This will re-generate automatically a new registry.pol file.
- Gpupdate /force will run normally without any problem.
The more we exploit nature, The more our options are reduced, until we have only one: to fight for survival. See the link below for more info.
#options
http://www.ufgop.org
after deleting the registry.pol file also, same 1096 error is coming