Skip to content

Instantly share code, notes, and snippets.

@mefellows
Last active August 29, 2015 14:07
Show Gist options
  • Save mefellows/fd06f74bdcd12e6a2b53 to your computer and use it in GitHub Desktop.
Save mefellows/fd06f74bdcd12e6a2b53 to your computer and use it in GitHub Desktop.
Matt's BoxStarter
Update-ExecutionPolicy Unrestricted
Set-TaskbarSmall
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
cinst sublimetext2
cinst SqlServer2012Express
cinst VisualStudio2013Ultimate
cinst fiddler4
cinst mssqlserver2012express
cinst git-credential-winstore
cinst console2
cinst poshgit
cinst GoogleChrome
cinst windbg
cinst Microsoft-Hyper-V-All -source windowsFeatures
cinst IIS-WebServerRole -source windowsfeatures
cinst IIS-HttpCompressionDynamic -source windowsfeatures
cinst TelnetClient -source windowsFeatures
Install-ChocolateyPinnedTaskBarItem "$env:windir\system32\mstsc.exe"
Install-ChocolateyPinnedTaskBarItem "$env:programfiles\console\console.exe"
Copy-Item (Join-Path -Path (Get-PackageRoot($MyInvocation)) -ChildPath 'console.xml') -Force $env:appdata\console\console.xml
Install-ChocolateyVsixPackage xunit http://visualstudiogallery.msdn.microsoft.com/463c5987-f82b-46c8-a97e-b1cde42b9099/file/66837/1/xunit.runner.visualstudio.vsix
Install-ChocolateyVsixPackage autowrocktestable http://visualstudiogallery.msdn.microsoft.com/ea3a37c9-1c76-4628-803e-b10a109e7943/file/73131/1/AutoWrockTestable.vsix
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment