Advertisement
Guest User

Install Chocolatey and Chocolatey GUI (cmd.exe)

a guest
Dec 7th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.33 KB | None | 0 0
  1. @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" && choco install chocolateygui && choco upgrade chocolateygui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement