Skip to content

Instantly share code, notes, and snippets.

@josh-leeming
josh-leeming / 01-Update-Windows.ps1
Created April 21, 2016 10:27 — forked from ChaseFlorell/01-Update-Windows.ps1
Boxstarter Installation Scripts
# http://boxstarter.org/package/url?
#####################
# BEGIN CONFIGURATION
#####################
#region Initial Windows Config
Install-WindowsUpdate -AcceptEula
Update-ExecutionPolicy Unrestricted