Skip to content

Instantly share code, notes, and snippets.

@nobitagamer
Created February 24, 2017 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nobitagamer/166d0850cdbc1c4e247b06a9ba9743ec to your computer and use it in GitHub Desktop.
Save nobitagamer/166d0850cdbc1c4e247b06a9ba9743ec to your computer and use it in GitHub Desktop.
:: Setup default environment for developers
:: - Version: 1.0
:: How to use:
:: - Run from cmd: START http://boxstarter.org/package/nr/url?https://gist.github.com/nobitagamer/166d0850cdbc1c4e247b06a9ba9743ec/raw/
:: - From IE: http://boxstarter.org/package/nr/url?https://gist.github.com/nobitagamer/166d0850cdbc1c4e247b06a9ba9743ec/raw/
Set-ExplorerOptions -showHidenFilesFoldersDrivers -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
cinst WindowsInstaller31 -source webpi
cinst WindowsInstaller45 -source webpi
cinst PowerShell3 -source webpi
cinst PowerShell4 -source webpi
cinst NetFx3 -source webpi
cinst NetFx4 -source webpi
cinst -y slack
cinst -y git.install
cinst -y git-credential-winstore
cinst -y poshgit
cinst -y tortoisegit
cinst -y mongodb.portable
cinst -y unity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment