Skip to content

Instantly share code, notes, and snippets.

@jhauge
Created February 17, 2017 08:24
Show Gist options
  • Save jhauge/39ed450475471994c552304ccc44b637 to your computer and use it in GitHub Desktop.
Save jhauge/39ed450475471994c552304ccc44b637 to your computer and use it in GitHub Desktop.
# Start powershell som admin, og brug nedenstående kommandoer
# Tillad afvikling af downloadede powershell scripts
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
# Installer Chocolatey
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
# Genstart powershell som admin - nu kan man installere navngivne pakker fx chrome, google drive og skype:
choco install googlechrome -y
choco install googledrive -y
choco install skype -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment