Skip to content

Instantly share code, notes, and snippets.

@LukasKnuth
Last active September 7, 2019 06:26
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 LukasKnuth/2538273cd3541cf95b0fcbaa2cc86c4c to your computer and use it in GitHub Desktop.
Save LukasKnuth/2538273cd3541cf95b0fcbaa2cc86c4c to your computer and use it in GitHub Desktop.
# This is a BoxStarter Script. See https://boxstarter.org/
### BEFORE
#
# * Make sure this is run on Windows 10 Pro (required for Hyper-V)
# * Enable Virtualization in BIOS/UEFI (required for Hyper-V)
# Basic Configuration
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Disable-GameBarTips
Disable-BingSearch
# Install utilities
cinst -y choco-cleaner windirstat
# Install 3rd Party Software (via Chocolatey)
cinst -y vlc firefox thunderbird adobereader 7zip gimp ffmpeg truecrypt
# Install development tools
cinst -y git androidstudio jetbrainstoolbox vscode postman winscp wireshark vagrant sublimetext3
# Install languages
cinst -y nodejs-lts elixir golang jdk11
# Office
cinst -y pandoc
# Games
cinst -y steam discord
# Install Windows Features
cinst -y Microsoft-Hyper-V-All -source windowsFeatures
cinst -y wsl
### AFTERWARDS
#
# cinst -y docker-desktop (requires Hyper-V to be installed and enabled)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment