Last active
July 23, 2018 02:32
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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