Skip to content

Commit c7476b1

Browse files
authored
Merge pull request #142 from Zacgoose/docs-update-for-removal
Docs for removal
2 parents 72899b2 + ce180f9 commit c7476b1

5 files changed

Lines changed: 59 additions & 0 deletions

File tree

docs/SUMMARY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
- [MacOS](deployment/chrome-edge-deployment-instructions/macos.md)
1818
- [Firefox Deployment](deployment/firefox-deployment.md)
1919

20+
## Removal
21+
22+
- [Removal Overview](removal/README.md)
23+
- [Windows](removal/windows/README.md)
24+
- [Chrome and Edge](removal/windows/chrome-edge.md)
25+
- [Firefox](removal/windows/firefox.md)
26+
2027
## Settings
2128

2229
- [General](settings/general.md)

docs/removal/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
description: Guides for removing Check enterprise policies and managed settings
3+
icon: trash
4+
---
5+
6+
# Removal
7+
8+
Use this section to remove Check deployment configuration and managed policies from supported browsers.
9+
10+
{% content-ref url="windows/" %}
11+
[windows](windows/)
12+
{% endcontent-ref %}

docs/removal/windows/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
description: Windows removal guidance for Check managed browser configuration
3+
icon: windows
4+
---
5+
6+
# Windows
7+
8+
Use the pages below to remove Check enterprise settings from Windows endpoints.
9+
10+
{% content-ref url="chrome-edge.md" %}
11+
[chrome-edge.md](chrome-edge.md)
12+
{% endcontent-ref %}
13+
14+
{% content-ref url="firefox.md" %}
15+
[firefox.md](firefox.md)
16+
{% endcontent-ref %}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Chrome and Edge (Windows)
2+
3+
If you need to fully remove Check managed enterprise configuration from Windows endpoints, use the uninstall script instead of manually deleting registry values.
4+
5+
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.
6+
7+
## Uninstall Script
8+
9+
1. Run the script as Administrator on the target endpoint.
10+
2. Use this when testing policy changes and you want a clean baseline before re-deploying.
11+
3. After running, restart Chrome and Edge to ensure policy refresh.
12+
13+
<a href="https://raw.githubusercontent.com/CyberDrain/Check/refs/heads/main/enterprise/Remove-Windows-Chrome-and-Edge.ps1" class="button primary">Download the Uninstall Script from GitHub</a>

docs/removal/windows/firefox.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Firefox (Windows)
2+
3+
Firefox enterprise removal for Check is managed through the Firefox policies file.
4+
5+
## General Removal Steps
6+
7+
1. Remove Check entries from `%ProgramFiles%\\Mozilla Firefox\\distribution\\policies.json`.
8+
2. Remove extension lock and install directives related to Check.
9+
3. Restart Firefox to apply policy changes.
10+
11+
For deployment and policy format details, see [Firefox Deployment](../../deployment/firefox-deployment.md).

0 commit comments

Comments
 (0)