Skip to content

Instantly share code, notes, and snippets.

@naillizard
Last active July 23, 2018 02:32
Show Gist options
  • Save naillizard/f6dadc36eb8118192004573174d9396d to your computer and use it in GitHub Desktop.
Save naillizard/f6dadc36eb8118192004573174d9396d to your computer and use it in GitHub Desktop.
[windows_machine_boxstarter] Installs some default software on a windows machine #tags: boxstarter
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
Disable-InternetExplorerESC
Disable-GameBarTips
Disable-BingSearch
cinst Microsoft-Hyper-V-All -source windowsFeatures
# Better Terminal
cinst conEmu
cinst EthanBrown.ConEmuConfig
# Dev tools
cinst git
cinst gitextensions
cinst git-credential-winstore
cinst poshgit
cinst nvm
cinst linqpad
cinst postman
cinst jq
cinst SourceCodePro
cinst powershell
cinst visualstudiocode
cinst visualstudio2017enterprise
cinst docker-for-windows
cinst teracopy
cinst SQLite
# Misc
cinst GoogleChrome
cinst 7zip
cinst cpu-z
cinst aida64-extreme.portable
cinst anaconda3
cinst colormania
cinst filezilla
cinst heidisql
cinst jdk8
cinst lightshot
cinst treesizefree
cinst lepton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment