Top of the page

Windows 10 - Registry Tweaks Github

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) windows 10 registry tweaks github

GitHub Source: remove-3d-objects.reg by "ThioJoe" (YouTuber turned GitHub contributor). Windows 10 created a useless "3D Objects" folder

Searching for "windows 10 registry tweaks github" often leads to performance hacks. Here are three that actually work (benchmarked by GitHub user CalamityLime). (You actually delete the 0DB7E

Once you find 10 or 15 tweaks you like, don't re-download them every time you reinstall Windows. Do this instead:

Can help reduce network lag in online games. (Change 000 in the key name to your specific network adapter ID if known, or apply broadly).

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Parameters]
"TCPNoDelay"=dword:00000001

You can store your personal tweaks in your own GitHub repo: