Set-ExecutionPolicy RemoteSigned -scope CurrentUser
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
本文介绍如何通过Scoop工具在Windows环境下便捷地安装和管理开源软件,详细讲解了设置执行策略、下载并运行Scoop安装脚本的过程。
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
1325
913
6548
1863
1348

被折叠的 条评论
为什么被折叠?