Crisp your Windows install like bacon, not your telemetry.
CookedHamTweaker is an opinionated Windows 11/10 privacy, debloat, and performance script generator. It provides a sleek web-based interface to customize and generate PowerShell scripts that optimize your Windows installation.
- ๐ Privacy & Security โ Disable telemetry, advertising ID, Cortana, Recall AI, and more
- โก Performance Optimization โ Game Mode, HAGS, network throttling, visual effects tuning
- ๐ Power Management โ Power plans, hibernation, sleep settings, CPU performance
- ๐จ UI Customization โ Dark/Light mode, taskbar tweaks, classic context menu (Windows 11)
- โ๏ธ Services Control โ Disable unnecessary Windows services safely
- ๐ Windows Updates โ Control update behavior, defer updates, disable P2P delivery
- ๐ Notifications โ Silence system notifications, tips, and suggestions
- ๐งน Bloatware Removal โ Remove pre-installed apps like Cortana, Xbox, Teams, and more
Visit the hosted version at: [Your GitHub Pages URL]
- Download or clone this repository
- Open
index.htmlin any modern web browser - Select your desired tweaks
- Download or copy the generated PowerShell script
- Run the script as Administrator
# Run in elevated PowerShell
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
.\CookedHamTweaker.ps1-
Manual Selection โ Click individual tweaks to enable/disable them
-
Profiles โ Use preset profiles for common use cases:
- ๐ Hardcore Privacy โ Maximum privacy protection
- ๐ฎ Gaming Focused โ Optimized for gaming performance
- โ๏ธ Balanced โ A mix of privacy and performance
- ๐ Max Everything โ All tweaks enabled
-
Search โ Filter tweaks by name or description
-
Select All Visible โ Enable all currently visible tweaks
- Copy โ Copy the script to clipboard
- Download โ Save as
CookedHamTweaker.ps1 - Clear โ Reset all selections
Some tweaks are marked with (RISK) indicating they may:
- Break certain Windows features
- Cause compatibility issues with some applications
- Reduce system security
Always review the generated script before running!
| Tweak | Risk |
|---|---|
| Disable Telemetry | May break Windows Update & Store |
| Lower UAC | Reduces security significantly |
| Disable Windows Search | Breaks Start menu search |
| Disable SysMain | May reduce app launch performance on HDDs |
| Disable Print Spooler | No printing support |
| Disable Auto Updates | Security vulnerabilities |
- Advertising & tracking controls
- Lock screen privacy
- Speech & voice settings
- Input & typing telemetry
- Diagnostic data controls
- Location services
- Camera & microphone access
- Account sync settings
- Copilot & Recall AI controls
- Game Mode optimization
- GPU scheduling (HAGS)
- Network throttling
- Visual effects optimization
- Memory management
- File system tweaks
- Mouse & keyboard optimization
- NVMe experimental driver
- Power plan selection
- Fast Startup & Hibernation
- Display & sleep settings
- USB power settings
- CPU performance states
- Dark/Light mode
- Taskbar customization
- Start menu settings
- File Explorer options
- Classic context menu (Windows 11)
- Xbox services
- Remote services
- Diagnostic services
- Media services
- Sync services
- Update behavior control
- P2P delivery settings
- Feature/Quality update deferral
- Driver update control
- System notification controls
- Sound scheme settings
- Tips & suggestions
- Microsoft apps (Teams, Cortana, OneDrive)
- Xbox apps
- Pre-installed games
- Utility apps
- OS: Windows 10 (1903+) or Windows 11
- Browser: Any modern browser (Chrome, Firefox, Edge)
- Execution: PowerShell 5.1+ (Run as Administrator)
CookedHamTweaker/
โโโ index.html # Main application (single file)
โโโ README.md # This file
โโโ LICENSE # MIT License
- No data collection โ Everything runs locally in your browser
- No external dependencies โ Single HTML file, no CDN calls
- Open source โ Full transparency, audit the code yourself
- No installation required โ Just open and use
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-tweak) - Commit your changes (
git commit -m 'Add amazing tweak') - Push to the branch (
git push origin feature/amazing-tweak) - Open a Pull Request
Tweaks are defined in the tweaksData object. Each tweak has:
{
name: "Tweak Name", // Display name
desc: "Description", // Short description
cmd: "powershell command", // PowerShell command(s)
risk: true // Optional: marks as risky
}- ๐ท Major update with HamTweak.ps1 integration
- ๐ Privacy & Security tweaks
- โก Performance optimizations
- ๐ Power management tweaks
- ๐จ UI & Visual customizations
- โ๏ธ Windows Services control
- ๐ Windows Updates settings
- ๐ Notification tweaks
- ๐งน Bloatware removal
This project is licensed under the MIT License - see the LICENSE file for details.
USE AT YOUR OWN RISK. This tool modifies Windows system settings and registry entries. While all tweaks have been tested, the author is not responsible for any damage, data loss, or system instability that may occur. Always:
- โ Create a system restore point before running
- โ Backup important data
- โ Review the generated script before execution
- โ Understand what each tweak does
- Inspired by various Windows optimization tools and privacy guides
- Built with vanilla HTML, CSS, and JavaScript
- No frameworks, no dependencies, just pure web tech
Made with ๐ท by porkmagus
โญ Star this repo if you found it useful!
