Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lpndev/wpis
Windows Post Install Scripts
https://github.com/lpndev/wpis
debloat privacy security windows
Last synced: 23 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T02:47:12.000Z (23 days ago)
- Last Synced: 2025-01-02T03:32:36.552Z (23 days ago)
- Topics: debloat, privacy, security, windows
- Language: PowerShell
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Documentation
For detailed documentation, visit the [**Wiki**](https://github.com/lpndev/wpis/wiki) tab.
## Getting Started
### Download
1. From **[releases page](https://github.com/lpndev/wpis/releases)**
2. Or remotely:
```powershell
Invoke-WebRequest -Uri 'https://github.com/lpndev/wpis/releases/latest/download/wpis.zip' -OutFile "$env:USERPROFILE\Downloads\wpis.zip"
```### Run
```powershell
powershell.exe -ExecutionPolicy Bypass -File .\main.ps1
```## License
Licensed under the [MIT](https://github.com/lpndev/emu-starter/blob/main/LICENSE) license.