📌  相关文章
📜  安装程序反应本机 powershell - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:59.502000             🧑  作者: 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"