Created
February 17, 2017 08:24
-
-
Save jhauge/39ed450475471994c552304ccc44b637 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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