Skip to content

Instantly share code, notes, and snippets.

@tsimbalar
Last active June 6, 2016 07:41
Show Gist options
  • Save tsimbalar/7bd49eb3fc1f671cdb0c to your computer and use it in GitHub Desktop.
Save tsimbalar/7bd49eb3fc1f671cdb0c to your computer and use it in GitHub Desktop.
Boxstarter file for dev station
Disable-InternetExplorerESC
Enable-RemoteDesktop
Enable-MicrosoftUpdate
Install-WindowsUpdate
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
cinst notepadplusplus.install
#cinst git.install
cinst poshgit
#cinst nodejs.install
cinst firefox
#firefox-dev is in the prerelease channels ...
cinst firefox-dev -pre
cinst fiddler4
cinst paint.net
cinst keepass.install
cinst rdcman
cinst sourcetree
cinst sumatrapdf.install
cinst winmerge
cinst 7zip.install
cinst linqpad4.install
cinst linqpad5.install
cinst sysinternals
# that should enable to install Windows specific stuff ?
#like IIS etc etc
#cinst choco install webpi
#cinst choco install webpicmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment