bugfix: teams changed its behaviour

This commit is contained in:
Michael H.G. Schmidt 2023-02-17 13:16:25 +01:00
parent 55fe4f7ca3
commit 788e6ed610

View File

@ -1,6 +1,7 @@
@echo off
set EXE=%SystemDrive%\tools\software\teams-setup.exe
set STARTMENU_USER=%APPDATA%\"Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
@ -11,7 +12,7 @@ echo ####### %0 #######
echo killing Teams process ...
taskkill /F /IM teams.exe 2>nul
timeout /nobreak 5
timeout /T 3
echo cleaning cache ...
deltree "%USERPROFILE%\AppData\Roaming\Microsoft\Teams"
@ -22,8 +23,8 @@ deltree "%USERPROFILE%\AppData\Local\Microsoft\TeamsPresenceAddin"
echo installing Microsoft Teams ...
start /wait %EXE% -s
echo renaming Teams desktop link ...
move /Y "%USERPROFILE%\Desktop\Microsoft Teams.lnk" "%USERPROFILE%\Desktop\Teams.lnk"
echo copying Teams link to desktop ...
copy /Y %STARTMENU_USER%\"Microsoft Teams.lnk" "%USERPROFILE%\Desktop\Teams.lnk"
rem refresh desktop (W10 style)
ie4uinit.exe -show