Help with taskkill scheduled task.

Jun 18, 2018
6
0
10
Hi,

I am trying to set up a task to occur a minute after startup to kill RGBfusion.exe I created a .bat file with the following text:

taskkill /F /IM RGBFusion.exe
taskkill /F /IM Check_Kill.exe

I have selected this .bat file in the actions section of the new task window and set it to occur a minute after start up but nothing happens.

When I try just opening the .bat file it only works if I run as admin, only then does it kill the two programs.

What I am doing wrong?

Any help or instruction on how to do this properly would be most appreciated.

Matt