https://github.com/ethanspleefan/chromepolicyremover
A powerful utility to remove stubborn Chrome policies that come with virus's such as TabSearch etc
https://github.com/ethanspleefan/chromepolicyremover
antivirus batch chrome helpdesk policy virus
Last synced: about 1 month ago
JSON representation
A powerful utility to remove stubborn Chrome policies that come with virus's such as TabSearch etc
- Host: GitHub
- URL: https://github.com/ethanspleefan/chromepolicyremover
- Owner: EthanSpleefan
- Created: 2025-03-12T11:16:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T11:37:37.000Z (over 1 year ago)
- Last Synced: 2025-03-12T12:29:23.821Z (over 1 year ago)
- Topics: antivirus, batch, chrome, helpdesk, policy, virus
- Language: Batchfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Policy Remover for Windows
```asciidoc
____ _ ____ _ _
/ ___| |__ _ __ ___ _ __ ___ ___ | _ \ ___ | (_) ___ _ _
| | | '_ \| '__/ _ \| '_ ` _ \ / _ \ | |_) / _ \| | |/ __| | | |
| |___| | | | | | (_) | | | | | | __/ | __/ (_) | | | (__| |_| |
\____|_| |_|_| \___/|_| |_| |_|\___| |_| \___/|_|_|\___|\__, |
| _ \ ___ _ __ ___ _____ _____ _ __ |___/
| |_) / _ \ '_ ` _ \ / _ \ \ / / _ \ '__|
| _ < __/ | | | | | (_) \ V / __/ |
|_| \_\___|_| |_| |_|\___/ \_/ \___|_|
```
A powerful utility to remove stubborn Chrome policies that come with virus's such as TabSearch etc

[](https://opensource.org/licenses/MIT)

## ๐ Features
- ๐ฅ **Nuclear Option** - Removes all Chrome/Chromium policies
- ๐ก๏ธ **Automatic Admin Elevation** - Self-elevates to admin privileges
- ๐ **Comprehensive Cleanup** - Targets:
- Group Policy folders
- Windows Registry entries
- Enterprise enrollment tokens
- 32-bit/64-bit policy locations
- โ
**Verification System** - Checks cleanup effectiveness
- ๐ **Step-by-Step Progress** - Clear visual feedback
- ๐งน **Residual Files Removal** - Force deletes locked files
## ๐ฅ Installation
1. Download the latest release:
```bash
curl -O https://raw.githubusercontent.com/EthanSpleefan/ChromePolicyRemover/main/chrome_cleaner.bat
```
2. Right-click the batch file
3. Select **"Run as administrator"**
## ๐ฅ๏ธ Usage
```powershell
# Run with default options
> .\chrome_cleaner.bat
# Advanced options (edit batch file):
# - Add custom registry paths
# - Modify directory targets
# - Enable verbose logging
```
## โ ๏ธ Important Notes
- ๐ **Backup First!** - Can cause Chrome settings reset
- ๐ **Antivirus Alert** - Registry edits may trigger warnings
- ๐พ **Data Loss** - Removes all Chrome policies indiscriminately
- โก **Reboot Required** - For changes to take full effect
## โ FAQ
**Q: My AV flagged this as suspicious. Is it safe?**
A: This is a false positive due to registry modifications. Review the source code before running.
**Q: Will this remove my Chrome bookmarks?**
A: No, only resets policies and managed settings. User data remains intact.
**Q: Can I recover removed policies?**
A: Not directly. You'll need to reapply policies through your MDM/GPO system.
## ๐ ๏ธ Technical Details
```text
Target Locations Removed:
โโโ Registry Paths (8)
โโโ System32 Folders (2)
โโโ Program Files Folders (2)
โโโ Enterprise Enrollment Keys
Post-Cleanup Actions:
1. Forces gpupdate
2. Removes residual files
3. Verifies cleanup
```
## ๐ License
MIT License - See [LICENSE](LICENSE) for full text
---
**โ DISCLAIMER**: Use at your own risk. Not affiliated with Google LLC.