I want to close a program using Windows task scheduler, so I've created a batch file:
TASKKILL /F /IM "Mobile Partner.exe"
This script closes the application "Mobile partner" and this trick is working!
My question - is it possible to run this script only if "Mobile Partner" tries to start or the computer is connected to the internet?
Thanks.