moved Terminal to apps folder

This commit is contained in:
Michael H.G. Schmidt 2024-01-03 14:23:27 +01:00
parent e71ff1bdfb
commit 700f7dfc66
4 changed files with 1 additions and 23 deletions

View File

@ -1,3 +1,3 @@
https://apps.microsoft.com/store/detail/xbox-game-bar/9NZKPSTSNW4P
https://apps.microsoft.com/store/detail/microsoftremotedesktop/9WZDNCRFJ3PS
https://apps.microsoft.com/store/detail/microsoftterminal/9N0DX20HK701

View File

@ -218,9 +218,6 @@ echo.
call install-vcredist.cmd
echo.
powershell -command .\install-windowsterminal.ps1
echo.
call install-openshell.cmd
echo.

View File

@ -1,18 +0,0 @@
# Install Windows Terminal ...
cd ..\software
$MSIXBUNDLE="windowsterminal-setup.msixbundle"
if (! (Test-Path $MSIXBUNDLE)) {
write-host "ERROR: $MSIXBUNDLE not found!"
exit 1
}
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
$ErrorActionPreference = "SilentlyContinue"
Add-AppXPackage -path "$MSIXBUNDLE"
DISM.EXE /Online /Add-ProvisionedAppxPackage /PackagePath:$MSIXBUNDLE /SkipLicense
cd ..\scripts
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'

View File

@ -44,7 +44,6 @@ https://registry-finder.com/bin/2.55.0.0/RegistryFinder64.zip registryfinder.zip
https://mark0.net/download/trid_w32.zip trid.zip
https://mark0.net/download/triddefs.zip triddefs.zip
http://www.irfanview.info/files/iview458_x64_setup.exe iview-setup.exe
https://github.com/microsoft/terminal/releases/download/v1.18.3181.0/Microsoft.WindowsTerminal_1.18.3181.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
https://kolbi.cz/SetDefaultBrowser.zip setdefaultbrowser.zip
https://github.com/DavidXanatos/wumgr/releases/download/v1.1/WuMgr_v1.1b.zip wumgr.zip
https://psg-prod-eastus.azureedge.net/packages/pswindowsupdate.2.2.0.3.nupkg pswindowsupdate.nupkg

1 https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
44 https://mark0.net/download/trid_w32.zip trid.zip
45 https://mark0.net/download/triddefs.zip triddefs.zip
46 http://www.irfanview.info/files/iview458_x64_setup.exe iview-setup.exe
https://github.com/microsoft/terminal/releases/download/v1.18.3181.0/Microsoft.WindowsTerminal_1.18.3181.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
47 https://kolbi.cz/SetDefaultBrowser.zip setdefaultbrowser.zip
48 https://github.com/DavidXanatos/wumgr/releases/download/v1.1/WuMgr_v1.1b.zip wumgr.zip
49 https://psg-prod-eastus.azureedge.net/packages/pswindowsupdate.2.2.0.3.nupkg pswindowsupdate.nupkg