https://github.com/lpndev/wpis
Windows Post Install Scripts
https://github.com/lpndev/wpis
debloat privacy security windows
Last synced: 10 months ago
JSON representation
Windows Post Install Scripts
- Host: GitHub
- URL: https://github.com/lpndev/wpis
- Owner: lpndev
- License: mit
- Created: 2024-11-08T19:50:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-30T22:19:03.000Z (10 months ago)
- Last Synced: 2025-08-30T23:35:35.006Z (10 months ago)
- Topics: debloat, privacy, security, windows
- Language: PowerShell
- Homepage: https://lpndev.github.io/wpis/
- Size: 146 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows Post Install Scripts
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](https://github.com/ChrisTitusTech/winutil).
In short, WPIS reduces the time and effort needed after a clean Windows install by automating repetitive setup tasks.
## 🚀 Getting Started
### Prerequisites
- Windows 10 or Windows 11
- Run PowerShell as **Administrator**
- Winget (test with `winget -v` to confirm it is installed)
- Internet connection (for downloading scripts and packages)
### Launch Command
```powershell
irm "https://lpndev.github.io/wpis/main.ps1" | iex
```
## License
Licensed under the [MIT](https://github.com/lpndev/wpis/blob/main/LICENSE) license.