Skip to content

Instantly share code, notes, and snippets.

@sintaxasn
sintaxasn / boxstarter_win10demo.ps1
Last active June 21, 2024 11:42 — forked from ghostinthewires/boxstarter.ps1
Boxstarter Commands for a new Windows machine.
# Description: Boxstarter Win 10 DemoLab Script
# Adapted by: https://twitter.com/sintaxasn
# Original Author: https://twitter.com/GhostInTheWire5
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
# NOTE the "." above is required.
#
# Run this boxstarter by calling the following from **elevated** powershell:
# example: Install-BoxstarterPackage -PackageName https://gist.github.com/sintaxasn/ef2b4e97e27dbb55d04f0a99cd1878f4/raw/boxstarter_win10demo.ps1
@timmes
timmes / BoxstarterDevFull.ps1
Last active February 21, 2024 12:32
Boxstarter script to install general tools and configure a brand new Windows 10 system.
# Description: Boxstarter Script for Developer Machines
# Author: https://github.com/timmes
#
# To run this script, you first have to install boxstarter using the following command (NOTE the "." below is required):
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
# Learn more: http://boxstarter.org/Learn/WebLauncher
#
# Run this BoxstarterDevFull.ps1 script by calling the following from **elevated** powershell:
# example: Install-BoxstarterPackage -PackageName https://gist.github.com/timmes/e061f3eefab4cde48dd088fb23dc2687/raw/7b0dfd3debff73c46505d61a63269adf59eadfe2/BoxstarterDevFull.ps1 -DisableReboots