An open API service indexing awesome lists of open source software.

https://github.com/zacrollins/WinSetup

Windows workstation setup automation using boxstarter and chocolatey
https://github.com/zacrollins/WinSetup

Last synced: 4 months ago
JSON representation

Windows workstation setup automation using boxstarter and chocolatey

Awesome Lists containing this project

README

        

# 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'))
```