if ‘%errorlevel%’ NEQ ‘0’ (
goto UACPrompt
) else ( goto gotAdmin )
:UACPrompt
echo Set UAC = CreateObject(“Shell.Application”) > “%temp%\getadmin.vbs”
echo UAC.ShellExecute “%~s0”, “”, “”, “runas”, 1 >> “%temp%\getadmin.vbs”
“%temp%\getadmin.vbs”
exit /B
:gotAdmin
if exist “%temp%\getadmin.vbs” ( del “%temp%\getadmin.vbs” )
@echo off
echo 【脚本将关闭DNF一些垃圾文件,按任意键将执行!】
echo 【本BAT–10清理秒一次>>>>小灰灰<<<<<】
pause
:START
taskkill /f /im TGuard.exe
taskkill /f /im TGuardSvc.exe
taskkill /f /im TPHelper.exe
taskkill /f /im tgp_gamead.exe
taskkill /f /im tgp_browser.exe
taskkill /f /im tgp_render.exe
taskkill /f /im bugreport.exe
taskkill /f /im bug_rpt.exe
taskkill /f /im GrossProxy.exe
taskkill /f /im TP3Helper.exe
taskkill /f /im Tencentdl.exe
taskkill /f /im Tencentdl.exe
taskkill /f /im TenioDL.exe
taskkill /f /im BackgroundDownloader.exe
taskkill /f /im TenSafe.exe
taskkill /f /im TenSafe_1.exe
taskkill /f /im CrossProxy.exe
taskkill /f /im GameLoader.exe
taskkill /f /im TesService.exe
choice /t 10 /d y /n >nul
goto START