added Winauth script
This commit is contained in:
parent
8abc010193
commit
190f76b94a
BIN
optional/startmenu/WinAuth.lnk
Normal file
BIN
optional/startmenu/WinAuth.lnk
Normal file
Binary file not shown.
@ -1,4 +1,3 @@
|
||||
|
||||
@echo off
|
||||
|
||||
set TOOLS=c:\tools
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
@echo off
|
||||
|
||||
set T=c:\TEMP
|
||||
|
26
optional/unpack-winauth.cmd
Normal file
26
optional/unpack-winauth.cmd
Normal 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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user