
Local Group Policy Editor, often called gpedit, lets you change Windows settings that do not always appear in the normal Settings app. It is commonly used for update behavior, security settings, feature restrictions, and system-wide controls.
This guide applies to Windows 10 and Windows 11 Pro, Enterprise, and Education. Windows Home does not include Local Group Policy Editor.
Does This Affect You?
If a guide tells you to open gpedit.msc, it is asking you to change a policy. Policies can apply to the whole computer or to the current user account, and they often override normal Windows toggles until you set them back.
Open Group Policy Editor and Find a Setting
Most instructions give a branch and folder path. Once you understand the layout, following those paths is straightforward.
- Press Windows key + R, type
gpedit.msc, and press Enter. If Windows cannot find it, you are probably on Windows Home. - In the left pane, choose Computer Configuration for machine-wide settings or User Configuration for settings tied to the signed-in account.
- Expand Administrative Templates and follow the folder path from the guide, such as Windows Components > Windows Update.
- Click the final folder and review the policies listed in the right pane. They show states such as Not configured, Enabled, or Disabled.
- Double-click the policy you need to edit.
Change a Policy Setting
Most policy windows use the same three-state pattern, but the wording of the policy name matters.
- Inside the policy window, choose Enabled or Disabled according to the guide you are following. Read the name carefully: enabling a policy named “Turn off…” usually disables the feature.
- If extra options appear after choosing Enabled, fill them in only when the guide specifically requires them.
- Click Apply, then OK.
- Restart the PC if the setting does not apply immediately. To refresh without rebooting, open Command Prompt and run
gpupdate /force.
Group Policy Notes
Undo a Policy Change
Return to the same policy and set it to Not Configured. That removes the local policy instruction and lets Windows return to its default behavior or whatever other management source applies.
Windows Home Does Not Include gpedit
Microsoft reserves Local Group Policy Editor for Pro, Enterprise, and Education editions. On Home, many of the same settings can be changed through Registry Editor when a guide provides the exact key and value. Unofficial gpedit installers exist, but they are not officially supported and are usually unnecessary when a registry equivalent is available.
Policy Can Override Registry Edits
Group Policy writes and refreshes controlled settings. If you manually change the same value in Registry Editor, the policy may overwrite it again during the next refresh. Use the method that matches your Windows edition and the guide you trust.
Finding Unknown Policies
If you only know a policy name, Microsoft’s policy reference and reputable searchable policy lists can help you find the correct folder path before changing anything.
Sources
- Microsoft Learn: Local Group Policy Editor overview
- Microsoft Learn: Group Policy settings reference
- Microsoft Support: Group Policy and Registry Editor behavior
