WPIS (Windows Post Install Scripts) is a PowerShell-based setup tool designed to streamline and optimize a fresh Windows installation.
It helps users debloat unnecessary apps, automatically configure privacy and security settings, apply recommended tweaks with O&O ShutUp10++, and install essential software packages via Winget. For additional customization, it can also run the Chris Titus Tech Windows Utility.
In short, WPIS reduces the time and effort needed after a clean Windows install by automating repetitive setup tasks.
- Windows 10 or Windows 11
- Run PowerShell as Administrator
- Winget (test with
winget -vto confirm it is installed) - Internet connection (for downloading scripts and packages)
irm "https://lpndev.github.io/wpis/main.ps1" | iexLicensed under the MIT license.