Windows-Optimize-Debloat

(★ 297)

Optimize and debloat Windows 10 and Windows 11 deployments according to best practices for maximum performance and privacy. The ultimate script for enhancing your Windows experience.

File Explorer

  • .gitignore
  • Dockerfile
  • LICENSE
  • README.md
  • sos-optimize-windows.ps1

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

choco install

View Details ▼

Install one or more packages with Chocolatey.

choco install {{package1 package2 ...}}

Install one or more packages:

choco install {{path\to\packages_file.config}}

Install packages from a custom configuration file:

choco install {{path\to\file}}

Install a specific `.nuspec` or `.nupkg` file:

🔍

iwr

View Details ▼

In PowerShell, this command is an alias of `Invoke-WebRequest`.

tldr invoke-webrequest

View documentation for the original command:

# Project Badges

  • Sponsor Sponsor Visit
  • Test script against windows docker container Test script against windows docker container Visit
  • VirusTotal Scan VirusTotal Scan Visit
// repository documentation