added Motorola/Lenovo Smart Assistant
This commit is contained in:
parent
b3356cebb3
commit
8abc010193
32
optional/install-motorescue.cmd
Normal file
32
optional/install-motorescue.cmd
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
set EXE=..\software\motorescue-setup.exe
|
||||||
|
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||||
|
set STARTMENU_USER=%APPDATA%\"Microsoft\Windows\Start Menu\Programs"
|
||||||
|
|
||||||
|
if NOT EXIST %EXE% (
|
||||||
|
echo ERROR: %EXE% not found!
|
||||||
|
pause
|
||||||
|
exit /b
|
||||||
|
)
|
||||||
|
|
||||||
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
echo installing Motorola/Lenovo Smart Assistant ...
|
||||||
|
start /wait %EXE%
|
||||||
|
|
||||||
|
echo removing Desktop icon ...
|
||||||
|
del /F "%USERPROFILE%\Desktop\Rescue and Smart Assistant.lnk" 2>nul
|
||||||
|
|
||||||
|
echo moving Smart Assistant startmenu shortcut ...
|
||||||
|
move /Y %STARTMENU_USER%\"Lenovo\Rescue and Smart Assistant.lnk" %STARTMENU%\"Lenovo Smart Assistant.lnk"
|
||||||
|
|
||||||
|
echo removing Smart Assistant startmenu folder ...
|
||||||
|
rd /S /Q %STARTMENU_USER%\"Lenovo" 2>nul
|
||||||
|
|
||||||
|
echo refreshing desktop (W10 style) ...
|
||||||
|
ie4uinit.exe -show
|
||||||
|
|
||||||
|
echo ####### %0 #######
|
||||||
|
pause
|
||||||
|
|
@ -21,3 +21,4 @@ https://download.xnview.com/XnViewMP-win-x64.exe xnview-setup.exe
|
|||||||
https://inkscape.org/gallery/item/24646/inkscape-1.0.2-2-x64.exe inkscape-setup.exe
|
https://inkscape.org/gallery/item/24646/inkscape-1.0.2-2-x64.exe inkscape-setup.exe
|
||||||
https://swdl.bluejeans.com/desktop-app/win/2.31.114.0/BlueJeans.2.31.114u.msi bluejeans-setup.msi
|
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://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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user