https://github.com/theamallalgi/wininstall
Single-file installation setup file for windows fresh installs.
https://github.com/theamallalgi/wininstall
automation fresh-install powershell setup-script windows
Last synced: 19 days ago
JSON representation
Single-file installation setup file for windows fresh installs.
- Host: GitHub
- URL: https://github.com/theamallalgi/wininstall
- Owner: theamallalgi
- License: mit
- Created: 2025-12-10T07:28:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-12-10T08:21:51.000Z (5 months ago)
- Last Synced: 2026-03-29T01:23:43.710Z (about 2 months ago)
- Topics: automation, fresh-install, powershell, setup-script, windows
- Language: PowerShell
- Homepage:
- Size: 1.91 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Wininstall Script
Single-file minimal Windows installation and setup script for fresh installs.
> [!WARNING]
> Run scripts and code snippets from the internet with care. Review them for vulnerabilities or malware before executing. This repository is clean, but checking scripts first is always a healthy habit.
## Installation
1. Open PowerShell.
2. Allow running scripts for this session:
```powershell
Set-ExecutionPolicy -Scope Process Bypass
```
4. Run the setup script:
```powershell
iwr https://raw.githubusercontent.com/theamallalgi/wininstall/main/wininstall.ps1 | iex
```
6. Follow the terminal and complete the setup.