An open API service indexing awesome lists of open source software.

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

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

![Windows Compatible](https://img.shields.io/badge/Windows-10%2F11-0078D6?logo=windows)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Admin Required](https://img.shields.io/badge/Admin%20Privileges-Required-red)

## ๐Ÿš€ 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.