I run the installation in PowerShell and first i run the Get-ExecutionPolicy and this is the result RemoteSigned, and when i run this to the PowerShell
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
this is the result
what shoild i do to correct this error? https://chocolatey.org/install
1.4m articles
1.4m replys
5 comments
57.0k users