Skip to content

Instantly share code, notes, and snippets.

@silverl
Last active January 30, 2019 22:06
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 silverl/6b38b9d0cdbeaca2c91b22ef96eeac35 to your computer and use it in GitHub Desktop.
Save silverl/6b38b9d0cdbeaca2c91b22ef96eeac35 to your computer and use it in GitHub Desktop.
Boxstarter Basic Windows Workstation
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtension -EnableOpenFileExplorerToQuickAccess -EnableShowRecentFilesInQuickAccess -EnableShowFrequentFoldersInQuickAccess
Install-WindowsUpdate -acceptEula
Update-ExecutionPolicy RemoteSigned
Enable-MicrosoftUpdate
Enable-RemoteDesktop
Disable-InternetExplorerESC
Disable-GameBarTips
Disable-BingSearch
choco install visualstudio2017professional --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US"
cinst 7zip
cinst autohotkey
cinst azcopy
cinst balsamiqmockups3
cinst bind-toolsonly
cinst chefdk
cinst chocolateygui
cinst clink
cinst ConEmu
cinst cpu-z
cinst crystaldiskmark
cinst ditto
cinst DotNet3.5
cinst DotNet4.5
cinst DotNet4.5.2
cinst DotNet4.6.1
cinst dotnet4.7.1
cinst aspnetmvc
cinst evernote
cinst fiddler4
cinst filezilla
cinst Firefox
cinst foxitreader
cinst freemind
cinst git
cinst google-chrome-x64
cinst greenshot
cinst lastpass
cinst lastpass-for-applications
cinst linqpad
cinst nuget.commandline
cinst paint.net
cinst papercut
cinst poshgit
cinst postman
cinst PowerShell
cinst powershell-core
cinst putty
cinst redis-64
cinst redis-desktop-manager
cinst resharper
cinst screentogif
cinst skype
cinst slack
cinst SourceTree
cinst sql-server-management-studio
cinst SqlSearch
cinst sublimetext3
cinst sysinternals
cinst urlrewrite
cinst vagrant
cinst virtualbox
cinst VirtualBox.ExtensionPack
cinst vcredist2015
cinst vlc
cinst windirstat
cinst winmerge
cinst winscp
cinst nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment