Github | Windows 10 Registry Tweaks

Github | Windows 10 Registry Tweaks

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications]
"ToastEnabled"=dword:00000000

This is arguably the most famous Windows 10 tweak suite on GitHub. It focuses on disabling telemetry, Cortana, and data collection.

Windows adds a 400ms delay to pop-up menus to create a "smooth" visual transition. windows 10 registry tweaks github

If you hate the new flyout menu for volume: This is arguably the most famous Windows 10

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\MTCUVC]
"EnableMtcUvc"=dword:00000000

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

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