diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 38ff855d..a6e2bf08 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -17,6 +17,13 @@ - [MacOS](deployment/chrome-edge-deployment-instructions/macos.md) - [Firefox Deployment](deployment/firefox-deployment.md) +## Removal + +- [Removal Overview](removal/README.md) + - [Windows](removal/windows/README.md) + - [Chrome and Edge](removal/windows/chrome-edge.md) + - [Firefox](removal/windows/firefox.md) + ## Settings - [General](settings/general.md) diff --git a/docs/removal/README.md b/docs/removal/README.md new file mode 100644 index 00000000..10d14c8b --- /dev/null +++ b/docs/removal/README.md @@ -0,0 +1,12 @@ +--- +description: Guides for removing Check enterprise policies and managed settings +icon: trash +--- + +# Removal + +Use this section to remove Check deployment configuration and managed policies from supported browsers. + +{% content-ref url="windows/" %} +[windows](windows/) +{% endcontent-ref %} diff --git a/docs/removal/windows/README.md b/docs/removal/windows/README.md new file mode 100644 index 00000000..cc496f2f --- /dev/null +++ b/docs/removal/windows/README.md @@ -0,0 +1,16 @@ +--- +description: Windows removal guidance for Check managed browser configuration +icon: windows +--- + +# Windows + +Use the pages below to remove Check enterprise settings from Windows endpoints. + +{% content-ref url="chrome-edge.md" %} +[chrome-edge.md](chrome-edge.md) +{% endcontent-ref %} + +{% content-ref url="firefox.md" %} +[firefox.md](firefox.md) +{% endcontent-ref %} diff --git a/docs/removal/windows/chrome-edge.md b/docs/removal/windows/chrome-edge.md new file mode 100644 index 00000000..674428eb --- /dev/null +++ b/docs/removal/windows/chrome-edge.md @@ -0,0 +1,13 @@ +# Chrome and Edge (Windows) + +If you need to fully remove Check managed enterprise configuration from Windows endpoints, use the uninstall script instead of manually deleting registry values. + +This removes all extension-specific policy values created during deployment for both Chrome and Edge, including nested settings such as domain squatting, webhook, branding, and allowlist values. + +## Uninstall Script + +1. Run the script as Administrator on the target endpoint. +2. Use this when testing policy changes and you want a clean baseline before re-deploying. +3. After running, restart Chrome and Edge to ensure policy refresh. + +Download the Uninstall Script from GitHub diff --git a/docs/removal/windows/firefox.md b/docs/removal/windows/firefox.md new file mode 100644 index 00000000..18d58420 --- /dev/null +++ b/docs/removal/windows/firefox.md @@ -0,0 +1,11 @@ +# Firefox (Windows) + +Firefox enterprise removal for Check is managed through the Firefox policies file. + +## General Removal Steps + +1. Remove Check entries from `%ProgramFiles%\\Mozilla Firefox\\distribution\\policies.json`. +2. Remove extension lock and install directives related to Check. +3. Restart Firefox to apply policy changes. + +For deployment and policy format details, see [Firefox Deployment](../../deployment/firefox-deployment.md).