tiddlers: Chocolatey软件管理
This data as json
title | meta | text | revision |
---|---|---|---|
Chocolatey软件管理 | {"created": "20230504023511327", "creator": "root", "tags": ["choco"], "title": "Chocolatey\u8f6f\u4ef6\u7ba1\u7406", "modified": "20230504024913496", "modifier": "root", "type": "text/vnd.tiddlywiki", "revision": "2"} | Chocolatey 是一种软件管理解决方案,不同于您在 Windows 上体验过的任何其他解决方案。 使用管理员打开powershell,输入如下命令安装chocolatey ``` Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) ``` | 4 |