removed f*****g teams. It's a pest

This commit is contained in:
Michael H.G. Schmidt 2023-02-22 12:53:02 +01:00
parent 962ce37a28
commit 96636cf295
2 changed files with 0 additions and 35 deletions

View File

@ -1,34 +0,0 @@
@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!
exit /b
)
echo ####### %0 #######
echo killing Teams process ...
taskkill /F /IM teams.exe 2>nul
timeout /T 3
echo cleaning cache ...
deltree "%USERPROFILE%\AppData\Roaming\Microsoft\Teams"
deltree "%USERPROFILE%\AppData\Local\Microsoft\Teams"
deltree "%USERPROFILE%\AppData\Local\Microsoft\TeamsMeetingAddin"
deltree "%USERPROFILE%\AppData\Local\Microsoft\TeamsPresenceAddin"
echo installing Microsoft Teams ...
start /wait %EXE% -s
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
echo ####### %0 #######
pause

View File

@ -13,7 +13,6 @@ https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi python2-setup.m
https://www.softmaker.net/down/ofw2021_64.msi softmaker-setup.msi
http://download.spotify.com/SpotifyFullSetup.exe spotify-setup.exe
https://cdn.akamai.steamstatic.com/client/installer/SteamSetup.exe steam-setup.exe
https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.1381/Teams_windows_x64.exe teams-setup.exe
https://totalcommander.ch/win/fixed/tcmd951x64.exe totalcommander-setup.exe
https://download.virtualbox.org/virtualbox/6.1.42/VirtualBox-6.1.42-155177-Win.exe virtualbox-setup.exe
https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setup.exe

1 https://downloads.ntlite.com/files/NTLite_setup_x64.exe ntlite-setup.exe
13 https://www.softmaker.net/down/ofw2021_64.msi softmaker-setup.msi
14 http://download.spotify.com/SpotifyFullSetup.exe spotify-setup.exe
15 https://cdn.akamai.steamstatic.com/client/installer/SteamSetup.exe steam-setup.exe
https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.1381/Teams_windows_x64.exe teams-setup.exe
16 https://totalcommander.ch/win/fixed/tcmd951x64.exe totalcommander-setup.exe
17 https://download.virtualbox.org/virtualbox/6.1.42/VirtualBox-6.1.42-155177-Win.exe virtualbox-setup.exe
18 https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setup.exe