w10install/scripts/install-windowsterminal.ps1
Michael H.G. Schmidt be68d35121 .
2021-02-22 00:27:16 +01:00

15 lines
450 B
PowerShell

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