From fa419408022eea430af930fe0b9f47eda986f073 Mon Sep 17 00:00:00 2001 From: LH Date: Tue, 17 Dec 2019 00:18:34 +0800 Subject: [PATCH] [Setup] Added clear feature. --- _Setup/__clear_resilio__.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _Setup/__clear_resilio__.bat diff --git a/_Setup/__clear_resilio__.bat b/_Setup/__clear_resilio__.bat new file mode 100644 index 0000000..26939b3 --- /dev/null +++ b/_Setup/__clear_resilio__.bat @@ -0,0 +1,5 @@ +@ECHO OFF +TASKKILL /IM "Resilio Sync.exe" /F +DEL "%USERPROFILE%\AppData\Roaming\Resilio Sync\sync.conf" /F /Q +START "" "%USERPROFILE%\AppData\Roaming\Resilio Sync\Resilio Sync.exe" +REM PAUSE \ No newline at end of file