How to install windows terminal on windows 10

 1.Upgrade your windows to latest version of windows 10 or windows 11


2.Install Chocolatey


   Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))


3.Install Microsoft.VCLibs.Desktop package


   download the package from : https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx


   install using(from powershell):  


                Add-AppxPackage .\Microsoft.VCLibs.x64.14.00.Desktop.appx


4.Install windows-terminal


    choco install microsoft-windows-terminal


No comments:

Post a Comment

How to increase ESXi webclient login user application timeout

 To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...