Reset Group Policy to default in Windows 11/10
Group Policy settings can vary between several configurations like Personalization, Firewall settings, Printers, Security policies, etc. We ’ ll take a look at respective methods using which you can reset the respective policies to their default department of state .
1] Reset GPO settings using Local Group Policy Editor
nowadays, this is a identical basic one. Follow the below steps in holy order to reset the change GPO settings. 1. Press Windows Key + R on your keyboard to launch Run prompt. Enter gpedit.msc and hit Enter to open Local Group Policy Editor.
2. navigate to the be way on the left side acid of Group Policy Editor window :
local Computer Policy > Computer Configuration > Administrative Templates > All Settings
3. now, on the correct side window, sort the policy settings by State column so that all those policies which are Enabled/Disabled presently can be accessed on the top.
4. Up next, change their state from Enabled/Disabled to not Configured and apply the settings. 5. Repeat the lapp for the under path equally well .
local Computer Policy > User Configuration > Administrative Templates > All Settings
6. This will restore all Group Policy settings to the default option state. however, if you are facing some unplayful issues like the loss of administrator privileges or debarred from logging in, then you can try the below method .
2] Restore Local Security Policies to default
security policies about your administrative account on Windows are maintained in a unlike management cabinet – secpol.msc (Local Security Policy). This security setting snap-in extends the Group Policy snap-in and helps you define security policies for computers in your domain.
Read more: Best Free Karaoke Software for Windows
now, under certain circumstances, you might end up with some messed up Security settings which you can set correct if you have retained administrative privileges to your calculator. Follow the below steps to reset the Security policies on your machine : 1. Press Windows Key + X on your keyboard to launch Quick Link menu. Select Command Prompt (Admin) to open an promote Command Prompt windowpane. 2. Enter the downstairs command in the prompt window and hit Enter :
secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose
3. After the task completion, restart your machine to make the changes effective and start afresh with Security policies. 4. If some of the components are distillery appearing strange, you can go for the future method to hard reset the Group Policy Objects. Read : How to Import or Export Group Policy settings in Windows 11/10 .
3] Reset Group Policy Objects using Command Prompt
This especial method involves the deletion of the Group Policy settings folder from the drive where Windows is installed. Follow the under steps to get it done using an raise Command Prompt window. 1. Open an exalted Command Prompt window the like room mentioned in Method 2. 2. Enter these commands in CMD and execute them one by one .
RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
RD /S /Q "%WinDir%\System32\GroupPolicy"
gpupdate /force
3. once done, restart your calculator.
Read more: How do I reset DNS settings in Windows 10?
4] Delete these registry keys using CMD
You can besides remove all settings and policies that may have been applied. Create a system restore point and backup your register first and then run the follow command/s :
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f reg delete "HKCU\Software\Policies" /f reg delete "HKLM\Software\Microsoft\Policies" /f reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f reg delete "HKLM\Software\Microsoft\WindowsSelfHost" /f reg delete "HKLM\Software\Policies" /f reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f
Make sure you have created a organization restore point before making any changes to your register or policy settings. Related read : How to repair a corrupt Group Policy in Windows 11/10 .