====== Windows Terminal(s) ====== There's the Windows Terminal application in the Microsoft store. ===== Adding command lines ===== ==== Git bash ==== When you install the Git Bash, there's an option to add a Windows Terminal entry[(https://stackoverflow.com/questions/56839307/adding-git-bash-to-the-new-windows-terminal)]. | Command | ''%%C:/Program Files/Git/bin/bash.exe --login%%'' | | Starting Directory | ''%USERPROFILE%'' | ==== Admin PS ==== You have to ''cinst -y gsudo'' first. | Command | ''gsudo pwsh'' | | Starting Directory | ''%USERPROFILE%'' |