Skip to content

Installation on Windows Server 2022 #13983

Answered by RoyiAvital
Indirectelex asked this question in Q&A
Discussion options

You must be logged in to vote

I managed to do so by:

  1. Download the latest package of Windows Terminal for Windows 10 (Currently Microsoft.WindowsTerminal_Win10_1.15.2524.0_8wekyb3d8bbwe.msixbundle).
  2. Download the latest VC UWP RunTime (Microsoft.VCLibs.x64.14.00.Desktop.appx). See C++ Runtime framework packages for Desktop Bridge. For some reason the download page Microsoft Visual C++ UWP Desktop Runtime Package doesn't work. It downloads a txt file.

Then open a PowerShell window (Not in Terminal though) and do:

  1. Add-AppxPackage -Path <PathTo>\Microsoft.VCLibs.x64.14.00.Desktop.appx.
  2. Add-AppxPackage -Path <PathTo>\Microsoft.WindowsTerminal_Win10_1.15.2524.0_8wekyb3d8bbwe.msixbundle.

Replies: 5 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@DHowett
Comment options

@RoyiAvital
Comment options

@bentman
Comment options

@SkewelVsAll
Comment options

Answer selected by DHowett
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tylamb1
Comment options

Comment options

You must be logged in to vote
1 reply
@wsy
Comment options

Comment options

You must be logged in to vote
1 reply
@SkewelVsAll
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
10 participants