Skip to content

Instantly share code, notes, and snippets.

@kylin17
Last active December 13, 2017 06:11
Show Gist options
  • Save kylin17/2ee273de402138a9bdb8d1ad96f16fb5 to your computer and use it in GitHub Desktop.
Save kylin17/2ee273de402138a9bdb8d1ad96f16fb5 to your computer and use it in GitHub Desktop.
remove any “Installed by enterprise policy” Chrome Extension

In administrator mode

  • Step 1:
rd /S /Q "%WinDir%\System32\GroupPolicyUsers"

Press Enter.

  • Step 2:
rd /S /Q "%WinDir%\System32\GroupPolicy"

Press Enter.

  • Step 3:
gpupdate /force

Press Enter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment