TLDR
Enter a command. For example: vswhere, choco pin, reg export.

scoop

 
A command-line installer for Windows. More information: https://scoop.sh.
 
  • Install a package:
     
    scoop install {{package}}
     
  • Remove a package:
     
    scoop uninstall {{package}}
     
  • Update all installed packages:
     
    scoop update *
     
  • List installed packages:
     
    scoop list
     
  • Display information about a package:
     
    scoop info {{package}}
     
  • Search for a package:
     
    scoop search {{package}}
     
  • Remove old versions of all packages and clear the download cache:
     
    scoop cleanup -k *

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.