Installation on Windows Server 2022 #13983
-
Wonder if this is possible to install the latest version manually on windows server 2022, if so please can you tell here how to do it? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
I managed to do so by:
Then open a PowerShell window (Not in Terminal though) and do:
|
Beta Was this translation helpful? Give feedback.
-
I tried the I use an user account with admin rights (not the built-in Administrator account) to develop on Windows Server and the Terminal was not opening for me. Solution was to run the Terminal as administrator for the first time. I can run it as standard user afterwards. |
Beta Was this translation helpful? Give feedback.
-
Just a remind: |
Beta Was this translation helpful? Give feedback.
-
Is it possible to install on windows terminal server for all users? |
Beta Was this translation helpful? Give feedback.
-
For me, the simplest option was to use scoop package manager to install the "windows-terminal" package. It takes care of everything for you and installs the latest windows terminal and any of its dependencies. You can get scoop from: https://scoop.sh/ |
Beta Was this translation helpful? Give feedback.
I managed to do so by:
Microsoft.WindowsTerminal_Win10_1.15.2524.0_8wekyb3d8bbwe.msixbundle
).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 atxt
file.Then open a PowerShell window (Not in Terminal though) and do:
Add-AppxPackage -Path <PathTo>\Microsoft.VCLibs.x64.14.00.Desktop.appx
.Add-AppxPackage -Path <PathTo>\Microsoft.WindowsTerminal_Win10_1.15.2524.0_8wekyb3d8bbwe.msixbundle
.