Hello there,
Try these commands and see if that helps.
To reset the Group Policy settings on a Windows system to their default values, you can use the following steps:
Open an elevated Command Prompt or PowerShell session. To do this, right-click on the Start menu and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)".
In the Command Prompt or PowerShell window, type the following command and press Enter:
RD /S /Q "%WinDir%\System32\GroupPolicy"
Next, type the following command and press Enter:
RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
Note: These commands will delete the Group Policy settings stored in the "GroupPolicy" and "GroupPolicyUsers" folders.
Finally, type the following command and press Enter:
gpupdate /force
This command updates the Group Policy settings on the local computer.
After executing these steps, the Group Policy settings on the system will be reset to their default values. Keep in mind that this process only affects the local Group Policy settings and does not affect any policies applied through Active Directory in a domain environment.
It's important to exercise caution when modifying Group Policy settings, as they can have a significant impact on system behavior and security. Make sure to have a backup or system restore point in case you need to revert any changes.
I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–