2021-01-31 23:59:16 +01:00
|
|
|
# Install Windows Terminal ...
|
|
|
|
|
2021-02-22 00:27:16 +01:00
|
|
|
#$MSIBUNDLE="..\software\Microsoft.WindowsTerminal_1.5.10271.0_8wekyb3d8bbwe.msixbundle"
|
|
|
|
$MSIBUNDLE="..\software\windowsterminal-setup.msixbundle"
|
2021-01-31 23:59:16 +01:00
|
|
|
|
|
|
|
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
|
|
|
|
|
|
|
|
$ErrorActionPreference = "SilentlyContinue"
|
|
|
|
# $progressPreference = 'SilentlyContinue'
|
|
|
|
|
|
|
|
Add-AppXPackage -path "$MSIBUNDLE"
|
|
|
|
|
|
|
|
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
|
|
|
|
|