Skip to content

Optimize, Harden, and Debloat Windows 10 Deployments

Compare
Choose a tag to compare
@simeononsecurity simeononsecurity released this 19 Jul 18:16
· 171 commits to master since this release
3a4e9d7

How to run the script:

Manual Install:

If manually downloaded, the script must be launched from an administrative powershell in the directory containing all the files from the GitHub Repository

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force
Get-ChildItem -Recurse *.ps1 | Unblock-File
.\sos-optimize-windows.ps1