-
Notifications
You must be signed in to change notification settings - Fork 99
Docs for removal #142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs for removal #142
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 %} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 %} | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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. | ||
|
|
||
| <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> |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -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`. | ||||||
|
||||||
| 1. Remove Check entries from `%ProgramFiles%\\Mozilla Firefox\\distribution\\policies.json`. | |
| 1. Remove Check entries from `%ProgramFiles%\Mozilla Firefox\distribution\policies.json`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Front-matter description reads a bit ungrammatical/ambiguous ("Windows removal guidance for Check managed browser configuration"). Consider rephrasing to make it clear this page is guidance for removing Check-managed browser configuration (e.g., "Windows removal guidance for removing Check-managed browser configuration").