added sysinternals autoruns tool
This commit is contained in:
parent
456b49f82e
commit
7208a34330
@ -14,10 +14,13 @@ echo ####### %0 #######
|
|||||||
echo installing Verizon BlueJeans ...
|
echo installing Verizon BlueJeans ...
|
||||||
cd %SOFTWARE%
|
cd %SOFTWARE%
|
||||||
@echo on
|
@echo on
|
||||||
msiexec /i %MSI% INSTALLAUDIODRIVER=1 /qn
|
msiexec /i %MSI% INSTALLAUDIODRIVER=1 INSTALLUPDATESVC=0 LAUNCHAFTERINSTALL=0 /q
|
||||||
@echo off
|
@echo off
|
||||||
cd %OPT%
|
cd %OPT%
|
||||||
|
|
||||||
|
echo removing Desktop icon ...
|
||||||
|
del /F "%USERPROFILE%\Desktop\BlueJeans.lnk" 2>nul
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
pause
|
pause
|
||||||
|
|
||||||
|
BIN
scripts/startmenu/Autoruns.lnk
Normal file
BIN
scripts/startmenu/Autoruns.lnk
Normal file
Binary file not shown.
@ -14,6 +14,7 @@ rem ###################################
|
|||||||
for %%A in (
|
for %%A in (
|
||||||
|
|
||||||
bginfo
|
bginfo
|
||||||
|
autoruns
|
||||||
curl
|
curl
|
||||||
imapcopy
|
imapcopy
|
||||||
installwimtweak
|
installwimtweak
|
||||||
@ -52,6 +53,12 @@ copy /Y config\config.bgi %TOOLS%\bginfo
|
|||||||
rd /S /Q %T%\bginfo 2>nul
|
rd /S /Q %T%\bginfo 2>nul
|
||||||
echo.
|
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
|
echo CURL
|
||||||
move /Y %T%\curl\curl.exe %TOOLS%
|
move /Y %T%\curl\curl.exe %TOOLS%
|
||||||
move /Y %T%\curl\libcurl*.dll %TOOLS%
|
move /Y %T%\curl\libcurl*.dll %TOOLS%
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
|
https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
|
||||||
https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe
|
https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe
|
||||||
https://download.sysinternals.com/files/BGInfo.zip bginfo.zip
|
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://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
|
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
|
http://www.ardiehl.de/imapcopy/IMAPCopy.zip imapcopy.zip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user