開啟 cmd
檢視 powershell 版本
$psversiontable.psversion.major
安裝方式
方式一:
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
方式二:
iwr -useb get.scoop.sh | iex
如果出現錯誤執行命令:
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
本作品採用《CC 協議》,轉載必須註明作者和本文連結