Skip to content

Instantly share code, notes, and snippets.

View szukalski's full-sized avatar

David James szukalski

  • Germany
View GitHub Profile
@szukalski
szukalski / boxstarter.ps1
Last active October 25, 2017 07:11 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: szukalski
# Last Updated: 2017-10-16
#
# 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: