Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Networking»Fix: Group Policy Processing Error 1096 on Windows

Fix: Group Policy Processing Error 1096 on Windows

Abhishek SilwalBy Abhishek SilwalDecember 16, 2022
the processing of group policy failed

After updating the Group Policy Objects on a certain domain, it’s best to run the gpupdate /force command to apply the changes, as they only apply automatically every 90 minutes. However, sometimes running this command gives the “The processing of Group Policy failed. Windows could not apply the registry-based policy settings for the Group Policy object” error.

The main cause of the issue is the corruption of the file storing the Group Policy Registry settings on your local system or the domain controller. Such corruption can occur because of temporary issues such as server updates or being inactive for some time. However, it will also happen if there are some problems with your GPO or the replication system in your domain.

Table of Contents

  • How to Fix Windows Could Not Apply the Registry-based Policy Settings for the Group Policy Object
    • Recreate Local Registry.pol File
    • Check Registry.pol File inside Sysvol
    • Check and Troubleshoot Sysvol Replication
    • Delete and Recreate GPO

How to Fix Windows Could Not Apply the Registry-based Policy Settings for the Group Policy Object

The first thing you need to do after you encounter this issue is to check the event logs for more information. Doing so will help you narrow down the cause as well as tell you the GUID name or number in case you did not note it from the gpupdate error message.

  1. Open Run by pressing Win + R.
  2. Type eventvwr and press Enter to open the Event Viewer.
  3. Go to Windows Logs > System and click on Filter Current Logs.
    event-viewer-filter-current-logs
  4. Enter 1096 on the <All Event IDs> textbox and click OK.
  5. Double-click on the latest or the most relevant event and check both General and Details tabs.
    1096-event-viewer-general-guid

If you could determine the exact reason for the issue, go to the corresponding solution. Also, make sure to copy down the GUID number of the GPO that failed to update.

Recreate Local Registry.pol File

The easiest possible fix for this error is to delete the local Registry.pol file on the client side and allow the domain to recreate it. Registry.pol stores all the registry-based policy settings for the GPO, and this error indicates that the file in your system is corrupted.

The local Registry.pol is only a copy of the source file on the Domain Controller, so you can safely delete it.

  1. Navigate to C:\Windows\System32\GroupPolicy\Machine
  2. Delete the Registry.pol file.
    registry-pol-group-policy-machine
  3. Delete the Registry.pol file inside C:\Windows\System32\GroupPolicy\Machine too.
  4. Then, run gpupdate /force on your local machine to have the domain controllers apply all GPOs to your machine, thereby recreating the Registry.pol file.
    gpupdate-force

If it doesn’t recreate the folder, contact your system admin to apply the group policy to your local machine or wait for 90 or so minutes for the policy to apply automatically.

Check Registry.pol File inside Sysvol

If recreating the Registry.pol file doesn’t resolve the issue, it’s likely that the source file on a Domain Controller (DC) is corrupt. If you have access to the DC, you can perform the following steps to troubleshoot the issue. If you don’t, you need to contact your system admin for this purpose.

  1. Open the File Explorer.
  2. Go to C:\Windows\SYSVOL\sysvol\“Domain Name”\Policies\“GPO GUID”\Machine.
  3. Make sure that Registry.pol exists here along with GPT.ini in the “GPO GUID” folder.
    registry-pol-inside-sysvol
  4. Right-click on GPR.ini and select Properties.
  5. Go to the Security tab and check who has permission for the file.
  6. Do the same for Registry.pol and see if they have the same permissions.

If they don’t, or the Registry.pol file is missing, delete the SYSVOL folder and copy or replicate it from another domain controller. You also need to do the same if the dates or versions of the files in the SYSVOL folder don’t match that of other DCs.

If you can’t do so, you need to demote and then promote the DC again while making sure there are no issues with your replication policy.

Check and Troubleshoot Sysvol Replication

If replicating the SYSVOL folder from another domain controller doesn’t work, there may be some issues with your domain’s replication health. You can use the Repadmin tool to monitor the replication status and analyze the report for any issues.

  1. Open Run.
  2. Type cmd and press Ctrl + Shift + Enter to open the Elevated Command Prompt.
  3. Enter the command repadmin /showrepl * /csv >showrepl.csv
    repadmin-showrepl
  4. Open the showrepl.csv file in Excel.

The exact process to analyze this file is slightly complex. And there are several possible ways to troubleshoot the replication issue depending on the nature of the error, which you can determine through the repadmin /showrepl command. So we recommend visiting Microsoft’s comprehensive guide on this process to learn the full process if necessary.

Delete and Recreate GPO

If the above solutions don’t work, you need to delete the GPO showing the issue and recreate it again to resolve the issue.

  1. Note down the GUID of the GPO from the event log.
  2. Then, open Run.
  3. Type powershell and press Ctrl + Shift + Enter to open Windows PowerShell
  4. Enter the cmdlet Get-GPO -Guid “GUID” to get the name of the GPO.
    get-gpo-guid
  5. Now, open Run again.
  6. Type gpmc.msc and press Enter to open the Group Policy Management Console.
  7. Expand “Domain name” > Domains > “Domain name” > Group Policy Objects.
    group-policy-objects
  8. Right-click on the relevant GPO and click Delete.
  9. Click on delete GPO from archive and production.
  10. Then, Right-click on an empty area and select New.
  11. Follow the instructions to recreate the GPO according to your situation.
  12. Then, link it to the necessary users.

After that, run the gpupdate /force command to update the policy.

fix
Abhishek Silwal

Abhishek Silwal is an Electronics Engineer and a technical writer at TechNewsToday. He specializes in troubleshooting a wide range of computer-related issues. His educational background in Electronics Engineering has given him a solid foundation in understanding of computers. He is also proficient in several programming languages and has worked on various robotics projects. Even in his early days, he used to tinker with various computer components, both hardware, and software, to satiate his curiosity. This experience has given him a breadth of experience that goes beyond his educational qualification. Abhishek has been writing articles on dealing with varieties of technical issues and performing specific tasks, especially on a Windows machine. He strives to create comprehensive guides on fixing many system and hardware issues and help others solve their problems.

Related Posts

packet loss test

How To Perform Packet Loss Test On Windows

January 15, 2023
how to reset ethernet adapter

How To Reset Ethernet Adapter

January 2, 2023
does my pc have wifi

Does Your Desktop Have Wi-Fi? Here’s How to Find Out

January 1, 2023
dns server is not responding

8 Ways to Fix “DNS Server Is Not Responding” Error

December 27, 2022
how-to-reset-spectrum-wifi

How to Reset Spectrum Wi-Fi

December 26, 2022
how to update router firmware tp-link

How to Update Router Firmware on TP-Link (2 Possible Ways)

December 26, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how long does a cmos battery last

How Long Does a CMOS Battery Last

January 25, 2023
thunderbolt vs usb c

Thunderbolt Vs USB C: What’s the Difference

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
You may also like
watch-twitch-on-roku-tv

How to Watch Twitch on Roku TV

January 25, 2023
hp mouse not working

HP Mouse Not Working? Here’s How to Fix It

January 25, 2023
install-kodi-on-firestick

How to Install Kodi on Firestick (Step-By-Step Guide)

January 25, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.