added Registry Finder
This commit is contained in:
parent
556c72164b
commit
9d70e659c3
@ -17,7 +17,8 @@ set newPATH=%SYSTEMROOT%;%SYSTEMROOT%\system32;^
|
|||||||
%ProgramFiles%\Python39;^
|
%ProgramFiles%\Python39;^
|
||||||
%ProgramFiles%\Java\bin;^
|
%ProgramFiles%\Java\bin;^
|
||||||
%ProgramFiles%\PureBasic\Compilers;^
|
%ProgramFiles%\PureBasic\Compilers;^
|
||||||
%ProgramFiles%\Microsoft VS Code\bin
|
%ProgramFiles%\Microsoft VS Code\bin;^
|
||||||
|
%TOOLS%\registryfinder
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ for %%A in (
|
|||||||
nsudo
|
nsudo
|
||||||
offlineregistryfinder
|
offlineregistryfinder
|
||||||
rclone
|
rclone
|
||||||
|
registryfinder
|
||||||
regscanner
|
regscanner
|
||||||
restic
|
restic
|
||||||
sdio
|
sdio
|
||||||
@ -86,6 +87,13 @@ move /Y %T%\rclone\rclone.exe %TOOLS%
|
|||||||
rd /S /Q %T%\rclone
|
rd /S /Q %T%\rclone
|
||||||
echo.
|
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
|
echo RegScanner
|
||||||
move /Y %T%\regscanner\*.exe %TOOLS%
|
move /Y %T%\regscanner\*.exe %TOOLS%
|
||||||
rd /S /Q %T%\regscanner
|
rd /S /Q %T%\regscanner
|
||||||
|
@ -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/serviwin-x64.zip serviwin.zip
|
||||||
https://www.nirsoft.net/utils/devmanview-x64.zip devmanview.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://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
|
https://github.com/microsoft/terminal/releases/download/v1.10.2383.0/Microsoft.WindowsTerminal_1.10.2383.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user