From 9d70e659c391ab4438df194a485a69ec3c2cd30d Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 1 Jan 2023 13:27:28 +0100 Subject: [PATCH] added Registry Finder --- scripts/modify-path.cmd | 3 ++- scripts/unpack-zipfiles.cmd | 8 ++++++++ software/basic.csv | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/scripts/modify-path.cmd b/scripts/modify-path.cmd index efcd7ce..fcc8884 100644 --- a/scripts/modify-path.cmd +++ b/scripts/modify-path.cmd @@ -17,7 +17,8 @@ set newPATH=%SYSTEMROOT%;%SYSTEMROOT%\system32;^ %ProgramFiles%\Python39;^ %ProgramFiles%\Java\bin;^ %ProgramFiles%\PureBasic\Compilers;^ -%ProgramFiles%\Microsoft VS Code\bin +%ProgramFiles%\Microsoft VS Code\bin;^ +%TOOLS%\registryfinder echo ####### %0 ####### diff --git a/scripts/unpack-zipfiles.cmd b/scripts/unpack-zipfiles.cmd index e998bcc..44d27f6 100644 --- a/scripts/unpack-zipfiles.cmd +++ b/scripts/unpack-zipfiles.cmd @@ -19,6 +19,7 @@ for %%A in ( nsudo offlineregistryfinder rclone + registryfinder regscanner restic sdio @@ -86,6 +87,13 @@ move /Y %T%\rclone\rclone.exe %TOOLS% rd /S /Q %T%\rclone echo. +echo Registry Finder +mkdir %TOOLS%\registryfinder 2>nul +move /Y %T%\registryfinder\RegistryFinder.exe %TOOLS%\registryfinder +move /Y %T%\registryfinder\RegistryFinder.ico %TOOLS%\registryfinder +rd /S /Q %T%\registryfinder +echo. + echo RegScanner move /Y %T%\regscanner\*.exe %TOOLS% rd /S /Q %T%\regscanner diff --git a/software/basic.csv b/software/basic.csv index 6a7fc57..be97c03 100644 --- a/software/basic.csv +++ b/software/basic.csv @@ -31,5 +31,6 @@ https://github.com/M2Team/NSudo/releases/download/8.2/NSudo_8.2_All_Components.z 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://github.com/microsoft/terminal/releases/download/v1.10.2383.0/Microsoft.WindowsTerminal_1.10.2383.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle