Skip to content

Instantly share code, notes, and snippets.

View krimple's full-sized avatar

Ken Rimple krimple

  • Philadelphia, PA
  • 00:04 (UTC -05:00)
View GitHub Profile
@krimple
krimple / boxstarter.ps1
Last active December 9, 2018 16:28 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <[email protected]>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt: