Skip to content

How can we find the scope of installed packages? #3239

Answered by mdanish-kh
eabase asked this question in Q&A
Discussion options

You must be logged in to vote

While there isn't a way to query the scope of a particular installed app, you can list all apps of a particular scope installed on your machine and search the app you're looking for in the output of the following commands

List all user-scoped apps installed on your machine

winget list --scope user

List all machine-scoped apps (Requires you to run the shell as admin)

winget list --scope machine

If you only want to see apps that are available via the winget source, you can filter them by appending --source winget

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by eabase
Comment options

You must be logged in to vote
1 reply
@mdanish-kh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants