windows7 安装 choco:

 

cmd下:

@"%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"

相关文章:

  • 2021-08-13
  • 2021-04-23
  • 2022-01-14
  • 2021-07-16
  • 2021-05-11
  • 2021-10-30
  • 2022-01-22
  • 2022-03-01
猜你喜欢
  • 2021-06-09
  • 2022-12-23
  • 2021-09-17
  • 2021-05-08
  • 2021-12-29
  • 2021-12-12
  • 2021-10-22
相关资源
相似解决方案