Tentei como adm no promp e no powershell, no powershell aparece :
Exceção ao definir "SecurityProtocol": "Não é possível converter o valor "3312" para o tipo "System.Net.SecurityProtoco lType" devido a valores de enumeração inválidos. Especifique um dos seguintes valores de enumeração e tente novamente. Os valores de enumeração possíveis são "Ssl3, Tls"." Em linha:1 caractere:85
- Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]:: <<<< SecurityProtocol = [System.
Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://co
mmunity.chocolatey.org/install.ps1'))
- CategoryInfo : InvalidOperation: (:) [], RuntimeException
- FullyQualifiedErrorId : PropertyAssignmentException
Exceção ao chamar "DownloadString" com "1" argumento(s): "A conexão subjacente estava fechada: Erro inesperado em um en vio." Em linha:1 caractere:219
- Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.Se
rvicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString <<<< ('https://co
mmunity.chocolatey.org/install.ps1'))
- CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- FullyQualifiedErrorId : DotNetMethodException