Powershell7 安装的,普通用户和管理员安装路径不同,普通用户是默认安装在自己的路径下的,我的是win10用户目录Lenovo
下。可以用来安装一些linux或者mac下好的应用,很方便。
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
irm get.scoop.sh -outfile 'install.ps1'
.\install.ps1 -RunAsAdmin
验证是否成功
scoop help
标签:ps1,路径,scoop,install,普通用户,安装
From: https://www.cnblogs.com/cloudhan/p/17063419.html