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

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...