Skip to content

Instantly share code, notes, and snippets.

@rstanleyhum
rstanleyhum / ares-boxinit.ps1
Last active February 28, 2018 23:04 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Initial Boxstarter Script for Base Configuration
# Author: R. Stanley Hum <r.stanley.hum@gmail.com>
# Last Updated: 2017-10-01
#
# Forked and modified from Jess Frazelle's boxstarter.ps1 gist (
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned