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
question from:https://stackoverflow.com/questions/65623387/installation-of-chocolatey-to-default-folder-requires-administrative-permissions