среда, 1 февраля 2023 г.

Installing Chocolatey

Chocolatey is a program or method for installing packages/programs/application in Windows in the simple way.

For installing Chocolatey we need to use PowerShell command:

 Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

All this is one long line.



Комментариев нет:

Отправить комментарий