Answers for "the term 'choco' is not recognized as the name of a cmdlet,"

0

'choco' is not recognized as an internal or external command, operable program or batch file.

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

Code answers related to "the term 'choco' is not recognized as the name of a cmdlet,"

Browse Popular Code Answers by Language