Windows 10 Registry Tweaks Github Work -

A curated, tested collection of Windows 10 registry modifications to improve privacy, performance, usability, and telemetry control.
Each tweak is provided as a .reg file and explained with its effect and undo instructions.

⚠️ Warning: Incorrect registry edits can break Windows functionality. Always back up your registry or create a system restore point before applying changes.


Instead of manually editing regedit for dozens of settings, a single .reg file or script can apply 50+ tweaks in seconds. This is especially useful after a clean Windows reinstall. windows 10 registry tweaks github work

Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\DriverSearching" -Name "SearchOrderConfig" -Value 0 -Type DWord

Often used for quick fixes or when PowerShell execution policies are restricted.


Before running any GitHub tweak pack, open regedit and export your entire registry. A curated, tested collection of Windows 10 registry

Run as admin – each block is a tweak from real repos.

This is the modern standard. Scripts use Set-ItemProperty cmdlets. ⚠️ Warning : Incorrect registry edits can break

Stars: ~4k | Focus: All-in-one utility Chris Titus is a legendary figure in the Windows optimization community. His script runs in a terminal GUI, allowing you to toggle registry tweaks on and off.