How to reset all Local Group Policy settings using Local Group Policy Editor

If you've been changing settings for a long time, you probably didn't notice that the default state of each policy is "Not configured." This means you can quickly sort the policies to identify the ones that have been modified so that you can reset their values to the original defaults. You'll need to perform this task for the "Administrative Templates" in the "Computer Configuration" and "User Configuration" sections.

Reset Computer Configuration settings

To reset the Computer Configuration settings, use these steps:

  1. Open Start.
  2. Search for gpedit.msc and click the top result to open the Local Group Policy Editor console.
  3. Navigate to the following path:Computer Configuration > Administrative Templates > All Settings
  4. Click the State column header to sort settings and view the ones that are Enabled and Disabled.
    Local Group Policy All Settings for Computer Configuration

    Source: Windows Central (Image credit: Source: Windows Central)
  1. Double-click one of the policies that you previously modified.
  2. Select the Not configured option.
    Reset Group Policy object settings

    Source: Windows Central (Image credit: Source: Windows Central)
  1. Click the Apply button.
  2. Click the OK button.

Once you complete these steps, you may need to repeat the steps No. 5 through No. 8 to reset any remaining policy.

Reset User Configuration settings

To reset the User Configuration settings, use these steps:

  1. Open Start.
  2. Search for gpedit.msc and click the top result to open the Local Group Policy console.
  3. Navigate to the following path:User Configuration > Administrative Templates > All Settings
  4. Click the State column header to sort settings and view the ones that are Enabled and Disabled.
    Local Group Policy All Settings for User Configuration

    Source: Windows Central (Image credit: Source: Windows Central)
  1. Double-click one of the policies that you previously modified.
  2. Select the Not configured option.
    Group Policy object Not configured state

    Source: Windows Central (Image credit: Source: Windows Central)
  1. Click the Apply button.
  2. Click the OK button.

After you complete the steps, repeat steps No. 5 through No. 8 to clear any other policy you have configured.

How to reset all Local Group Policy settings using Command Prompt

If the device has many modified settings, you can quickly reset all the Group Policy Objects to their defaults with Command Prompt.

To reset the Group Policy settings with a command line, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to reset all the Group Policy settings and press Enter:RD /S /Q "%WinDir%\System32\GroupPolicyUsers" && RD /S /Q "%WinDir%\System32\GroupPolicy"
    Reset all Group Policy settings with Command Prompt

    Source: Windows Central (Image credit: Source: Windows Central)
  1. Type the following command to update the changes in the Local Group Policy console and press Enter:gpupdate /force
    Group Policy force update command

    Source: Windows Central (Image credit: Source: Windows Central)
  1. (Optional) Restart your computer.

Once you complete the steps, the command will delete the folders that store the Group Policy settings on your device, and then Windows 10 will reapply their default values.

This guide focuses on resetting the settings for the Local Group Policy editor. If you're using a computer joined to an Active Directory network, only your network administrator can control these settings. These instructions are also not meant to reset the objects under the "Windows Security" (Local Security Policy) section since they are stored in a different location.

The ability to reset the policy settings has been around for a long time, which means you can use the same instructions on Windows 7 and Windows 8.1.