Skip to content

Latest commit

 

History

History
136 lines (95 loc) · 2.5 KB

017.md

File metadata and controls

136 lines (95 loc) · 2.5 KB
title description tagline
Windows PowerShell and Terminal
How to install Windows PowerShell and Windows Terminal
Windows, PowerShell, Terminal


List of Contents


Installing PowerShell Version 7


{% raw %}
winget search Microsoft.PowerShell
{% endraw %}

{% raw %}
winget install --id Microsoft.Powershell --source winget
{% endraw %}




Installing Windows Terminal (Recommended Way)

It is recommended to install Windows Terminal from the Microsoft Store.





Installing Windows Terminal (Alternate Way)

The alternate way to install Windows Terminal is with winget command line (not recommended).


{% raw %}
winget search  "Windows Terminal"
{% endraw %}

{% raw %}
winget install "windows terminal" --source "msstore"
{% endraw %}




Setting PowerShell 7

The program is set when first used.








PowerShell Font Size





PowerShell Screen Size





WinGet Update and Upgrade


Upgrading from PowerShell version 7.3.4 to version 7.3.5.



winget update

winget upgrade --id Microsoft.Powershell --source winget





Uninstall


winget uninstall --id Microsoft.Powershell