Skip to content

Instantly share code, notes, and snippets.

@rubenbruno89
Created June 1, 2018 13:40
Show Gist options
  • Save rubenbruno89/27cbeead4a56c458791b649bbfc9bb61 to your computer and use it in GitHub Desktop.
Save rubenbruno89/27cbeead4a56c458791b649bbfc9bb61 to your computer and use it in GitHub Desktop.
Limpeza do TeamViewer
Detalhes@ECHO off
c:
cd %APPDATA%
cd teamviewer
del *.txt
del *.log
rd MRU /S /Q
cd %temp%
rd TeamViewer /S /Q
cls
echo -------------------------------------------
echo --Secoke Inc. - TeamViewer CacheCleaner---
echo -------------------------------------------
echo.
echo.
echo.
echo === LIMPEZA EFETUADA COM SUCESSO==
Pausa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment