Difference between revisions of "Chocolately Windows package manager"
From MyWiki
(Created page with "<source lang="powershell"> Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) ch...") |
(No difference)
|
Revision as of 12:45, 27 November 2017
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) choco feature enable -n=allowGlobalConfirmation choco install googlechrome choco install adobereader choco install putty.install choco install 7zip.install