I'm learning about the powershell use. I really like the winget list command and how easy winget is to uninstall thing from my computer! But I really can't find in the documentation a way to uninstall multiple packages at the same time!
My solution was repeat the command, like this:
winget uninstall --id "Microsoft.ZuneVideo_8wekyb3d8bbwe" && winget uninstall --id "Microsoft.YourPhone_8wekyb3d8bbwe"
works, but I want a shorter solution!!
thanks!!
(: