Install the Windows package management tool Chocolatey

1, open the Start menu inside the PS administrator mode, execute the following command.

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

2, whether the test is successful, and check the version number

choco -v

Guess you like

Origin www.cnblogs.com/craigtaylor/p/10971251.html