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

Must install as the chicktech user See Instructions Here

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