w10install/scripts/install-windowsterminal.ps1
Michael H.G. Schmidt 5ba4a9f1f1 .
2021-02-01 11:59:06 +01:00

14 lines
390 B
PowerShell

# Install Windows Terminal ...
$MSIBUNDLE="..\software\Microsoft.WindowsTerminal_1.5.10271.0_8wekyb3d8bbwe.msixbundle"
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
$ErrorActionPreference = "SilentlyContinue"
# $progressPreference = 'SilentlyContinue'
Add-AppXPackage -path "$MSIBUNDLE"
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'