title | description | tagline |
---|---|---|
Windows PowerShell and Terminal |
How to install Windows PowerShell and Windows Terminal |
Windows, PowerShell, Terminal |
- Installing PowerShell Version 7
- Installing Windows Terminal (Recommended Way)
- Installing Windows Terminal (Alternate Way)
- Setting PowerShell 7
- WinGet Update and Upgrade
- Uninstall
{% raw %}
winget search Microsoft.PowerShell
{% endraw %}
{% raw %}
winget install --id Microsoft.Powershell --source winget
{% endraw %}
It is recommended to install Windows Terminal from the Microsoft Store.
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 %}
The program is set when first used.
Upgrading from PowerShell version 7.3.4 to version 7.3.5.
winget update
winget upgrade --id Microsoft.Powershell --source winget
winget uninstall --id Microsoft.Powershell