I can recommend the exact GitHub script tailored to those needs. Share public link
Windows 10 includes pre-installed games and applications that consume storage and RAM. Purges Xbox live services if unneeded Removes default candy crush link stubs Disables consumer experience automated app installations Removes OneDrive integration from File Explorer User Interface Customization windows 10 registry tweaks github work
What is the for this PC? (e.g., high-performance gaming, low-spec laptop productivity, workstation privacy) I can recommend the exact GitHub script tailored
This repository provides a collection of modular scripts that you can pick and choose from to optimize your system. Its registryTweaks.ps1 script includes several useful adjustments, such as setting the system clock to UTC to prevent time desyncs when dual-booting with Linux or macOS, disabling full-screen optimizations in games to potentially improve performance and reduce latency, and disabling web search in the Windows Search bar for cleaner results. It also includes a services.ps1 script that disables unnecessary services like Windows Error Reporting, diagnostics tracking, and all Xbox-related services. windows10-registry-tweaks/ ├── README
windows10-registry-tweaks/ ├── README.md ├── privacy/ # Disable telemetry, Cortana, advertising ID ├── performance/ # Reduce animations, background apps, startup delays ├── context-menu/ # Add "Open with Notepad", "Take Ownership" ├── explorer/ # Show file extensions, hidden files, remove OneDrive ├── network/ # Disable IPv6, disable Nagle’s algorithm ├── backups/ # Original .reg exports for rollback └── tools/ # Script to apply all tweaks (PowerShell)