Skip to content

Instantly share code, notes, and snippets.

@shawnweisfeld
Last active November 22, 2018 15:51
Show Gist options
  • Save shawnweisfeld/44eeafc74e9097a24288ef6589162e47 to your computer and use it in GitHub Desktop.
Save shawnweisfeld/44eeafc74e9097a24288ef6589162e47 to your computer and use it in GitHub Desktop.
ChickTech Laptop Setup

Install chocolatey

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Install software

choco install 7zip.install -y
choco install GoogleChrome -y
choco install firefox -y
choco install vlc -y
choco install paint.net -y
choco install visualstudiocode -y

Install Windows Updates

Powershell.exe -ExecutionPolicy Unrestricted 
Import-Module PSWindowsUpdate
Get-WindowsUpdate
Install-WindowsUpdate

Windows Store Commands

If Needed

Get-AppxPackage -AllUsers | Select Name, PackageFullName
Remove-AppxPackage -AllUsers -Package <<PackageFullName>>

Install Windows Subsystem for Linux

as Owner

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

as chicktech Install Ubuntu via the store

See Instructions Here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment