Skip to content

Instantly share code, notes, and snippets.

@willthamzizzle
willthamzizzle / BoxStarterInstallationAbby
Last active August 29, 2015 14:14
Boxstarter installation script
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
Enable-MicrosoftUpdate
Disable-UAC
cinst google-chrome-x64
cinst flashplayeractivex
cinst 7zip.install
cinst adobeshockwaveplayer
cinst jre8
@willthamzizzle
willthamzizzle / packages.config
Last active August 29, 2015 14:10
config file for chocolatey
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id=" google-chrome-x64" />
<package id="flashplayeractivex" />
<package id="7zip.install"/>
<package id="javaruntime"/>
<package id="Atom"/>
<package id="Firefox"/>
<package id="adobereader"/>
<package id="vlc"/>