Download Latest Version 4.0.2 source code.zip (25.9 MB)
Email in envelope

Get an email when there's a new version of Windows-Optimize-Harden-Debloat

Home / 3.0
Name Modified Size InfoDownloads / Week
Parent folder
Optimize, Harden, and Debloat Windows 10 Deployments source code.tar.gz 2020-12-23 2.4 MB
Optimize, Harden, and Debloat Windows 10 Deployments source code.zip 2020-12-23 2.7 MB
README.md 2020-12-23 1.1 kB
Totals: 3 Items   5.1 MB 0

Whats New?

  • STIG Updates
  • Updated to cover Q4 STIG Changes
  • FireFox STIG
  • Oracle JRE 8 Java STIG
  • .NET STIG changes
  • More Debloating
  • Remove Telemetry from Nvidia, Office 2013-2019, PowerShell 6, and VSCode
  • Covers Windows 10 20H2 Apps and Bloatware
  • More Hardening
  • Disable LLMNR
  • Disable NETBIOS/TCP-IP
  • Windows Defender Hardening
    • WDAC Policies
    • ASR Rules

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

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

Automated Install:

The script may be launched from the extracted GitHub download like this:

:::powershell
iex ((New-Object System.Net.WebClient).DownloadString('https://simeononsecurity.ch/scripts/windowsoptimizeandharden.ps1'))
Source: README.md, updated 2020-12-23