Hello
Thank you for your question and reaching out.
- 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).
- Ensure Sysvol replication is working properly on domain controllers.
- Delete the GPO and recreate it.
- repadmin /showrepl * /csv >showrepl.csv
If above steps does not work then follow below steps.
check the last modified date of the following file:
C:\Windows\System32\GroupPolicy\Machine\ Registry.pol
(note: GroupPolicy is a hidden folder, you may need to enable hidden folders to navigate to this path)
Almost for certain, the last modified date will be a long time ago (or at least earlier than “today”). If this is the case, delete the file REGISTRY.POL, and run “gpupdate /force” from a Command Prompt. This forces the group policies to re-apply. Problem solved :
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept as answer--