removed f*****g teams. It's a pest
This commit is contained in:
parent
962ce37a28
commit
96636cf295
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user