Skip to content

PowerShell script for setting up Windows on a fresh install to my liking (and hopefully other's as well).

License

Notifications You must be signed in to change notification settings

melvinquick/windows-setup-script

Repository files navigation

Donations

Static Badge Buy Me A Coffee

Purpose

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).

Instructions

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!

Useful Information

About

PowerShell script for setting up Windows on a fresh install to my liking (and hopefully other's as well).

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks