Windows-Optimize-Debloat
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
- blank.txt
- w10automatic.gif
- bug_report.md
- feature_request.md
- codeql-analysis.yml
- greetings.yml
- label.yml
- stale.yml
- test-with-docker.yml
- virustotal.yml
- comment.cmtx
- registry.pol
- GPO.cmt
- Backup.xml
- bkupInfo.xml
- gpreport.xml
- comment.cmtx
- registry.pol
- comment.cmtx
- registry.pol
- GPO.cmt
- Backup.xml
- bkupInfo.xml
- gpreport.xml
- ScheduledTasks.xml
- GPO.cmt
- Backup.xml
- bkupInfo.xml
- gpreport.xml
- manifest.xml
- LGPO.exe
- LGPO.pdf
- Add-WUOfflineSync.ps1
- Add-WUServiceManager.ps1
- Get-WUHistory.ps1
- Get-WUInstall.ps1
- Get-WUInstallerStatus.ps1
- Get-WUList.ps1
- Get-WURebootStatus.ps1
- Get-WUServiceManager.ps1
- Get-WUUninstall.ps1
- Hide-WUUpdate.ps1
- Invoke-WUInstall.ps1
- PSGetModuleInfo.xml
- PSWindowsUpdate.Format.ps1xml
- PSWindowsUpdate.psd1
- PSWindowsUpdate.psm1
- Remove-WUOfflineSync.ps1
- Remove-WUServiceManager.ps1
- Update-WUModule.ps1
- .gitignore
- Dockerfile
- LICENSE
- README.md
- sos-optimize-windows.ps1
# Use via CDN
jsDelivrjsDelivr 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 ▼
choco install
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 ▼
iwr
In PowerShell, this command is an alias of `Invoke-WebRequest`.
tldr invoke-webrequest
View documentation for the original command:
