How to see the scope of an already winget installed package?

1.5k Views Asked by At

How can I see the install scope of an already installed package, that has been previously with installed using winget?

winget install --scope machine -i -e xxxx 
1

There are 1 best solutions below

2
mklement0 On BEST ANSWER

Use winget list with --scope machine, but note that you need to run from an elevated session (not necessary for --scope user)

# REQUIRES ELEVATION
winget list --scope machine