Chocolatey Fixed Installation Guide

Опубликовано: 23 Июнь 2026
на канале: Kleos
99
2

While trying to install FFMPEG for Windows, I had the displeasure in installing chocolatey. Here's a guide for anyone going through the same problems that I had. (If I'm honest, this will probably be a smoother process if I tried to install FFMPEG with all the codecs on Linux.)

Get-ExecutionPolicy -List

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process

https://dotnet.microsoft.com/en-us/do...

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment

[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/inst...)