Skip to content

Instantly share code, notes, and snippets.

@philoushka
Forked from mwrock/Boxstarter
Last active January 4, 2016 17:29
Show Gist options
  • Save philoushka/8654196 to your computer and use it in GitHub Desktop.
Save philoushka/8654196 to your computer and use it in GitHub Desktop.
Enable-RemoteDesktop
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowFullPathInTitleBar -EnableShowHiddenFilesFoldersDrives
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst
Set-ItemProperty -Path "HKCU:\Control Panel\International" -name sShortDate -val "dd-MMM-yyyy"
Set-ItemProperty -Path "HKCU:\Control Panel\International" -name sLongDate -val "dd MMMM yyyy"
Set-ItemProperty -Path "HKCU:\Control Panel\International" -name sTimeFormat -val "hh:mm"
Set-ItemProperty -Path "HKCU:\Control Panel\International" -name sYearMonth -val "hh:mm:ss"
cinst 7zip.install
cinst wudt
cinst cmder
cinst lastpass
cinst googlechrome
cinst flashplayerplugin
cinst windirstat
cinst vlc
cinst paint.net
cinst notepadplusplus
cinst markdownpad2
cinst handbrake
cinst githubforwindows
cinst iTunes
cinst Quicktime
cinst steam
cinst windowsessentials
cinst VisualStudio2013Ultimate -InstallArguments WebTools
Install-ChocolateyVsixPackage WebEssentials https://visualstudiogallery.msdn.microsoft.com/56633663-6799-41d7-9df7-0f2a504ca361/file/105627/43/WebEssentials2013.vsix
Install-ChocolateyVsixPackage NuGetPackageManager https://visualstudiogallery.msdn.microsoft.com/4ec1526c-4a8c-4a84-b702-b21a8f5293ca/file/105933/7/NuGet.Tools.2013.vsix
Install-ChocolateyVsixPackage NuGet Packager https://visualstudiogallery.msdn.microsoft.com/daf5c6db-386b-4994-bdd7-b6cd52f11b72/file/67655/13/NuGetPackageTemplate-2.1.0.vsix
Install-ChocolateyVsixPackage IndentGuides https://visualstudiogallery.msdn.microsoft.com/e792686d-542b-474a-8c55-630980e72c30/file/48932/20/IndentGuide%20v14.vsix
Install-ChocolateyVsixPackage RemoveSortUsingsFormatDocumentonSave https://visualstudiogallery.msdn.microsoft.com/ce2d825f-b22d-451f-94b5-a69bbf2a9aca/file/116669/2/RemoveAndSortUsingsAndFormatDocumentOnSave.vsix
Install-ChocolateyVsixPackage KeepExtensionsUpdated https://visualstudiogallery.msdn.microsoft.com/14973bbb-8e00-4cab-a8b4-415a38d78615/file/150147/5/ExtensionUpdater.vsix
Install-ChocolateyVsixPackage PrettyPaste https://visualstudiogallery.msdn.microsoft.com/6a23234d-45f6-4212-bac3-f6d9bb08fb1e/file/97937/12/PrettyPaste.vsix
Install-ChocolateyVsixPackage ErrorWatcher https://visualstudiogallery.msdn.microsoft.com/a85f155f-b519-44a8-b56b-07611cf78393/file/136589/8/ErrorHighlighter.vsix
Install-ChocolateyVsixPackage ChromeExtensionProject https://visualstudiogallery.msdn.microsoft.com/c11cd639-2abb-4243-96d2-153c0adb494a/file/109063/2/ChromeExtensionVsix.vsix
cinst mssqlserver2012express
Install-ChocolateyPinnedTaskBarItem "$env:programfiles\console\console.exe"
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe"
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe"
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment