banner
DarianBlog

DarianBlog

达里安博客-专注于技术分享与交流的博客。博客致力于创造一个简单而直接的技术学习平台。
email

Install Scoop on Windows using PowerShell.

1. Installing Scoop#

You can install Scoop to the default directory (C:\Users<username>\scoop) using the following command:

Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')

or

iwr -useb get.scoop.sh | iex

If you encounter an error: Unable to run as administrator, follow these steps to resolve it:

iwr -useb get.scoop.sh -outfile 'install.ps1'
.\install.ps1 -RunAsAdmin
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.