{"id":2897,"date":"2025-10-27T18:08:04","date_gmt":"2025-10-27T16:08:04","guid":{"rendered":"https:\/\/itsimple.info\/?p=2897"},"modified":"2025-10-27T18:08:05","modified_gmt":"2025-10-27T16:08:05","slug":"how-to-reset-windows-workstation-local-group-policy","status":"publish","type":"post","link":"https:\/\/itsimple.info\/?p=2897","title":{"rendered":"HOw To Reset Windows workstation local Group Policy"},"content":{"rendered":"\n<p>Resetting Group Policy in Windows 11 can be done using the following steps. This process will revert Group Policy settings to their default state:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Reset Group Policy for Local Machine (System-wide)<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Using Command Prompt:<\/strong><\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong>Command Prompt<\/strong> as Administrator:\n<ul class=\"wp-block-list\">\n<li>Press <code>Win + S<\/code>, type <code>cmd<\/code>, right-click, and select <strong>Run as Administrator<\/strong>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Run the following commands:<\/li>\n<\/ol>\n\n\n\n<p>RD \/S \/Q \u201c%WinDir%\\System32\\GroupPolicy\u201d<br>RD \/S \/Q \u201c%WinDir%\\System32\\GroupPolicyUsers\u201d<br>gpupdate \/force<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\n<ul class=\"wp-block-list\">\n<li>The first two commands delete the Group Policy folder where local settings are stored.<\/li>\n\n\n\n<li>The <code>gpupdate \/force<\/code> command refreshes Group Policy, applying default settings.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Using PowerShell:<\/strong><\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong>PowerShell<\/strong> as Administrator:\n<ul class=\"wp-block-list\">\n<li>Press <code>Win + X<\/code>, then select <strong>Windows Terminal (Admin)<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p>    2. Run the following commands:<\/p>\n\n\n\n<p>Remove-Item -Recurse -Force \u201c$env:WinDir\\System32\\GroupPolicy\u201d<br>Remove-Item -Recurse -Force \u201c$env:WinDir\\System32\\GroupPolicyUsers\u201d<br>gpupdate \/force<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Reset Individual Group Policy Settings<\/strong><\/h3>\n\n\n\n<p>If you want to reset individual Group Policy settings rather than all, follow these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open the <strong>Local Group Policy Editor<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Press <code>Win + R<\/code>, type <code>gpedit.msc<\/code>, and press Enter.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Navigate to the specific policy path, such as:<\/li>\n<\/ol>\n\n\n\n<p>Computer Configuration ? Administrative Templates ?<br>User Configuration ? Administrative Templates ?<\/p>\n\n\n\n<p>3. Set any modified policies back to <strong>Not Configured<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Reset Group Policy Registry Keys<\/strong><\/h3>\n\n\n\n<p>Some policies are enforced via the Registry. To reset them:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong>Registry Editor<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Press <code>Win + R<\/code>, type <code>regedit<\/code>, and press Enter.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Navigate to the following paths and delete any custom entries:\n<ul class=\"wp-block-list\">\n<li>For Computer Configuration:<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p>HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies<\/p>\n\n\n\n<p>For User Configuration:<\/p>\n\n\n\n<p>HKEY_CURRENT_USER\\SOFTWARE\\Policies<\/p>\n\n\n\n<p>3. Restart the system to apply changes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Verify the Reset<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open Command Prompt and run:<\/li>\n<\/ol>\n\n\n\n<p>gpresult \/h gp_report.html<\/p>\n\n\n\n<p>2. Open the generated <code>gp_report.html<\/code> file to confirm all policies are now default.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Resetting Group Policy in Windows 11 can be done using the following steps. This process will revert Group Policy settings to their default state: 1. Reset Group Policy for Local Machine (System-wide) Using Command Prompt: RD \/S \/Q \u201c%WinDir%\\System32\\GroupPolicy\u201dRD \/S \/Q \u201c%WinDir%\\System32\\GroupPolicyUsers\u201dgpupdate \/force Using PowerShell: 2. Run the following commands: Remove-Item -Recurse -Force \u201c$env:WinDir\\System32\\GroupPolicy\u201dRemove-Item -Recurse [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[],"class_list":["post-2897","post","type-post","status-publish","format-standard","hentry","category-windows"],"_links":{"self":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts\/2897","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2897"}],"version-history":[{"count":1,"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts\/2897\/revisions"}],"predecessor-version":[{"id":2898,"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts\/2897\/revisions\/2898"}],"wp:attachment":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2897"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2897"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2897"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}