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.
-
Open PowerShell.
-
Allow running scripts for this session:
Set-ExecutionPolicy -Scope Process Bypass
-
Run the setup script:
iwr https://raw.githubusercontent.com/theamallalgi/wininstall/main/wininstall.ps1 | iex
-
Follow the terminal and complete the setup.
