added new tools
This commit is contained in:
parent
080c25ffbe
commit
4d82d318e8
BIN
scripts/startmenu/DevManView.lnk
Normal file
BIN
scripts/startmenu/DevManView.lnk
Normal file
Binary file not shown.
BIN
scripts/startmenu/ServiWIN.lnk
Normal file
BIN
scripts/startmenu/ServiWIN.lnk
Normal file
Binary file not shown.
@ -15,13 +15,15 @@ for %%A in (
|
||||
|
||||
cmail
|
||||
curl
|
||||
devmanview
|
||||
imapcopy
|
||||
installwimtweak
|
||||
nsudo
|
||||
offlineregistryfinder
|
||||
rclone
|
||||
regscanner
|
||||
restic
|
||||
setacl
|
||||
serviwin
|
||||
showkeyplus
|
||||
vim
|
||||
vivetool
|
||||
@ -57,23 +59,28 @@ move /Y %T%\curl\curl-ca-bundle.crt %TOOLS%
|
||||
rd /S /Q %T%\curl
|
||||
echo.
|
||||
|
||||
echo DevManView
|
||||
move /Y %T%\devmanview\*.exe %TOOLS%
|
||||
rd /S /Q %T%\devmanview
|
||||
echo.
|
||||
|
||||
echo ImapCopy
|
||||
mkdir %TOOLS%\imapcopy 2>nul
|
||||
move /Y %T%\imapcopy\* %TOOLS%\imapcopy
|
||||
rd /S /Q %T%\imapcopy
|
||||
echo.
|
||||
|
||||
echo InstallWimTweak
|
||||
move /Y %T%\installwimtweak\* %TOOLS%
|
||||
rd /S /Q %T%\installwimtweak
|
||||
echo.
|
||||
|
||||
echo OfflineRegistryFinder
|
||||
move /Y %T%\offlineregistryfinder\*.exe %TOOLS%
|
||||
rd /S /Q %T%\offlineregistryfinder
|
||||
copy /Y config\OfflineRegistryFinder.cfg %TOOLS%
|
||||
echo.
|
||||
|
||||
echo NSudo
|
||||
move /Y %T%\nsudo\NSudoLC.exe %TOOLS%\nsudo.exe
|
||||
rd /S /Q %T%\nsudo
|
||||
echo.
|
||||
|
||||
echo RClone
|
||||
move /Y %T%\rclone\rclone.exe %TOOLS%
|
||||
rd /S /Q %T%\rclone
|
||||
@ -89,6 +96,11 @@ move /Y %T%\restic\*.exe %TOOLS%\restic.exe
|
||||
rd /S /Q %T%\restic
|
||||
echo.
|
||||
|
||||
echo ServiWIN
|
||||
move /Y %T%\serviwin\*.exe %TOOLS%
|
||||
rd /S /Q %T%\serviwin
|
||||
echo.
|
||||
|
||||
echo SetACL
|
||||
move /Y %T%\setacl\*.exe %TOOLS%
|
||||
rd /S /Q %T%\setacl
|
||||
|
@ -28,4 +28,6 @@ https://www.heidoc.net/php/Windows-ISO-Downloader.exe Windows-ISO-Downloader.exe
|
||||
https://dl.google.com/android/repository/platform-tools_r31.0.3-windows.zip android.zip
|
||||
https://www.inveigle.net/downloads/CMail_0.8.3_amd64.zip cmail.zip
|
||||
https://github.com/M2Team/NSudo/releases/download/8.2/NSudo_8.2_All_Components.zip nsudo.zip
|
||||
https://www.nirsoft.net/utils/serviwin-x64.zip serviwin.zip
|
||||
https://www.nirsoft.net/utils/devmanview-x64.zip devmanview.zip
|
||||
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