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
- Host: GitHub
- URL: https://github.com/zacrollins/WinSetup
- Owner: zacrollins
- Created: 2018-01-17T18:04:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T19:15:25.000Z (over 5 years ago)
- Last Synced: 2024-05-28T03:20:15.600Z (11 months ago)
- Language: PowerShell
- Size: 68.4 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - zacrollins/WinSetup - Windows workstation setup automation using boxstarter and chocolatey (PowerShell)
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'))
```