|
本帖最后由 窄口牛 于 2024-11-4 12:15 编辑
理论上不会影响QQ和微信的基本使用,有腾讯其他软件在使用的,
注意用rem注释掉相应条目。
@echo off
Setlocal enabledelayedexpansion
reg query HKU\S-1-5-20>nul || echo;CreateObject^("Shell.Application"^).ShellExecute "%~f0", "", "", "runas", 1 > "%temp%\getadmin.vbs" && cscript //b "%temp%\getadmin.vbs" && exit /b & del "%temp%\getadmin.vbs" /f /q>nul 2>nul
pushd "%CD%"&& CD /D "%~dp0"
rd "%HOMEDRIVE%%HOMEPATH%\AppData\Local\Tencent" /s /q
cd.>"%HOMEDRIVE%%HOMEPATH%\AppData\Local\Tencent"
md "%appdata%\Tencent"
rd "%appdata%\Tencent\QQPinyin" /s /q
cd.>"%appdata%\Tencent\QQPinyin"
rd "%appdata%\Tencent\QQWubi" /s /q
cd.>"%appdata%\Tencent\QQWubi"
rd "%appdata%\Tencent\IM" /s /q
cd.>"%appdata%\Tencent\IM"
rd "%appdata%\Tencent\libsdk" /s /q
cd.>"%appdata%\Tencent\libsdk"
rd "%appdata%\Tencent\TXSSO"/s /q
cd.>"%appdata%\Tencent\TXSSO"
rd "%appdata%\Tencent\QQTempSys" /s /q
cd.>"%appdata%\Tencent\QQTempSys"
rd "%appdata%\Tencent\DeskUpdate" /s q
cd.>"%appdata%\Tencent\DeskUpdate"
rd "%HOMEDRIVE%\Users\All Users\Tencent" /s /q
cd.>"%HOMEDRIVE%\Users\All Users\Tencent"
rd "%appdata%\QQ\qqgame" /s /q
cd.>"%appdata%\QQ\qqgame"
rd "%appdata%\Tencent\QQLive" /s /q
cd.>"%appdata%\Tencent\QQLive"
del /f /q /s "%appdata%\Tencent\WeChat\XPlugin\Plugins\ThumbPlayer\3366\extracted\WeChatPlayer.exe"
md "%appdata%\Tencent\WeChat\XPlugin\Plugins\ThumbPlayer\3366\extracted\WeChatPlayer.exe"
del /f /q /s "%appdata%\Tencent\WeChat\XPlugin\Plugins\XWeb\732\extracted\CrashReporter.exe"
md "%appdata%\Tencent\WeChat\XPlugin\Plugins\XWeb\732\extracted\CrashReporter.exe"
del /f /q /s "%appdata%\Tencent\WeChat\XPlugin\Plugins\XWeb\732\extracted\WechatBrowser.exe"
md "%appdata%\Tencent\WeChat\XPlugin\Plugins\XWeb\732\extracted\WechatBrowser.exe"
rd "%appdata%\Tencent\WeChat\XPlugin\Plugins\WeChatUpdate" /s /q
cd.>"%appdata%\Tencent\WeChat\XPlugin\Plugins\WeChatUpdate"
del /f /q /s "%appdata%\Tencent\WeChat\XPlugin\Plugins\XFilesOfficeReader\1654\extracted\TxBugReport.exe"
md "%appdata%\Tencent\WeChat\XPlugin\Plugins\XFilesOfficeReader\1654\extracted\TxBugReport.exe"
QQ免疫.rar
(692 Bytes, 下载次数: 30)
|
|