how to uninstall scoop on windows 10 by cli code example
Example: install scoop
to install scoop:
iwr -useb get.scoop.sh | iex
if you get an execution policy error run:
iwr -useb get.scoop.sh | iex
To install packages run:
scoop install [package-name]