default installation scope #76300
-
I gather from this discussion that winget runs the installer with machine/admin scope if no scope is provided. Is that still correct (always?) and is that documented somewhere more "official"? When there are user and machine scopes in the manifest, then the default is to install with user scope, correct? (The default isn't documented in the settings docs BTW, other defaults (e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think it's documented, but if you're running in a non-elevated context, the default should be user scope if both are defined (based on some testing of @denelon is this guaranteed anywhere? The client currently does this, but I'm not sure if it's guaranteed to do it forever. |
Beta Was this translation helpful? Give feedback.
I don't think it's documented, but if you're running in a non-elevated context, the default should be user scope if both are defined (based on some testing of
winget install vscode
).@denelon is this guaranteed anywhere? The client currently does this, but I'm not sure if it's guaranteed to do it forever.