Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 490 Bytes

WinSetup

Windows workstation setup automation using boxstarter and chocolatey before running, set execution policy unrestricted:

Set-ExecutionPolicy RemoteSigned

For Base:

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/zacrollins/WinSetup/master/bootstrap-Win10-base.ps1'))

For Z:

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/zacrollins/WinSetup/master/bootstrap-Win10-Z.ps1'))