Skip to content

Instantly share code, notes, and snippets.

View milleraundra's full-sized avatar

Aundra Miller milleraundra

View GitHub Profile
@milleraundra
milleraundra / boxstarter.ps1
Created October 19, 2018 18:09 — forked from willwm/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Edited by: Will Wolff-Myren <willwm@gmail.com>
# Last Updated: 2018-07-17
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#