Skip to content

Instantly share code, notes, and snippets.

View ZinkNotTheMetal's full-sized avatar

William Zink ZinkNotTheMetal

  • Tampa, Florida
  • 12:31 (UTC -04:00)
View GitHub Profile
@ZinkNotTheMetal
ZinkNotTheMetal / mam-boxstarter.ps1
Last active November 5, 2021 10:20
MidAmericaMortgage-BoxStarter
# Invoke using following syntax into IE:
# http://boxstarter.org/package/url?https://gist.githubusercontent.com/ZinkNotTheMetal/5f4dc93b316138ea6da81fe5fdd437e6/raw/3b4a9c48bea2e8e62f270e39ff1fc81558d6bb20/mam-boxstarter.ps1
try {
# Boxstarter options
$Boxstarter.RebootOk =$true
$Boxstarter.NoPassword =$false # Is this a machine with no logon password?
$Boxstarter.AutoLogin =$true
# --- TEMPORARILY DISABLE --- #
@ZinkNotTheMetal
ZinkNotTheMetal / BoxStarterStrategyCorps.txt
Created November 24, 2015 23:18
Development - Windows 10 Boxstarter Setup
# Invoke using following syntax into IE:
# http://boxstarter.org/package/url?[raw link to this gist]
try {
# Boxstarter options
$Boxstarter.RebootOk=$true
$Boxstarter.NoPassword=$false # Is this a machine with no logon password?
$Boxstarter.AutoLogin=$true
# Set Windows variables
@ZinkNotTheMetal
ZinkNotTheMetal / gist:6b9d8f6787d96b769050
Last active August 29, 2015 14:21
Test-Boxstarter phase 2
# Invoke using following syntax:
# http://boxstarter.org/package/url?[raw link to this gist]
$Boxstarter.AutoLogin=$false
$Boxstarter.NoPassword=$true
$Boxstarter.RebootOk=$false
###########################################################
# Phase 2 items
###########################################################
# invoke reboot to try
@ZinkNotTheMetal
ZinkNotTheMetal / Personal-Boxstarter
Created May 15, 2015 04:37
This gist sets up my personal box
# Invoke using following syntax:
# http://boxstarter.org/package/url?[raw link to this gist]
# Boxstarter options
$Boxstarter.RebootOk=$true
$Boxstarter.NoPassword=$false # Is this a machine with no logon password?
$Boxstarter.AutoLogin=$true
# Install games
cinst leagueoflegends
@ZinkNotTheMetal
ZinkNotTheMetal / Developer-Boxstarter
Last active June 21, 2020 03:52
This gist sets up my box via boxstarter and chocolatey
# Invoke using following syntax into IE:
# http://boxstarter.org/package/url?[raw link to this gist]
try {
# Boxstarter options
$Boxstarter.RebootOk=$true
$Boxstarter.NoPassword=$false # Is this a machine with no logon password?
$Boxstarter.AutoLogin=$true
# Set Windows variables
Enable-RemoteDesktop