Skip to content

porkmagus/CookedHamTweaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿท CookedHamTweaker v2

Crisp your Windows install like bacon, not your telemetry.

License: MIT Windows 11 Windows 10 PowerShell

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.

image

โœจ Features

  • ๐Ÿ”’ 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

๐Ÿš€ Quick Start

Option 1: Use Online (Recommended)

Visit the hosted version at: [Your GitHub Pages URL]

Option 2: Run Locally

  1. Download or clone this repository
  2. Open index.html in any modern web browser
  3. Select your desired tweaks
  4. Download or copy the generated PowerShell script
  5. Run the script as Administrator
# Run in elevated PowerShell
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
.\CookedHamTweaker.ps1

๐Ÿ“‹ Usage Guide

Selecting Tweaks

  1. Manual Selection โ€” Click individual tweaks to enable/disable them

  2. 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
  3. Search โ€” Filter tweaks by name or description

  4. Select All Visible โ€” Enable all currently visible tweaks

Generating Scripts

  • Copy โ€” Copy the script to clipboard
  • Download โ€” Save as CookedHamTweaker.ps1
  • Clear โ€” Reset all selections

โš ๏ธ Risk Levels

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!

High-Risk Tweaks Include:

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

๐Ÿ”ง Tweak Categories

๐Ÿ”’ Privacy & Security (40+ tweaks)

  • 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

โšก Performance & Gaming (35+ tweaks)

  • Game Mode optimization
  • GPU scheduling (HAGS)
  • Network throttling
  • Visual effects optimization
  • Memory management
  • File system tweaks
  • Mouse & keyboard optimization
  • NVMe experimental driver

๐Ÿ”‹ Power Management (17 tweaks)

  • Power plan selection
  • Fast Startup & Hibernation
  • Display & sleep settings
  • USB power settings
  • CPU performance states

๐ŸŽจ UI & Appearance (30 tweaks)

  • Dark/Light mode
  • Taskbar customization
  • Start menu settings
  • File Explorer options
  • Classic context menu (Windows 11)

โš™๏ธ Services (23 tweaks)

  • Xbox services
  • Remote services
  • Diagnostic services
  • Media services
  • Sync services

๐Ÿ”„ Windows Updates (10 tweaks)

  • Update behavior control
  • P2P delivery settings
  • Feature/Quality update deferral
  • Driver update control

๐Ÿ”” Notifications (9 tweaks)

  • System notification controls
  • Sound scheme settings
  • Tips & suggestions

๐Ÿงน Bloatware Removal (35 apps)

  • Microsoft apps (Teams, Cortana, OneDrive)
  • Xbox apps
  • Pre-installed games
  • Utility apps

๐Ÿ–ฅ๏ธ System Requirements

  • OS: Windows 10 (1903+) or Windows 11
  • Browser: Any modern browser (Chrome, Firefox, Edge)
  • Execution: PowerShell 5.1+ (Run as Administrator)

๐Ÿ“ Project Structure

CookedHamTweaker/
โ”œโ”€โ”€ index.html          # Main application (single file)
โ”œโ”€โ”€ README.md           # This file
โ””โ”€โ”€ LICENSE             # MIT License

๐Ÿ” Security & Privacy

  • 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

๐Ÿค Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-tweak)
  3. Commit your changes (git commit -m 'Add amazing tweak')
  4. Push to the branch (git push origin feature/amazing-tweak)
  5. Open a Pull Request

Adding New Tweaks

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
}

๐Ÿ“œ Changelog

v2.0.0

  • ๐Ÿท 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

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

โš–๏ธ Disclaimer

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

๐Ÿ™ Acknowledgments

  • 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!