📜  在系统 Windows 10 上找不到 choco - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:18.308000             🧑  作者: Mango

代码示例1
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"