Development

Install Windows Terminal on Windows Server 2022

Captain Salem 1 min read

Install Windows Terminal on Windows Server 2022

Installing Windows Terminal on Windows Server can be annoying as the installer is only available on client systems.

However, you can use Windows PowerShell to configure it on a Windows server machine using the instructions below:

Download the latest package of Windows Terminal for Windows 11 (Currently Microsoft.WindowsTerminal_1.18.2822.0_8wekyb3d8bbwe.msixbundle).

geekbits 2023-11-03 at 00.50.48@2x
geekbits 2023-11-03 at 00.50.48@2x

Download the latest VC UWP RunTime (Microsoft.VCLibs.x64.14.00.Desktop.appx).

See C++ Runtime framework packages for Desktop Bridge.

geekbits 2023-11-03 at 00.52.29@2x

Next, open a PowerShell Window (Use the Classic Windows PowerShell)

The run the commands:

Start by installing the Desktop Framework Packages

Add-AppxPackage -Path <PathTo>\Microsoft.VCLibs.x64.14.00.Desktop.appx

Finally, install the Windows PowerShell command.

Add-AppxPackage -Path <PathTo>\Microsoft.WindowsTerminal_1.18.2822.0_8wekyb3d8bbwe.msixbundle
Share
Comments
More from Cloudenv

Cloudenv

Developer Tips, Tricks and Tutorials.

Great! You’ve successfully signed up.

Welcome back! You've successfully signed in.

You've successfully subscribed to Cloudenv.

Success! Check your email for magic link to sign-in.

Success! Your billing info has been updated.

Your billing was not updated.