added Winauth script

This commit is contained in:
Michael H.G. Schmidt 2021-08-29 20:44:10 +02:00
parent 8abc010193
commit 190f76b94a
5 changed files with 27 additions and 2 deletions

Binary file not shown.

View File

@ -1,4 +1,3 @@
@echo off
set TOOLS=c:\tools

View File

@ -1,4 +1,3 @@
@echo off
set T=c:\TEMP

View File

@ -0,0 +1,26 @@
@echo off
set TOOLS=c:\tools
set ZIP=..\software\winauth.zip
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %ZIP% (
echo ERROR: %ZIP% not found!
exit /b
)
echo ####### %0 #######
echo killing WinAuth processes...
taskkill /F /IM winauth.exe 2>nul
echo unpacking WinAuth ...
%TOOLS%\7z x -y -aoa -o"%TOOLS%" %ZIP%
echo copy startmenu link ...
copy /Y startmenu\WinAuth.lnk %STARTMENU%
copy /Y startmenu\WinAuth.lnk %PUBLIC%\Desktop
echo ####### %0 #######
pause

View File

@ -22,3 +22,4 @@ https://inkscape.org/gallery/item/24646/inkscape-1.0.2-2-x64.exe inkscape-setup.
https://swdl.bluejeans.com/desktop-app/win/2.31.114.0/BlueJeans.2.31.114u.msi bluejeans-setup.msi
https://www.sonos.com/redir/controller_software_pc sonospc-setup.exe
https://download.lenovo.com/consumer/mobiles/rescue_and_smart_assistant_v5.7.0.16_prod_setup.exe motorescue-setup.exe
https://github.com/winauth/winauth/releases/download/3.5.1/WinAuth-3.5.1.zip winauth.zip

1 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
22 https://swdl.bluejeans.com/desktop-app/win/2.31.114.0/BlueJeans.2.31.114u.msi bluejeans-setup.msi
23 https://www.sonos.com/redir/controller_software_pc sonospc-setup.exe
24 https://download.lenovo.com/consumer/mobiles/rescue_and_smart_assistant_v5.7.0.16_prod_setup.exe motorescue-setup.exe
25 https://github.com/winauth/winauth/releases/download/3.5.1/WinAuth-3.5.1.zip winauth.zip