bugfix: teams changed its behaviour
This commit is contained in:
parent
55fe4f7ca3
commit
788e6ed610
@ -1,6 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set EXE=%SystemDrive%\tools\software\teams-setup.exe
|
set EXE=%SystemDrive%\tools\software\teams-setup.exe
|
||||||
|
set STARTMENU_USER=%APPDATA%\"Microsoft\Windows\Start Menu\Programs"
|
||||||
|
|
||||||
if NOT EXIST %EXE% (
|
if NOT EXIST %EXE% (
|
||||||
echo ERROR: %EXE% not found!
|
echo ERROR: %EXE% not found!
|
||||||
@ -11,7 +12,7 @@ echo ####### %0 #######
|
|||||||
|
|
||||||
echo killing Teams process ...
|
echo killing Teams process ...
|
||||||
taskkill /F /IM teams.exe 2>nul
|
taskkill /F /IM teams.exe 2>nul
|
||||||
timeout /nobreak 5
|
timeout /T 3
|
||||||
|
|
||||||
echo cleaning cache ...
|
echo cleaning cache ...
|
||||||
deltree "%USERPROFILE%\AppData\Roaming\Microsoft\Teams"
|
deltree "%USERPROFILE%\AppData\Roaming\Microsoft\Teams"
|
||||||
@ -22,8 +23,8 @@ deltree "%USERPROFILE%\AppData\Local\Microsoft\TeamsPresenceAddin"
|
|||||||
echo installing Microsoft Teams ...
|
echo installing Microsoft Teams ...
|
||||||
start /wait %EXE% -s
|
start /wait %EXE% -s
|
||||||
|
|
||||||
echo renaming Teams desktop link ...
|
echo copying Teams link to desktop ...
|
||||||
move /Y "%USERPROFILE%\Desktop\Microsoft Teams.lnk" "%USERPROFILE%\Desktop\Teams.lnk"
|
copy /Y %STARTMENU_USER%\"Microsoft Teams.lnk" "%USERPROFILE%\Desktop\Teams.lnk"
|
||||||
|
|
||||||
rem refresh desktop (W10 style)
|
rem refresh desktop (W10 style)
|
||||||
ie4uinit.exe -show
|
ie4uinit.exe -show
|
||||||
|
Loading…
Reference in New Issue
Block a user