[Tip] How to Reset or Remove All Active Group Policies Applied in Windows?

Recently when I posted a detailed guide to check and know which group policies are currently active and applied in Windows (Read here), lots of readers asked following question:

How to reset or remove all active group policies at once in Windows without disabling them manually using Group Policy Editor?

Actually many people apply group policies in Windows to enable/disable features and functionality. In future, they might want to remove those policies but resetting those policies will require lots of time as the user will need to find all active policies using Group Policy Editor and then reset them to “Not Configured” one by one. It’ll waste lots of time.

Advertisement

Set_Target_Feature_Update_Version_Windows_10_Group_Policy_Editor.png

That’s why many readers asked for a quick and easy way to reset and remove all applied policies in Windows in bulk.

Don’t worry! There is a quick way to restore all applied policies to default at once which I’m going to share in this tutorial.

PS: When a group policy is applied in Windows 10, users also get “Some settings are managed by your organization” warning message or banner showing at the top of pages in Settings app as mentioned here. If you reset or remove all applied group policies using this tutorial, it’ll also help you in getting rid of that message.

Some_Settings_Are_Managed_By_Your_Organization_In_Windows_10.png

Let’s start the tutorial.

When you apply group policies using Group Policy Editor (gpedit.msc), all policies are stored in following folders:

Advertisement

  • C:\Windows\System32\GroupPolicy
  • C:\Windows\System32\GroupPolicyUsers

Reset_Remove_All_Acive_Group_Policies_Applied_Windows.png

If you try to open these folders, you’ll get following files and folders:

  • Machine
  • User
  • gpt.ini
  • comment.cmtx
  • Registry.pol

To reset or remove all applied group policies, you just need to delete these 2 folders: GroupPolicy and GroupPolicyUsers.

PS: In some computers, you’ll get only GroupPolicy folder. That’s completely ok. If only one folder exists, then you need to delete only one folder.

1. To delete the folders, open This PC (or My Computer, File Explorer) and go to C:\Windows\System32 folder.

Now look for GroupPolicy and GroupPolicyUsers folders present under System32 folder.

Once you find the folders, select them and press Delete key. Windows will ask for confirmation, click on Yes and Continue buttons.

That’s it. After deleting folders, you’ll need to forcefully apply group policy changes to Windows.

2. Open Command Prompt as Administrator using any method given here.

Now run following command:

gpupdate /force

Forced_Apply_Group_Policy_Changes_Using_Gpupdate_Command_Windows.png

PS: If you are an old reader of this website, you might be already aware of gpupdate /force command. We have used the command lots of time in old articles such as Link 1, Link 2, Link 3.

It’ll take a few seconds in processing and you’ll get “Computer Policy / User Policy update has completed successfully” message.

That’s it. You have successfully removed all currently active group policies in your Windows device.

You can also restart your computer system if required.

Now if you try to open Group Policy Editor (gpedit.msc), you’ll find that all group policies are set to Not Configured which means all applied policies have been removed successfully.

Also Check:

[Fix] Your Browser is Managed by Your Organization in Google Chrome

[Fix] Your Browser is Being Managed by Your Organization in Mozilla Firefox

Published in: Windows 10, Windows 7, Windows 8, Windows Vista, Windows XP

About the author: Vishal Gupta (also known as VG) has been awarded with Microsoft MVP (Most Valuable Professional) award. He holds Masters degree in Computer Applications (MCA). He has written several tech articles for popular newspapers and magazines and has also appeared in tech shows on various TV channels.

Comments

NOTE: Older comments have been removed to reduce database overhead.

  1. Hello, i am wondering if these folder would be under Windows\system64 as i have a 64bit laptop instead of 32bit. Thank you

  2. ^^ No. You’ll need to find the folders inside “C:\Windows\System32\” in both 32-bit as well as 64-bit systems.

Leave a Comment

Your email address will not be published. Required fields are marked *

NOTE: Your comment may not appear immediately. It'll become visible once we approve it.