moved Terminal to apps folder
This commit is contained in:
parent
e71ff1bdfb
commit
700f7dfc66
@ -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
|
||||
|
@ -218,9 +218,6 @@ echo.
|
||||
call install-vcredist.cmd
|
||||
echo.
|
||||
|
||||
powershell -command .\install-windowsterminal.ps1
|
||||
echo.
|
||||
|
||||
call install-openshell.cmd
|
||||
echo.
|
||||
|
||||
|
@ -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),'#######'
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user