win_apps
installer
byGrok
Scoop
Winget (WinGet)
Chocolatey (choco)
Scoop
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
# or
iex "& {$(irm get.scoop.sh -Proxy 'http://192.168.88.72:6081')} -Proxy 'http://192.168.88.72:6081'"
Last updated