Skip to content

Instantly share code, notes, and snippets.

View vladistan's full-sized avatar

Vlad Korolev vladistan

View GitHub Profile
@vladistan
vladistan / Developer-Boxstarter
Last active May 19, 2019 23:21 — forked from ZinkNotTheMetal/Developer-Boxstarter
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