Skip to content

Latest commit

Β 

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Windows Utilities & Tweaks

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.


πŸ“‹ Table of Contents


πŸš€ NEW: Apply These Tweaks Automatically (GUI)

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.exe ends 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.

πŸš€ Quick Start

  1. Browse the tweaks in the sections below
  2. Navigate to the specific folder for detailed instructions
  3. Read the README in each folder before applying changes
  4. Create a system restore point before making registry modifications
  5. Follow the installation steps carefully

Prerequisites

  • Windows 10 or Windows 11
  • Administrator privileges (for most tweaks)
  • Basic understanding of Windows Registry (recommended)

✨ Features Overview

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

πŸ“‚ Available Tweaks

File Creation & Management

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 .md file 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


Context Menu Customization

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


Command Line Enhancements

Open elevated Command Prompt directly from File Explorer's address bar.

Features:

  • Type acmd in 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


System Shortcuts & Navigation

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


Windows Explorer Customization

Make File Explorer open to your preferred folder by default.

Features:

  • Works with both Win + E and taskbar icon
  • Updated for latest Windows 11 builds
  • Easy customization via .reg file or Registry Editor
  • Based on Shawn Brink's original tweak

Best for: Users who work primarily in specific folders


Privacy & Security

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.ps1 for automated application
  • Includes firewall folder blocker.bat to block all executables in a folder from network access via Windows Firewall

Best for: Privacy-conscious users, power users, and system administrators


Testing & System Configuration

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


πŸ› οΈ Installation Guide

General Installation Steps

  1. Create a System Restore Point

    • Press Win + R, type sysdm.cpl, press Enter
    • Go to "System Protection" tab β†’ Click "Create"
  2. Choose Your Tweak

    • Navigate to the specific folder in this repository
    • Read the README file thoroughly
  3. Follow Specific Instructions

    • Each tweak has detailed installation steps
    • Some require .reg files, others use scripts or manual registry edits
  4. Restart Windows Explorer (if needed)

    • Press Ctrl + Shift + Esc (Task Manager)
    • Find "Windows Explorer" β†’ Right-click β†’ Restart
  5. Test the Changes

    • Verify the tweak works as expected
    • Check for any conflicts with existing software

πŸ”§ Troubleshooting

Changes Not Taking Effect

  1. Restart Windows Explorer

    taskkill /f /im explorer.exe && start explorer.exe
  2. Clear Icon Cache

    • Delete %localappdata%\IconCache.db
    • Restart Windows Explorer
  3. Full System Restart

    • Some changes require a complete reboot

Common Issues

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

About

Custom Windows tweaks, tools and shortcuts for productivity, automation, customization and workflow optimization

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages