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

https://github.com/choomcore69/choomcore-tweaks

A personal tweak pack for Windows focused on performance, latency, and privacy. Built for desktop gaming setups.
https://github.com/choomcore69/choomcore-tweaks

gaming latency open-source optimization performance powershell privacy system-config tweaks windows

Last synced: 5 months ago
JSON representation

A personal tweak pack for Windows focused on performance, latency, and privacy. Built for desktop gaming setups.

Awesome Lists containing this project

README

          

# ChoomCore-Tweaks

PowerShell scripts for Windows privacy, optimization, and removing bloatware.

---

## 🎯 Target Audience

This tool is designed for **enthusiasts, gamers, and advanced users** who want to regain total control over their Windows installation, focusing on speed and privacy.

---

## ❗ CRITICAL WARNING: Use at Your Own Risk

This script makes deep modifications to the Windows Registry, services, and scheduled tasks.

* **It is NOT recommended for use on Notebooks/Laptops.** The aggressive nature of the tweaks **may disable essential services** like power management, **Wi-Fi**, **Touchpad**, and other specialized hardware drivers. Only use this on Desktop PCs.
* You MUST inspect the code (ChoomCore-Tweaks.ps1) before running it.
* The creator (ChoomCore69) is not responsible for any data loss or damage to your operating system.
* **Recommendation:** Always create a **System Restore Point** before running any system-modifying script.

---

## 🚀 Key Features (Comprehensive Breakdown)

This collection of tweaks has been thoroughly documented here to ensure maximum transparency regarding every change made to your system.

| Category | Key Actions Performed by the Script | Specific Details |
| :--- | :--- | :--- |
| **🔒 Core Privacy & Telemetry** | Disables data collection, diagnostics, and usage tracking services. | Stops and permanently disables **DiagTrack**, **Connected User Experiences and Telemetry**, **WerSvc**, and **WpnService**. Sets **Telemetry Level to 0** in the Registry. Disables SmartScreen, feedback notifications, and tracking from browsers (Edge/Chrome/Brave). |
| **🗑️ Bloatware & Appx Removal** | Uninstalls unnecessary apps and disables features that consume resources. | **Uninstalls over 30 AppX Packages** (e.g., QuickAssist, YourPhone, Windows Backup, ZuneVideo, Paint, and Accessibility/Media components). Disables optional features like **SMB1**, **WSL**, and virtualization dependencies. |
| **🚀 Optimization & Performance** | Fine-tunes the system for maximum speed and responsiveness. | Reduces **MenuShowDelay** and shortens the system's waiting time for frozen apps (**WaitToKillAppTimeout**). Disables Clipboard History, File History, and unnecessary file access logging. |
| **🎮 Gaming & Multimedia** | Removes services and features known to cause input lag and resource contention. | **Completely disables GameDVR/Game Bar** functionality and related scheduled tasks (`XblGameSave`). Disables OneDrive auto-start. Stops services like **MapsBroker** and **Spooler**. |
| **🌐 Browsers & Scheduled Tasks** | Minimizes background activity and updates from browsers and Windows components. | Disables pre-loading, crash reporting, and scheduled update tasks for **Microsoft Edge, Google Chrome, and Brave**. Disables dozens of **Scheduled Tasks** related to diagnostics, user experience (CEIP), and background maintenance. |
| **🛡️ Security & Hardening** | Implements registry and service changes to harden system security. | Disables obsolete protocols (**SSL/PCT**). Disables administrative shares and services like **RPC Locator** and **DCOM**. Disables Windows Defender features. Removes permissions for apps to access Contacts/Email/Messaging. |

---

## 🛠️ How to Run the Tweaks

You need to run the script with **Administrator privileges**. The easiest way is using the included launcher file.

1.  **Download:** Download the two main files: `ChoomCore-Tweaks.ps1` and `RUN-ChoomCore.cmd`.
2.  **Execute:** Double-click **`RUN-ChoomCore.cmd`** to start the process.
3.  **Confirm:** Accept the User Account Control (UAC) prompt to allow the script to run as Administrator.
4.  **Done:** The PowerShell window will execute all the commands and remain open (due to the `pause` command) until you press any key.

> **Note:** The `RUN-ChoomCore.cmd` uses the `-ExecutionPolicy Bypass` flag to allow the script to run locally without changing your system's global security policies.

---

## 🤝 Contribution & License

Your contributions are highly welcome! This project thrives on community feedback and suggestions.

* **Found a bug or a missing optimization?** Please open a new **Issue**.
* **Want to improve the code?** Feel free to submit a **Pull Request**.

This project is licensed under the **GNU General Public License v3.0**. See the [LICENSE](LICENSE) file for full details.