bat任务查找

@echo off
for /F %%i in ('schtasks /query /nh /fo table ^|find /i "GoogleUpdate"') do (
	echo %%i
	REM schtasks /delete /tn %%i /f
)
pause

  

posted @ 2022-12-01 16:05  gzhq  阅读(29)  评论(0编辑  收藏  举报