Answers for "what can i install with choco"

4

choco installation

@"%SystemRoot%System32WindowsPowerShellv1.0powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%chocolateybin"
Posted by: Guest on May-22-2020
0

install choco windows 10

Set-ExecutionPolicy Bypass -Scope Process -Force; `
  iex ((New-Object System.Net.WebClient) .DownloadString ('https://chocolatey.org/install.ps1'))
Posted by: Guest on March-12-2021

Code answers related to "what can i install with choco"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language