Knowledge base

1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!

Unlock Windows restrictions on VPS Cloud / VPS Lite

This guide allows you to “unlock” any Windows parameter blocked by the message “Some settings are hidden or managed by your organization” (such as changing the desktop background, for example) and to lift these restrictions that are in place by default on the VPS Cloud / VPS Lite offer.

 

Reset local group policy settings

To reset all local group policy settings to their default values:

  1. Open the command prompt as an administrator.
  2. Enter the following commands:

    RD /S /Q "%windir%\System32\GroupPolicyUsers"
    RD /S /Q "%windir%\System32\GroupPolicy"
    gpupdate /force
  3. Restart the machine.

Has this FAQ been helpful?