Skip to main content

Windows Powershell and Terminal

Installing PowerShell Version 7

winget search Microsoft.PowerShell
winget install --id Microsoft.Powershell --source winget

dospA-01

dospA-02

Installing Windows Terminal (Alternate Way)

winget search  "Windows Terminal"
winget install "windows terminal" --source "msstore"

dospA-03

Setting PowerShell 7

dospA-04

dospA-05

PowerShell Font Size

dospA-06

PowerShell Screen Size

dospA-07

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

dospB-01

Uninstall

winget uninstall --id Microsoft.Powershell
Path: docs/debian-guest/windows-powershell-terminal