Ah I see. Don't schedule the cmd.exe to run. Taskkill itself already is an executable command. So just schedule it directly in the program/script box:
taskkill /f /im "NetMeter.exe"
Don't put anything in the arguments box. When the program runs, you'll briefly see the command prompt open, the program will be ended, then the command prompt will disappear all on its own.