Skip to content

Instantly share code, notes, and snippets.

@sbussinger
sbussinger / boxstarter.delphi
Last active December 28, 2015 09:39
Boxstarter script for setting up Delphi development VM
try {
# Configure basic system settings
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showFileExtensions
# Standard packages to install
cinst 7zip
cinst beyondcompare
cinst githubforwindows
@sbussinger
sbussinger / boxstarter.desktop
Last active March 15, 2016 20:48
Boxstarter script for setting up Desktop development workstation
# Configure basic system settings
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showFileExtensions
Enable-RemoteDesktop
# Fix library locations
Move-LibraryDirectory "Personal" "$env:UserProfile\OneDrive\Documents"
Move-LibraryDirectory "My Music" "$env:UserProfile\OneDrive\Music"
Move-LibraryDirectory "My Pictures" "$env:UserProfile\OneDrive\Pictures"
Move-LibraryDirectory "My Video" "$env:UserProfile\OneDrive\Videos"
[2016-03-15T12:29:39.4910443-07:00:::PID 5152] parent process is cmd
[2016-03-15T12:29:39.5691692-07:00:::PID 5152] Error getting parent process
[2016-03-15T12:29:39.5847947-07:00:::PID 5152] Boxstarter: Installing package https://gist.githubusercontent.com/sbussinger/7480393/raw/39ef65cbd0825878033d7b4f74d69c9034cabea6/boxstarter.desktop
[2016-03-15T12:29:39.6785443-07:00:::PID 5152] Boxstarter Version 2.6.41
[2016-03-15T12:29:39.6941698-07:00:::PID 5152] (c) 2015 Matt Wrock. http://boxstarter.org
[2016-03-15T12:29:39.7254203-07:00:::PID 5152] + Boxstarter starting Installation session.
[2016-03-15T12:29:39.7410453-07:00:::PID 5152] Boxstarter: NoPassword is false checking autologin
[2016-03-15T12:29:39.7722948-07:00:::PID 5152] Boxstarter: AutoLogin status is False
[2016-03-15T12:29:39.7722948-07:00:::PID 5152] Please type CTRL+C or close this window to exit Boxstarter if you do not want to risk a reboot during this Boxstarter install.