Replies: 3 comments 1 reply
-
Hi! That's an excellent question. You definitely can install Terminal while building the template, if you can use DISM (or the DISM cmdlets) on the source image. You'll want to grab one the Preinstallation Kits available for stable builds on our releases page [1] and follow the guide linked from the top of the release notes:
If you can't customize the source image with DISM, you may still be able to install Terminal: you'll just need to grab the preinstall kit and make certain to install all of the architecture-appropriate |
Beta Was this translation helpful? Give feedback.
-
This is related to the msix platform issue. See #6010 (comment) |
Beta Was this translation helpful? Give feedback.
-
try this to install Windows Teminal: winget install --id=Microsoft.WindowsTerminal -e |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone,
We are currently using VMWare Horizon to host non-persistent Windows 10 virtual machines. These VMs have no internet access, so I'm downloading the MSIXBundle for Windows Terminal and attempting to install it with the Add-AppxPackage PowerShell command. Unfortunately, whether I use a logon task or try to run the command by hand, it appears to complete but Terminal doesn't show up on the start menu at all. Am I even going about this the right way? If not, is there some way we can just install Terminal for all users in the template we're building the virtual machines from so we can skip the logon task entirely?
Thanks for any advice.
-Derek
Beta Was this translation helpful? Give feedback.
All reactions