Windows 10 Registry Tweaks Github Top ⭐ Certified
windows10-registry-tweaks/ ├── README.md ├── tweaks/ │ ├── disable-cortana.reg │ ├── disable-telemetry.reg │ ├── disable-lockscreen.reg │ └── show-file-extensions.reg ├── scripts/ │ └── apply-tweaks.ps1 └── backup/ └── backup-registry.ps1
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "NoAutoRebootWithLoggedOnUsers"=dword:00000001 "AUOptions"=dword:00000002 windows 10 registry tweaks github top
Now, let’s explore the top repositories that have earned their stars. windows10-registry-tweaks/ ├── README