aboutsummaryrefslogtreecommitdiffstats
path: root/download/clean.bat
diff options
context:
space:
mode:
authorCristian Cezar Moisés <[email protected]>2024-02-18 06:28:49 +0000
committerGitHub <[email protected]>2024-02-18 06:28:49 +0000
commit4f5ad6a7af15a43e1469e994618e24c623177359 (patch)
tree90d29a270758a899a07fce1935103eb48663587f /download/clean.bat
parent80eabade58e7d95c26b55b7b2dccc10092521f7d (diff)
Add files via upload
Diffstat (limited to 'download/clean.bat')
-rw-r--r--download/clean.bat29
1 files changed, 29 insertions, 0 deletions
diff --git a/download/clean.bat b/download/clean.bat
new file mode 100644
index 0000000..870fe45
--- /dev/null
+++ b/download/clean.bat
@@ -0,0 +1,29 @@
+@ECHO OFF
+
+DEL /S /Q /F "%TEMP%\*.*"
+
+DEL /S /Q /F "%TMP%\*.*"
+
+DEL /S /Q /F "%USERPROFILE%\Local Settings\Temp\*.*"
+
+DEL /S /Q /F "%LOCALAPPDATA%\Temp\*.*"
+
+DEL /S /Q /F "%WINDIR%\temp\*.*"
+
+FOR /D %%p IN ("%WINDIR%\Temp\*") DO RMDIR /S /Q "%%p"
+
+del /f /q "%appdata%\Microsoft\teams\application cache\cache\*.*" > nul 2>&1
+
+del /f /q "%appdata%\Microsoft\teams\blob_storage\*.*" > nul 2>&1
+
+del /f /q "%appdata%\Microsoft\teams\databases\*.*" > nul 2>&1
+
+del /f /q "%appdata%\Microsoft\teams\GPUcache\*.*" > nul 2>&1
+
+del /f /q "%appdata%\Microsoft\teams\IndexdDB\*.db" > nul 2>&1
+
+del /f /q "%appdata%\Microsoft\teams\Local Storage\*.*" > nul 2>&1
+
+del /f /q "%appdata%\Microsoft\teams\tmp\*.*" > nul 2>&1
+
+EXIT