Windows 10 Registry Tweaks Github May 2026

Windows 10 hides useful options behind the "Show more options" button (Shift+Right Click).

Adds an elevated Command Prompt option when right-clicking a folder background.

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd]
"Extended"=-
"ShowBasedOnVelocityId"=dword:00639bc8
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd\command]
@="cmd.exe /s /k pushd \"%V\""

Tweaks to make the interface cleaner and more efficient. windows 10 registry tweaks github

Removes the legacy 260-character limit for file paths (essential for developers).

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"LongPathsEnabled"=dword:00000001
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "HideFileExt"=dword:00000000 "ShowSyncProviderNotifications"=dword:00000000 Windows 10 hides useful options behind the "Show

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection] "AllowTelemetry"=dword:00000000


Prevents Windows from recording gameplay in the background, which can improve FPS.

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\System\GameConfigStore]
"GameDVR_Enabled"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR]
"AllowGameDVR"=dword:00000000

GitHub is ideal because:

Search GitHub for:
Windows 10 registry tweaks, win10-tweaks, debloat windows 10