diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-02-18 06:36:15 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-18 06:36:15 +0000 |
commit | ac2d73a8675d1fffc547b32fc108035d86f60b5d (patch) | |
tree | 817f6e0f43a22813d4db664061fe042d55912421 /site/download/clean.bat | |
parent | 58212f9ad69609bde3a4871e227704f6de7e510b (diff) |
Delete site directory
Diffstat (limited to 'site/download/clean.bat')
-rw-r--r-- | site/download/clean.bat | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/site/download/clean.bat b/site/download/clean.bat deleted file mode 100644 index 870fe45..0000000 --- a/site/download/clean.bat +++ /dev/null @@ -1,29 +0,0 @@ -@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 |