Answers for "install choco command prompt"

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
0

how to install choclatey using command prompt

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
Posted by: Guest on December-22-2020

Code answers related to "install choco command prompt"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language