Skip to content

Instantly share code, notes, and snippets.

@nobitagamer
Last active March 6, 2017 06:21
Show Gist options
  • Save nobitagamer/ca574f6c2b46f627eb6c95739910e05d to your computer and use it in GitHub Desktop.
Save nobitagamer/ca574f6c2b46f627eb6c95739910e05d to your computer and use it in GitHub Desktop.
:: Setup default environment for developers
:: - Version: 1.2
:: How to use:
:: - Run from cmd: START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/nobitagamer/ca574f6c2b46f627eb6c95739910e05d/raw/
:: - From IE: http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/nobitagamer/ca574f6c2b46f627eb6c95739910e05d/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 webpi
cinst -y googlechrome
cinst -y steam
cinst -y slack
cinst -y notepad2-mod
cinst -y notepadplusplus.install
cinst -y git.install
cinst -y git-credential-winstore
cinst -y poshgit
cinst -y tortoisegit
cinst -y NugetPackageExplorer
cinst -y python2
cinst -y vcpython27
cinst -y jre8
cinst -y nodist
cinst -y fiddler
cinst -y tfs2015powertools
cinst -y visualstudiocode -params '"/NoDesktopIcon /NoQuicklaunchIcon /DontAddToPath"'
cinst -y jbs
cinst -y evernote
cinst -y ccleaner
cinst -y rapidee
cinst -y k-litecodecpackfull
cinst -y virtualclonedrive
cinst -y vagrant
cinst -y sagethumbs
cinst -y mongodb.portable
cinst -y msbuild.communitytasks
cinst -y unity
cinst -y winmerge
cinst -y --allowemptychecksum winrar
ECHO Cracking WinRAR...
::XCOPY /y "%SOFTWARE_DRIVE%\WinRAR\Crack\rarreg.key" "%ProgramFiles%\WinRAR\"
::cinst -y vmwareworkstation
::ECHO Installing Visual Studio 2013...
::call "%SOFTWARE_DRIVE%\Visual Studio\Visual Studio 2013\Setup\setup.cmd"
ECHO Installing Visual Studio 2015...
if EXIST "%SOFTWARE_DRIVE%\\Visual Studio\Visual Studio 2015\Setup\setup.cmd" call "%SOFTWARE_DRIVE%\\Visual Studio\Visual Studio 2015\Setup\setup.cmd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment