Skip to content

Instantly share code, notes, and snippets.

View tuftkyle's full-sized avatar

Kyle Tuft tuftkyle

View GitHub Profile
@tuftkyle
tuftkyle / Windows10-Setup.ps1
Last active April 1, 2021 02:57 — forked from willwm/Windows10-Setup.ps1
Windows 10 Setup (Chocolatey + Boxstarter)
### Base Windows Configuration ###
# Enable Windows Features...
Enable-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V-All -Online -NoRestart
Enable-WindowsOptionalFeature -FeatureName Containers -Online -NoRestart
Enable-WindowsOptionalFeature -FeatureName Microsoft-Windows-Subsystem-Linux -Online -NoRestart
### Chocolatey Installs ###
# Install Chocolatey: https://chocolatey.org/install