How to disable or turn off Group Policy Refresh while Computer is in use


Group Policy, an administrative tool introduced in Windows 2000, determines how programs, network resources, and operating system behave for users and computers in an organization. Group Policy helps users to add policies for active objects by making modifications in Windows Windows Registry. Generally, by default Group Policy gets updated in the background every 90 minutes, after a change is recorded in the active object. Even when you Change Group Policy Refresh Interval and set it at 0 minutes, the computer tries to update Group Policy every 7 seconds.
However, the updating of Group Policy depends upon the resources that have been modified and may vary according to the priority. So eventually there exists the possibility of a decrease in the speed of the computer, since a Group Policy refresh in the background will affect system speed. Unfortunately, you won’t be able to determine how much consumption of memory is being carried out by Group Policy refresh since it is not listed in Task Manager. If we let Group Policy be updated after the user has been logged out, then the system will save on some resources. This is an option given in Windows, and should you wish to change this setting, for some reason, this is how to go about it.

Turn Off Group Policy Refresh

In this article, I’ll tell you the way to disable or turn off  Group Policy from being updated automatically while the system is in use.

Disable background refresh of Group Policy using Local Group Policy Editor

1. Press Windows Key + R combination, type put gpedit.msc in Run dialog box and hit Enter to open the Local Group Policy Editor.
2. Navigate here:
Computer Configuration -> Administrative Templates -> System -> Group Policy
turn off group policy refresh
3. In the right pane, look for the setting Turn off background refresh of Group Policy. It should have Not Configuredstatus by default. Double clicking on it will yield you following window:
Disable-GPO-Background-Refresh-1

4. In the above window, selecting Enabled will let the computer to refresh Group Policy objects after the computer is being logged out by the user rather than refreshing same while the computer is in use. Click OK. Reboot to make changes effective. That’s it!
NOTE : The policy Turn off background refresh of Group Policy overrides over policies Set Group Policy refresh interval for computers and Set Group Policy refresh interval for users which handles the refreshing time of Group Policy to update itself in background while we’re working on computer.

Disable background refresh of Group Policy using Registry Editor

1. Press Windows Key + R combination, type put Regedt32.exe in Run dialog box and hit Enter to open the Registry Editor.
2. Navigate to this registry key:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
Disable-GPO-Background-Refresh-3
3. In the right pane of this location, create a DWORD named DisableBkGndGroupPolicy using Right click -> New -> DWORD. Double click on it to modify, you’ll get this:
Disable-GPO-Background-Refresh-4
4. In the above-shown box, input the Value data equals to 1. Click OK. That’s it! Reboot to get results.
How to Change Group Policy Refresh Interval for computers may also interest you. You can also disable background processing of Registry Policy.

Post a Comment

0 Comments