Installing Chocolatey - The Windows packages manager

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42508
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 30 times
Been thanked: 72 times
Contact:

Installing Chocolatey - The Windows packages manager

Post by Antonio Linares »

Run from cmd.exe as Administrator:

Code: Select all | Expand

@"%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