F fishqqq Nov 8, 2010 #1 I can see how to create a task to open a program at a scheduled time but is there a way to CLOSE a program at a scheduled time? tks
I can see how to create a task to open a program at a scheduled time but is there a way to CLOSE a program at a scheduled time? tks
J John John - MVP Nov 8, 2010 #2 I can see how to create a task to open a program at a scheduled time but is there a way to CLOSE a program at a scheduled time? tks Click to expand... You can use Taskkill, example: taskkill /im notepad.exe /f John
I can see how to create a task to open a program at a scheduled time but is there a way to CLOSE a program at a scheduled time? tks Click to expand... You can use Taskkill, example: taskkill /im notepad.exe /f John