Windows 10 Registry Tweaks Github May 2026

Warning: Only do this if you have a third-party antivirus.

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001

Chris Titus is a well-known Linux and Windows optimization expert. His script is a text-based menu that lets you toggle tweaks on/off.

If you hate the new flyout menu for volume: windows 10 registry tweaks github

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

Windows 10 created a useless "3D Objects" folder in File Explorer's navigation pane. To remove it:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\0DB7E03F-FC29-4DC6-9020-FF41B59E513A]
@="Delete this key"

(You actually delete the 0DB7E... folder key) Warning: Only do this if you have a third-party antivirus

GitHub Source: remove-3d-objects.reg by "ThioJoe" (YouTuber turned GitHub contributor).

Not everyone wants to run a massive script. Sometimes you just want a single .reg file. Below are the most popular individual tweaks found in GitHub Gists. Chris Titus is a well-known Linux and Windows

Before diving into specific tweaks, here are three "gold standard" repositories you should star immediately.