Skip to content

Instantly share code, notes, and snippets.

@TimMurphy
Last active August 29, 2015 14:07
Show Gist options
  • Save TimMurphy/3bff0bc4a59c1bbbf46b to your computer and use it in GitHub Desktop.
Save TimMurphy/3bff0bc4a59c1bbbf46b to your computer and use it in GitHub Desktop.
Boxstarter scripts
Enable-MicrosoftUpdate
Install-WindowsUpdate -AcceptEula
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -DisableShowAppsViewOnStartScreen -DisableSearchEverywhereInAppsView -EnableListDesktopAppsFirst
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -DisableShowProtectedOSFiles -EnableShowFileExtensions -DisableShowFullPathInTitleBar
Enable-RemoteDesktop
cinst Microsoft-Hyper-V-All -source windowsFeatures
Install-WindowsUpdate -AcceptEula
choco install googlechrome
choco install firefox
choco install safari
Install-WindowsUpdate -AcceptEula
Install-WindowsUpdate -AcceptEula
choco install notepad2-mod
choco install wincommandpaste
choco install dropbox
choco install filezilla
choco install googledrive
choco install git-credential-winstore
choco install git
choco install gitpad
choco install VisualStudio2013Professional
choco install VS2013.3
choco install VS2013SDK
choco install ncrunch2.vs2013
choco install resharper
Install-WindowsUpdate -AcceptEula
Install-WindowsUpdate -AcceptEula
Install-ChocolateyVsixPackage AddEmptyFile http://visualstudiogallery.msdn.microsoft.com/3f820e99-6c0d-41db-aa74-a18d9623b1f3
Install-ChocolateyVsixPackage Encourage http://visualstudiogallery.msdn.microsoft.com/1f3afebb-06c7-4b77-a54f-eb2f0784008d
Install-ChocolateyVsixPackage GhostDoc http://visualstudiogallery.msdn.microsoft.com/46a20578-f0d5-4b1e-b55d-f001a6345748
Install-ChocolateyVsixPackage NCrunch http://visualstudiogallery.msdn.microsoft.com/6946579c-c7d9-48ce-b039-994d30b85116
Install-ChocolateyVsixPackage PowerShellTools http://visualstudiogallery.msdn.microsoft.com/c9eb3ba8-0c59-4944-9a62-6eee37294597
Install-ChocolateyVsixPackage ProductivityPowerTools http://visualstudiogallery.msdn.microsoft.com/dbcb8670-889e-4a54-a226-a48a15e4cace
Install-ChocolateyVsixPackage SpecFlow http://visualstudiogallery.msdn.microsoft.com/90ac3587-7466-4155-b591-2cd4cc4401bc
Install-ChocolateyVsixPackage SpellChecker http://visualstudiogallery.msdn.microsoft.com/a23de100-31a1-405c-b4b7-d6be40c3dfff
Install-ChocolateyVsixPackage WebEssentials http://visualstudiogallery.msdn.microsoft.com/56633663-6799-41d7-9df7-0f2a504ca361
Install-ChocolateyVsixPackage SideWaffleTemplatePack http://visualstudiogallery.msdn.microsoft.com/a16c2d07-b2e1-4a25-87d9-194f04e7a698
Install-ChocolateyVsixPackage xUnit http://visualstudiogallery.msdn.microsoft.com/463c5987-f82b-46c8-a97e-b1cde42b9099
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment