Skip to content

Instantly share code, notes, and snippets.

@tomfulton
Last active December 31, 2017 23:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomfulton/11007948 to your computer and use it in GitHub Desktop.
Save tomfulton/11007948 to your computer and use it in GitHub Desktop.
BoxStarter Script
Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Disable-UAC
Disable-InternetExplorerESC
cinst TelnetClient -source windowsFeatures
cinst IIS-WebServerRole -source windowsFeatures
cinst UrlRewrite
cinst msdeploy3
cinst googlechrome
cinst firefox
cinst git
cinst gitextensions
cinst git.commandline
cinst git-credential-winstore
cinst visualstudio2017community
cinst resharper
cinst sql-server-express
cinst sql-server-management-studio
cinst vim
cinst sublimetext3
cinst markdownpad2
cinst fiddler4
cinst filezilla
cinst ilspy
cinst autohotkey
cinst ditto
cinst winmerge
cinst nodejs.install
cinst divvy
cinst 7zip.install
cinst flux
cinst skype
cinst Dropbox
cinst windirstat
cinst techsmithsnagit
Install-ChocolateyPinnedTaskBarItem "$env:programfiles\Google\Chrome\Application\chrome.exe"
Install-ChocolateyPinnedTaskBarItem "$env:programfiles\console\console.exe
Install-ChocolateyPinnedTaskBarItem "$env:programfiles\Git\bin\sh.exe
Install-ChocolateyFileAssociation ".txt" "$env:programfiles\Sublime Text 3\sublime_text.exe"
Install-ChocolateyFileAssociation ".config" "$env:programfiles\Sublime Text 3\sublime_text.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment