Skip to content

Instantly share code, notes, and snippets.

@QZLin
Last active November 7, 2021 11:50
Show Gist options
  • Save QZLin/5761d8433e0c65f811fa97fc95058d7b to your computer and use it in GitHub Desktop.
Save QZLin/5761d8433e0c65f811fa97fc95058d7b to your computer and use it in GitHub Desktop.
**Run as Admin** Change tim/qq path to your qq/tim path.After finished use, press enter in console it will kill tencent "protect" services
@cd /d C:\Program Files (x86)\Common Files\Tencent\QQProtect\Bin
move QQProtect.exe.block QQProtect.exe
net start QPCore
start "" "C:\Program Files (x86)\Tencent\TIM\Bin\TIM.exe"
@echo Press Enter Stop TIM
@pause
taskkill /f /im TIM.exe
taskkill /f /im QQProtect.exe
move QQProtect.exe QQProtect.exe.block
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment