Skip to content

Windows 11 Tweaks & Optimization Guide — Registry, Services, Gaming

🛠️ Windows Tweaks & Optimizations Guide

Section titled “🛠️ Windows Tweaks & Optimizations Guide”

This document provides a highly detailed, comprehensive guide to all system modifications, registry tweaks, and shell scripts located in the Tweaks/ directory. These configurations are designed to optimize Windows 10 & 11 for maximum responsiveness, privacy, and gaming efficiency. All PowerShell scripts in this suite support zero-prompt, unattended execution simply by appending the -Force argument.


The Tweaks/ directory is organized into functional categories to allow targeted optimizations:

  1. Appearance: Interface adjustments, themes, and Cortana.
  2. Background: Power and execution control for background tasks.
  3. Browser: Optimizing Microsoft Edge and disabling browser preloads.
  4. Display: Custom GPU assignments, Auto SR, HDR, and Windowed Optimizations.
  5. Gaming: Windows Game Mode configurations.
  6. Network: Delivery Optimization bandwidth capping and P2P updates.
  7. Privacy: Core application permissions lockdowns.
  8. Recursos & Resources: Hardware priority tweaks, mitigations, custom power plans, SSD tunings, RAM cleaners, and services.
  9. Startup: Trimming auto-start software.
  10. Storage: Safe temporary folder cleaners and Storage Sense toggles.
  11. Storage-Aggressive: System component store and WinSXS cleanups via DISM.
  12. Troubleshooting: Diagnostic Clean Boot management.
  13. WPF Dashboard Walkthrough: The main interactive control suite.

  • Path: Tweaks/Appearance/
  • Purpose: Disables taxing visual transitions and unnecessary system components to free up CPU and GPU cycles on older systems.
  • Dark Theme.reg / Light Theme.reg: Swaps the Windows system and app themes between dark and light modes.
  • Disable Transparency.reg / Enable Transparency.reg: Turns off transparency effects on the taskbar, start menu, and action center. Disabling transparency significantly reduces GPU load in windowed modes.
  • Disable Action Center.reg / Enable Action Center.reg: Deactivates the system notifications tray.
  • Disable Cortana.reg / Enable Cortana.reg: Fully blocks the Cortana digital assistant search indexing and background services.

[!TIP] Disabling transparency and transitions is highly recommended for legacy systems with integrated graphics cards (such as Intel HD Graphics) to prevent interface stuttering.


  • Path: Tweaks/Background/
  • Purpose: Restricts system processes from spinning up background activities when not in use.
  • Manage Background Apps.ps1: A PowerShell script that configures group policies and registry flags to stop Microsoft Store applications from executing background loops when closed.
  • Registry Affected: HKCU\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications GlobalUserDisabled = 1

  • Path: Tweaks/Browser/
  • Purpose: Prevents telemetry and keeps the Edge browser from eating up memory behind the scenes.
  • Configure Edge Performance.reg: Stops Microsoft Edge from running background extensions and preloading tabs during startup. It also disables built-in shopping helpers and diagnostic tracking.
  • Revert Edge Performance (Restore).reg: Restores default Microsoft Edge preloading features.

  • Path: Tweaks/Display/
  • Purpose: Minimizes graphics latency, configures high-refresh layouts, and guides super-resolution setup.
  • Enable Windowed Game Optimizations.reg / Disable Windowed Game Optimizations (Restore).reg: Enables flip model presentation for windowed DirectX 10/11 games, improving latency and unlocking features like Auto HDR.
  • Manage GPU Preference.ps1: Automates setting specific gaming binaries to “High Performance” GPU preference via Windows Graphics settings.
  • Open Graphics Settings.bat: Quick launcher to open the Windows 10/11 graphics properties control directly.
  • Auto SR Settings Guide.txt (Automatic Super Resolution): Setup manual detailing hardware requirements (Copilot+ PCs, Snapdragon processors) and system settings for AI-powered game upscaling.
  • HDR Settings & Keyboard Shortcut.txt: Notes on enabling Windows HDR and using Win + Alt + B to instantly toggle HDR on/off to avoid washed-out colors on standard desktops.

  • Path: Tweaks/Gaming/
  • Purpose: Optimizes OS process scheduling for active full-screen video games.
  • Enable Game Mode.reg / Disable Game Mode (Restore).reg: Toggles Windows Game Mode. When active, it prioritizes CPU resources for the foreground game, minimizes background notification interruptions, and suspends background updates during play.

  • Path: Tweaks/Network/
  • Purpose: Frees up local network bandwidth and stops background update uploads.
  • Cap Delivery Optimization Bandwidth.reg / Remove Bandwidth Caps (Restore).reg: Caps background download/upload bandwidth used for Windows Update delivery optimizations to prevent network spikes while gaming.
  • Disable Peer to Peer Updates.reg / Enable Peer to Peer Updates (Restore).reg: Prevents Windows from uploading updates to other PCs on the internet (which severely chokes home upload bandwidth).

  • Path: Tweaks/Privacy/
  • Purpose: System-wide blockades to prevent background telemetry transmission and device snooping.
  • Disable App Metadata Access.reg / Enable App Metadata Access.reg: Stops Windows from scanning app configurations.
  • Disable Camera.reg / Enable Camera.reg: Blocks camera sensor access for standard desktop/UWP apps globally.
  • Disable Location.reg / Enable Location.reg: Deactivates Windows Location tracking services.
  • Disable Microphone.reg / Enable Microphone.reg: Turns off microphone capture access globally.
  • Disable Notifications.reg / Enable Notifications.reg: Blocks UWP system toast notification popups.

  • Path: Tweaks/Recursos/ & Tweaks/Resources/
  • Purpose: The traditional performance tweaks folder.
  • Games Priority.reg: Modifies the Multimedia Class Scheduler (MMCSS) to allocate up to 80% CPU resources directly to active games and applications.
  • Windows Priority.reg / Revert Changes.reg: Restores balanced desktop thread priority parameters.
  • Registry Paths Modifed: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games
  • InSpectre.exe: A lightweight diagnostic utility that allows the safe enabling/disabling of Meltdown and Spectre hardware mitigations.
    • Mitigations OFF: Restores lost CPU performance (highly noticeable on 8th Gen Intel processors and older), but exposes the system to theoretical security exploits.
    • Mitigations ON: Maximum security configuration, but reduces disk read/write throughput and raw execution speeds.
  • QuickCPU.pow: A custom-engineered system power configuration optimized to minimize CPU core parking, maintain high frequency scales longer, and disable standard power savings when processing active loads.
  • Aplicar.bat / Apply.bat: Shell scripts to import and active the custom power plan via command line.
    Terminal window
    powercfg -import "%~dp0QuickCPU.pow"
  • Optimizar SSD.reg / Revert Changes.reg: Applies SSD-specific settings:
    • Enables TRIM to ensure even wear on NAND flash cells.
    • Disables Superfetch / Prefetch (redundant on solid-state drives, saves excess disk write cycles).
    • Optimizes standard disk write caching values.
  • Mem Reduct RAM (Portable): A light memory management utility.
    • Cleans system caches, working sets, and pagefiles on command.
    • Configures cleanups when memory saturation crosses specific benchmarks (e.g., 85%).
    • Essential for legacy hardware configurations equipped with less than 8GB of RAM.
  • Disable Compression.cmd / Revert Changes.bat: Toggles Windows virtual memory compression.
    • Compression Disabled: Eliminates CPU processing latency associated with compressing inactive RAM pages. Best for systems with 16GB+ RAM.
    • Compression Enabled: Compress pages to conserve capacity. Recommended for systems with 4GB/8GB RAM to prevent immediate swapfile thrashing on slow HDDs.
  • Optimize Services.reg: Disables or sets to Manual a wide array of legacy, enterprise, and telemetry-related background services (e.g., Bluetooth, print spooling if unused, faxing, remote registries).
  • Disable Telemetry.reg: Blocks telemetry routines, CEIP diagnostic collection, and Windows feedback prompts.

  • Path: Tweaks/Startup/
  • Purpose: Manages software launch profiles during system startup.
  • Manage Startup Apps.ps1: PowerShell script to scan, identify, and disable heavy third-party auto-starting applications in registry locations like: HKLM\Software\Microsoft\Windows\CurrentVersion\Run HKCU\Software\Microsoft\Windows\CurrentVersion\Run

  • Path: Tweaks/Storage/
  • Purpose: Automates standard garbage collection and frees up wasted gigabytes.
  • Enable Storage Sense.reg / Disable Storage Sense (Restore).reg: Toggles Windows Storage Sense utility, which automatically deletes temporary files, clears the Recycle Bin, and cleans downloaded items at set intervals.
  • Safe Temporary Cleanup.bat: A non-destructive shell script that purges the following cache directories safely:
    • %temp% (User Temporary directory)
    • C:\Windows\Temp (System Temporary directory)
    • C:\Windows\Prefetch (Prefetch system files)

  • Path: Tweaks/Storage-Aggressive/
  • Purpose: Sweeps system files and component stores for deeper debloating.
  • Deep Component Cleanup (Aggressive).bat: A script that must be run as Administrator. It uses the Deployment Image Servicing and Management (DISM) tool to purge superseded system files, unused component packages, and legacy update backups from the WinSXS folder.
  • Commands executed:
    Terminal window
    Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase

    [!WARNING] Running this aggressive component store cleanup removes old update uninstall files permanently. You will not be able to uninstall current updates once completed.


  • Path: Tweaks/Troubleshooting/
  • Purpose: Restores system variables back to isolated baseline states.
  • Clean Boot Manager.ps1: A PowerShell diagnostic utility that disables all non-Microsoft startup applications and services, creating an isolated boot profile. Extremely useful for identifying game-crashing software components or overlay conflicts.

  • Path: Start.bat -> Launch_Dashboard.ps1
  • Purpose: The central menu interface.

The framework now features a stunning native PowerShell + WPF XAML graphical dashboard. Double-click Start.bat to launch it. The dashboard consists of multiple tabs:

  1. Optimization Profiles:
    • Max Performance Mode: Targets the absolute lowest DPC latency and highest thread priorities for elite gamers.
    • Balanced Creator Mode: Optimizes Windows Explorer and removes bloatware without disabling Windows Updates or breaking creative apps.
    • Enterprise Compliance Mode: Reverts the OS into a highly secure, privacy-hardened state for corporate usage.
  2. Observability Telemetry: A real-time dashboard leveraging high-speed .NET Diagnostics to monitor DPC latency proxy speeds, Available RAM, Uptime, and Active Process Counts.
  3. Rollback Engine: Safely displays your JSON snapshot history, allowing you to instantly revert any registry/service modifications with a single click.
    • Reducing visual effects quality parameters.
    • Applying MMCSS gaming priority.
    • Setting active game processes (like CS:GO, CS2, Fortnite, Minecraft, GTA V) to high performance CPU scheduling execution properties.
  4. Create Restore Point: Highly recommended first step. It runs PowerShell to enable system restores and establish a safe baseline bookmark named “Optimizer Script”.
  5. Delete Temporary Files: Automatically cleans the user temp, system temp, and prefetch storage directories.
  6. Disable Windows Defender: Menu options to switch active Windows Defender, Security Health, and real-time monitoring services off.
  7. Disable Windows Update: Menu to pause and stop update schedulers and update self-healing dll dependencies.
  8. About the Optimizer: Credit listing and licensing summaries.

  • Create a restore point (Menu Option 3).
  • Run Option 1 (Apply Recommended Optimizations) to reduce MMCSS process delays and optimize service responsiveness.
  • Import Tweaks/Recursos/CPU Power Plan/QuickCPU.pow and active the profile.
  • Apply Tweaks/Display/Enable Windowed Game Optimizations.reg.
  • Verify sensor temperatures using diagnostics inside Hardware Monitoring.
  • Apply Tweaks/Appearance/Disable Transparency.reg to lighten graphics processor loads.
  • Keep Virtual RAM Compression Enabled (Tweaks/Recursos/RAM Compression/Revert Changes.bat) to prevent early HDD paging.
  • Run Tweaks/Recursos/Mem Reduct RAM/memreduct.exe to manage memory usage.
  • Apply services debloating via Tweaks/Recursos/Services/Optimize Services.reg.
  • Apply Tweaks/Recursos/Telemetry/Disable Telemetry.reg and Tweaks/Privacy/Disable App Metadata Access.reg.
  • Run Tweaks/Background/Manage Background Apps.ps1 to stop closed applications from executing in the background.
  • Lock application permissions using the scripts in Tweaks/Privacy/.
  • Consult the Web Browsers Guide to choose privacy-respecting navigation software.