FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Utilities / Utilidades Installing Chocolatey - The Windows packages manager
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Installing Chocolatey - The Windows packages manager
Posted: Fri May 08, 2020 09:42 AM
Run from cmd.exe as Administrator:

Code (fw): Select all Collapse
@"%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

Continue the discussion