The goal of this script is to be the ultimate Windows Setup Tool... Not only for myself, but for anybody that would like to use it. The main idealogy is to be modular, fast, and good looking (as good as a terminal "UI" can look at least).
To run, open PowerShell as an admin user and copy/paste the following code block into it, then hit enter:
Invoke-WebRequest -Uri zip.windowssetupscript.com -OutFile $HOME\Downloads\windows-setup-script.zip
Expand-Archive -Path $HOME\Downloads\windows-setup-script.zip -DestinationPath $HOME\Downloads\windows-setup-script
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process
Set-Location -Path $HOME\Downloads
.\windows-setup-script\windows-setup-script-main\windows-setup-script.ps1
Disclaimer: This project is currently undergoing a full overhaul. As such, I am not responsible for anything being broken in the project currently, or breaking your current system. As always, PLEASE read the code yourself if you run into problems and open an issue if you can!