Windows Terminal can only be installed in user scope #1983
-
Brief description of your issueHello, Currently, Windows Terminal can ONLY be installed in user scope. That means:
Windows Terminal is the only application I find to have this behaviour. Please tell me how to install it in machine scope, if possible. Thanks Steps to reproduceRun the command "winget install --scope machine -e --id Microsoft.WindowsTerminal" Expected behaviorApplication is installed in machine scope Actual behaviorRED error message and the application is not installed EnvironmentWindows Package Manager v1.1.13405
Copyright (c) Microsoft Corporation. Tous droits réservés.
Windows: Windows.Desktop v10.0.19044.1566
Package: Microsoft.DesktopAppInstaller v1.16.13405.0 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
This is the intended behavior of how MSIX apps are installed by default. This applies to all MSIX apps—not just for Windows Terminal—as all MSIX apps are only installed for the current user even if you didn't install it through the Windows Package Manager.
EDIT: See below. |
Beta Was this translation helpful? Give feedback.
-
@ItzLevvie I.e. What is the purpose of the |
Beta Was this translation helpful? Give feedback.
-
I see. That's indeed sad (and lame). Installing applications in user scope but impossible in machine scope is retrograding to the 90's! And it's not suitable for enterprise environment. This software is thus ONLY good for individuals. By curiosity: if the author did not choose MSIX, it could have been capable of being machine-wide? |
Beta Was this translation helpful? Give feedback.
This is the intended behavior of how MSIX apps are installed by default.
This applies to all MSIX apps—not just for Windows Terminal—as all MSIX apps are only installed for the current user even if you didn't install it through the Windows Package Manager.
If you would like to deploy an MSIX app system-wide instead of the current user, you could take a look at: https://docs.microsoft.com/en-us/powershell/module/dism/add-appxprovisionedpackage?view=windowsserver2022-ps.EDIT: See below.