WEAS(Windows Environment Auto-Setup) is a powershell script to automate initial setup process on Windows.
- Auto-setup WSL2
- Auto-install softwares listed on softwareList*.txt
First, install winget-cli from https://github.com/microsoft/winget-cli .
Second, change ExcutionPolicy on Powershell(Admin).
Set-ExecutionPolicy RemoteSigned
You can edit softwareList*.txt for your environment.
You can see available software list with following command.
winget search
https://github.com/microsoft/winget-pkgs/tree/master/manifests
Run WEAS script.
cd <path to WEAS>
.\weas.ps1
MIT