28,660 questions
Hello It seems like you’re experiencing a problem where changes to the local policy settings on your Windows 11 workstation are not being saved. This could be due to a number of reasons, such as a corrupted Group Policy, issues with the registry.pol file, or conflicts with third-party software. Here are some steps you can take to troubleshoot and potentially resolve the problem:
- Reset Group Policy to Default: Resetting Group Policy to its default state can help resolve any issues caused by incorrect settings. You can do this by running the following command in an elevated command prompt: secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose After running the above command, restart your computer for the changes to take effect.
- Delete & Recreate missing registry.pol file: All Group Policy settings are stored in the registry.pol file. If this file is missing, any changes pushed to the client will not reflect at all. The good news is that you can recreate it1. Just to make sure, delete the file, even if it exists. Navigate to C:\Windows\System32\GroupPolicy\Machine\. Check if it has the registry.pol file. Delete it permanently using Shift + Delete. To recreate it, open PowerShell with admin privileges. (Win+X+A) Execute the following command to refresh Group Policy settings: gpupdate /force This will refresh Group Policy and recreate the Group Policy File. If none of these steps work, you might need to consider more drastic measures such as creating a new local user account, or as a last resort, reinstalling Windows.