added Registry Finder

This commit is contained in:
Michael H.G. Schmidt 2023-01-01 13:27:28 +01:00
parent 556c72164b
commit 9d70e659c3
3 changed files with 11 additions and 1 deletions

View File

@ -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 #######

View File

@ -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

View File

@ -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

1 https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
31 https://www.nirsoft.net/utils/serviwin-x64.zip serviwin.zip
32 https://www.nirsoft.net/utils/devmanview-x64.zip devmanview.zip
33 https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.9.749.zip sdio.zip
34 https://registry-finder.com/bin/2.55.0.0/RegistryFinder64.zip registryfinder.zip
35 https://github.com/microsoft/terminal/releases/download/v1.10.2383.0/Microsoft.WindowsTerminal_1.10.2383.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
36