@echo off @rem *************************************************************** @rem ** Author: Robert Lie (Mobilefish.com) @rem ** @rem ** tasks_start.bat @rem ** @rem ** This batch file creates a schedules task whereby the @rem ** killprocess.bat file is executed every 5 minutes. @rem ** @rem ** If you have a Dutch Windows XP O/S do not use the schedule @rem ** type MINUTE but use MINUUT @rem ** @rem ** Add the taskkill command to kill the MCAFEE service @rem ** immediately otherwise you have to wait 5 minutes. @rem ** @rem ** This batch file has been tested on a Windows XP and Vista @rem ** platform. @rem ** @rem *************************************************************** taskkill /IM mcshield.exe /F SCHTASKS /Create /SC MINUTE /MO 5 /TN MCAFEE /TR "\"C:\Program Files\batches\killprocess.bat\"