Installing Chocolatey - The Windows packages manager

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Installing Chocolatey - The Windows packages manager

Post by Antonio Linares »

Run from cmd.exe as Administrator:

Code: Select all

@"%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"
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply