A comprehensive collection of Windows registry tweaks, scripts, and utilities to enhance productivity and customize your Windows experience. These tools help you automate tasks, customize context menus, and streamline your workflow.
- Quick Start
- Features Overview
- Apply These Tweaks Automatically (GUI)
- Available Tweaks
- Installation Guide
- Troubleshooting
You can now apply and control these tweaks with a graphical interface β download Windows Tweaks Launcher, place the .exe in this repo's root folder (the same folder as this README), and run it. It detects the folder automatically, shows which tweaks are already applied, and can back up the affected registry keys before changing anything. It's fully self-contained. Click on a tweak from the list on the left to apply, revert it, customize it, or view its details and the launcher will handle the rest.
Downloaded this repo as a ZIP? Make sure
WindowsTweakLauncher.exeends up in the same folder as this README and the tweak folders β not nested inside a subfolder.
β οΈ Important: Always backup your registry before making modifications. Most tweaks require administrator privileges so you will need to run the launcher as an administrator.
demo.mp4
Note
The manual guides are always more detailed and more recommended and reliable. The GUI is provided as a convenience for users who prefer an automatic one-click GUI experience who are less comfortable with the terminal and registry editing. It has been tested using a virtual machine, but not every edge case can be guaranteed. If you encounter an issue, please report it so it can be addressed.
- Browse the tweaks in the sections below
- Navigate to the specific folder for detailed instructions
- Read the README in each folder before applying changes
- Create a system restore point before making registry modifications
- Follow the installation steps carefully
- Windows 10 or Windows 11
- Administrator privileges (for most tweaks)
- Basic understanding of Windows Registry (recommended)
This repository provides solutions for:
- Productivity Enhancement - Keyboard shortcuts, quick file creation, taskbar shortcuts
- Context Menu Customization - Add, remove, or modify right-click menu options
- Command Line Tools - Quick access to elevated command prompts and PowerShell
- File Management - Streamlined file creation and path handling
- System Navigation - Direct access to special Windows folders and settings
Create new text files instantly with Ctrl + Alt + N (or any shortcut you choose) in any File Explorer window.
Features:
- Multiple versions (basic, auto-open, with dialogs)
- Support for custom file extensions (
.md,.js,.py, etc.) - Automatic duplicate handling
- No software installation required
Best for: Developers, writers, and power users who frequently create new files
Add "Create Markdown File" to your right-click context menu.
Features:
- One-click
.mdfile creation - No popup dialogs
- Automatic duplicate numbering
- Appears at the top of context menu
Best for: Documentation writers, developers using Markdown
Adds a context menu option to copy file paths without quotes.
Features:
- Complements Windows' built-in "Copy as path"
- Saves time by eliminating manual quote removal
- Customizable menu position
Best for: Command line users, developers, system administrators
Execute Python scripts directly from File Explorer.
Features:
- One-click script execution
- Command window stays open to view output
- Works with Python Launcher (
py.exe) - Doesn't change default file associations
Best for: Python developers, data scientists
Add "Run with PowerShell (Admin)" to .ps1 file context menu.
Features:
- Two installation options (machine-wide or per-user)
- UAC shield icon for visual clarity
- Uses .NET Registry API for reliable installation
- Bypasses execution policy restrictions
Best for: System administrators, DevOps engineers, PowerShell users
Comprehensive guide to customizing Windows 11 context menus.
Features:
- Multiple methods (LegacyDisable, Blocked CLSIDs, rename keys)
- Complete registry location reference
- Windows 11 modern vs legacy menu handling
- Common CLSID list for blocking unwanted items
Best for: Users wanting a cleaner, faster context menu
Open elevated Command Prompt directly from File Explorer's address bar.
Features:
- Type
acmdin any folder's address bar - Opens CMD as Administrator in current directory
- Also includes PowerShell (
aps) and Windows Terminal (atr) variants - No more navigating from System32
Best for: Developers, system administrators, power users
Guide for adding custom profiles (Python IDLE, Git Bash, etc.) to Windows Terminal.
Features:
- Add Python IDLE, Git Bash, PowerShell ISE
- Custom icons and starting directories
- Step-by-step configuration guide
Best for: Developers using Windows Terminal
Convert keyboard shortcuts into clickable taskbar icons. Includes examples for PowerToys OCR, Windows Voice Typing, and a custom keybinding generator.
Features:
- Works with any keyboard shortcut
- Silent VBScript + PowerShell execution
- Includes virtual key code reference
- Examples: PowerToys OCR (
Win + Shift + T), Voice Typing (Win + H) - Custom keybinding option β enter any key combination (e.g.,
Win+I,Ctrl+Shift+Esc)
Best for: Users who prefer mouse clicks over keyboard shortcuts
A solution for the Windows 11 bug where Right Alt + Shift only switches languages in one direction.
Features:
- Restores bidirectional language switching
- Registry-based fix (reversible)
- PowerShell script for auto-application
- Solves conflict with AltGr on some layouts
Best for: Windows 11 users with multiple keyboard layouts
Quick access guide to special Windows folders using shell: commands.
Features:
- Access hidden system folders instantly
- Manage startup applications
- Customize Start Menu and Send To menu
- Enable "GodMode" for advanced settings
Best for: System customization, troubleshooting, backup tasks
Make File Explorer open to your preferred folder by default.
Features:
- Works with both
Win + Eand taskbar icon - Updated for latest Windows 11 builds
- Easy customization via
.regfile or Registry Editor - Based on Shawn Brink's original tweak
Best for: Users who work primarily in specific folders
A comprehensive guide and automation script to harden Windows privacy by disabling telemetry, data collection, and unnecessary tracking.
Features:
- Disable telemetry and data collection via Group Policy and Registry
- Turn off background services that report to Microsoft
- Clear tracking history from File Explorer and run dialogs
- Includes
privacy_hardening.ps1for automated application - Includes
firewall folder blocker.batto block all executables in a folder from network access via Windows Firewall
Best for: Privacy-conscious users, power users, and system administrators
Temporarily modify Windows registry values to test brand-exclusive software before purchasing hardware.
Features:
- Test manufacturer-restricted software (Samsung, ASUS, Lenovo, Dell, HP, etc.)
- Temporary registry modifications that reset after restart
- Step-by-step tutorial with brand-specific examples
- Includes revert instructions and troubleshooting guide
Best for: Users evaluating brand-exclusive software before making hardware purchases
-
Create a System Restore Point
- Press
Win + R, typesysdm.cpl, press Enter - Go to "System Protection" tab β Click "Create"
- Press
-
Choose Your Tweak
- Navigate to the specific folder in this repository
- Read the README file thoroughly
-
Follow Specific Instructions
- Each tweak has detailed installation steps
- Some require
.regfiles, others use scripts or manual registry edits
-
Restart Windows Explorer (if needed)
- Press
Ctrl + Shift + Esc(Task Manager) - Find "Windows Explorer" β Right-click β Restart
- Press
-
Test the Changes
- Verify the tweak works as expected
- Check for any conflicts with existing software
-
Restart Windows Explorer
taskkill /f /im explorer.exe && start explorer.exe
-
Clear Icon Cache
- Delete
%localappdata%\IconCache.db - Restart Windows Explorer
- Delete
-
Full System Restart
- Some changes require a complete reboot
| Problem | Solution |
|---|---|
| Registry permission denied | Run Registry Editor as Administrator |
| Script doesn't execute | Check file paths and permissions |
| Context menu item not showing | Verify registry entries, restart Explorer |
| Changes revert after update | Reapply the tweak after Windows updates |
| UAC prompts not appearing | Check User Account Control settings |