Skip to content

Instantly share code, notes, and snippets.

View jeffrysleddens's full-sized avatar

Jeffry Sleddens jeffrysleddens

  • Rotterdam University of Applied Sciences
  • The Netherlands
  • 21:18 (UTC +02:00)
View GitHub Profile
@jeffrysleddens
jeffrysleddens / bootstrapwindows10.ps1
Last active February 9, 2019 12:34 — forked from zloeber/bootstrapwindows10.ps1
Boxstarter Windows 10 Configuration
<#
The command to run, built from the raw link of this gist
Win+R
iexplore http://boxstarter.org/package/url?<RAW GIST LINK>
OR (if you don't like the way the web launcher force re-installs everything)
Create another script like the following to install and run the gist:
@jeffrysleddens
jeffrysleddens / boxstarter.ps1
Last active February 11, 2018 19:45 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Based on original version by Jess Frazelle <jess@linux.com>
#
# 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:
# start http://boxstarter.org/package/nr/url?<URL-TO-RAW-GIST>