View attachment 13099
Hello, I created a Windows build 24H2 configured via NTLite.
In the location settings, I see the message, "Some of these settings are managed by your organization."
I understand that this is normal and due to group policy settings.
However, at the moment, I would like to remove this message from Windows without rebuilding the system from scratch.
I entered the following commands to reset the group policy settings:
```cmd
secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose
RD /S /Q "%WinDir%\System32\GroupPolicy"
RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
gpupdate /force
```
I also checked the group policies, and all settings were marked as "Not configured."
But the message in the settings, "Some of these settings are managed by your organization.," still remains.
Can you help me remove this message and unlock the system's functionality?
If you know a method to fully reset the group policy settings to default, different from what I mentioned above, and that works, it would be great if you could share it.
Is there a way through Windows, either via the registry or group policies, to regain access to this settings section or reset all group policy restrictions?
Hello, I created a Windows build 24H2 configured via NTLite.
In the location settings, I see the message, "Some of these settings are managed by your organization."
I understand that this is normal and due to group policy settings.
However, at the moment, I would like to remove this message from Windows without rebuilding the system from scratch.
I entered the following commands to reset the group policy settings:
```cmd
secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose
RD /S /Q "%WinDir%\System32\GroupPolicy"
RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
gpupdate /force
```
I also checked the group policies, and all settings were marked as "Not configured."
But the message in the settings, "Some of these settings are managed by your organization.," still remains.
Can you help me remove this message and unlock the system's functionality?
If you know a method to fully reset the group policy settings to default, different from what I mentioned above, and that works, it would be great if you could share it.
Is there a way through Windows, either via the registry or group policies, to regain access to this settings section or reset all group policy restrictions?