diff --git a/05_FinishImage.cmd b/05_FinishImage.cmd index be07257..dc3acbd 100644 --- a/05_FinishImage.cmd +++ b/05_FinishImage.cmd @@ -17,6 +17,7 @@ echo. rem start scripts for %%S in ( + mount-image.cmd remove-apps.cmd finish-image.cmd diff --git a/scripts/unpack-zipfiles.cmd b/scripts/unpack-zipfiles.cmd index 1ddd14a..d003a50 100644 --- a/scripts/unpack-zipfiles.cmd +++ b/scripts/unpack-zipfiles.cmd @@ -26,6 +26,8 @@ for %%A in ( setacl serviwin showkeyplus + trid + triddefs vim vivetool wget @@ -128,6 +130,16 @@ move /Y %T%\showkeyplus\*.exe %TOOLS% rd /S /Q %T%\showkeyplus echo. +echo TrID (File identifier) +move /Y %T%\trid\trid.exe %TOOLS% +rd /S /Q %T%\trid +echo. + +echo TrID (File identifier DATABASE) +move /Y %T%\triddefs\triddefs.trd %TOOLS% +rd /S /Q %T%\triddefs +echo. + echo VIM move /Y %T%\vim\vim.exe %TOOLS% rd /S /Q %T%\vim diff --git a/software/basic.csv b/software/basic.csv index 9365777..0edea5c 100644 --- a/software/basic.csv +++ b/software/basic.csv @@ -34,5 +34,7 @@ https://www.nirsoft.net/utils/serviwin-x64.zip serviwin.zip https://www.nirsoft.net/utils/devmanview-x64.zip devmanview.zip https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.9.749.zip sdio.zip 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 https://github.com/microsoft/terminal/releases/download/v1.10.2383.0/Microsoft.WindowsTerminal_1.10.2383.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle