added sysinternals autoruns tool

This commit is contained in:
Michael H.G. Schmidt 2021-08-29 17:55:18 +02:00
parent 456b49f82e
commit 7208a34330
4 changed files with 12 additions and 1 deletions

View File

@ -14,10 +14,13 @@ echo ####### %0 #######
echo installing Verizon BlueJeans ...
cd %SOFTWARE%
@echo on
msiexec /i %MSI% INSTALLAUDIODRIVER=1 /qn
msiexec /i %MSI% INSTALLAUDIODRIVER=1 INSTALLUPDATESVC=0 LAUNCHAFTERINSTALL=0 /q
@echo off
cd %OPT%
echo removing Desktop icon ...
del /F "%USERPROFILE%\Desktop\BlueJeans.lnk" 2>nul
echo ####### %0 #######
pause

Binary file not shown.

View File

@ -14,6 +14,7 @@ rem ###################################
for %%A in (
bginfo
autoruns
curl
imapcopy
installwimtweak
@ -52,6 +53,12 @@ copy /Y config\config.bgi %TOOLS%\bginfo
rd /S /Q %T%\bginfo 2>nul
echo.
echo Autorus ...
mkdir %TOOLS%\autoruns 2>nul
move /Y %T%\autoruns\autoruns.exe %TOOLS%
rd /S /Q %T%\autoruns 2>nul
echo.
echo CURL
move /Y %T%\curl\curl.exe %TOOLS%
move /Y %T%\curl\libcurl*.dll %TOOLS%

View File

@ -1,6 +1,7 @@
https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe
https://download.sysinternals.com/files/BGInfo.zip bginfo.zip
https://download.sysinternals.com/files/Autoruns.zip autoruns.zip
https://curl.se/windows/dl-7.75.0_3/curl-7.75.0_3-win64-mingw.zip curl.zip
https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe git-setup.exe
http://www.ardiehl.de/imapcopy/IMAPCopy.zip imapcopy.zip

1 https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
2 https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe
3 https://download.sysinternals.com/files/BGInfo.zip bginfo.zip
4 https://download.sysinternals.com/files/Autoruns.zip autoruns.zip
5 https://curl.se/windows/dl-7.75.0_3/curl-7.75.0_3-win64-mingw.zip curl.zip
6 https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe git-setup.exe
7 http://www.ardiehl.de/imapcopy/IMAPCopy.zip imapcopy.zip