Skip to content

Instantly share code, notes, and snippets.

@wildeyes
Created October 29, 2019 21:16
Show Gist options
  • Select an option

  • Save wildeyes/b85fe9f9246316cad00afcd10e6ac9e1 to your computer and use it in GitHub Desktop.

Select an option

Save wildeyes/b85fe9f9246316cad00afcd10e6ac9e1 to your computer and use it in GitHub Desktop.
Install windows base system
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y cmdutils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment