我在用Powershell 管理员身份安装scoop时报错
运行命令行通过 Powershell 在 Windows 上安装 scoop 时,提示:
Initializing...
Running the installer as administrator is disabled by default, see (https://github.com/ScoopInstaller/Install#for-admin%20for%20details).
Abort.
意思是说“默认情况下禁用以管理员身份运行安装程序,有关详细信息,请参阅https://github.com/ScoopInstaller/Install#for-admin 。”
解决方案:
运行命令如下命令
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"