Scoop installs command-line developer tools directly in the user's folder (~\scoop), without needing administrator permissions. It is the ideal option in corporate environments where you cannot install software with UAC.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
scoop install git curl wget jq python nodejs gh fzf bat ripgrep fd delta
scoop bucket add extras
scoop install extras/vscode
| Action | Command |
|---|---|
| Install | scoop install git |
| Update all | scoop update * |
| List installed | scoop list |
| Search | scoop search python |
| Uninstall | scoop uninstall git |
scoop install versions/nodejs18.