w10install/scripts/install-wterminal.ps1
Michael H.G. Schmidt 84f3642c6e .
2021-01-27 22:05:17 +01:00

14 lines
389 B
PowerShell

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