To disable strict replication consistency on a domain controller, perform the following steps:
- Open the Registry Editor (regedit.exe).
- In the top address bar, type HKLM\SYSTEM\CurrentControlSet\Services\NTDS \Parameters or navigate there in the left navigation pane.
- In the main pane, right-click an empty space and select New and then DWORD Value from the menu.
- Name the new DWORD value Strict Replication Consistency.
- Double-click the new Strict Replication Consistency value.
- Enter 1 to disable strict replication consistency.
- Click OK.
- Reboot the domain controller.
To re-enable strict replication consistency on a domain controller, perform the following steps:
- Open the Registry Editor (regedit.exe).
- In the top address bar, ...