Skip to content

Instantly share code, notes, and snippets.

View hymerman's full-sized avatar

Ben Hymers hymerman

View GitHub Profile
@hymerman
hymerman / boxstarter-nondev.ps1
Last active December 2, 2018 19:36 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Original Author: Jess Frazelle <[email protected]>
# Last Updated: 2018-12-02
#
# 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: