Solved How to close/exit some program using Task Scheduler in Windows 7?

skt

New member
Local time
2:43 PM
Messages
25
I want to turn on and off some backup programs to be automatically turned on and off at a set time instead of running in the background all the time and consuming memory.

I know how to start any program using Windows Task Scheduler, but unable to find how to turn off the same program using it.

Is there any way of doing it?

I would really appreciate any help.

Thank you!
 

My Computer

OS
Windows 7 Ultimate x64
You can use the taskkill command...
 

My Computer

OS
Windows 7 Ultimate x64
You can write/use a batch script to run that backup programs of yours and terminate after completion. You can then schedule this batch script to run at a time of your choice via task scheduler.
 

My Computer

Computer Manufacturer/Model Number
HCL
OS
Winbdows 7 ultimate x64 | Ubuntu 12.04 x64 LTS
CPU
Core 2 Duo e7400 @ 2.90GHz
Motherboard
Gigabyte G31M-ES2L
Memory
3GB DDR2
Graphics Card(s)
Asus Nvidia GTX 560Ti 1GB
Sound Card
On-board
Monitor(s) Displays
HCL eZeeBee 18.5" LCD
Screen Resolution
1366x768 @ 60Hz
Hard Drives
Western Digital 320GB
PSU
Corsair CX500 V2 500W
Cooling
Stock
Keyboard
Stock
Mouse
Stock
Internet Speed
15-25kBps D/L | 10kBps U/L | Hey Don't laugh
Open a command prompt and type taskkill /? and press enter to see how to use the options for the command. You can either use it in a batch file that's called from the task, or use the command itself in the task. Then you need to figure out how you want to trigger the task.
 

My Computer

OS
Windows 7 Ultimate x64
Thanks for the replies!
Got it working! :)
 

My Computer

OS
Windows 7 Ultimate x64
Glad to hear it! Can you post again to allow others to know how you got it accomplished?
 

My Computer

OS
Windows 7 Ultimate x64
Glad to hear it! Can you post again to allow others to know how you got it accomplished?

Please do so. Would help others.
 

My Computer

Computer Manufacturer/Model Number
HCL
OS
Winbdows 7 ultimate x64 | Ubuntu 12.04 x64 LTS
CPU
Core 2 Duo e7400 @ 2.90GHz
Motherboard
Gigabyte G31M-ES2L
Memory
3GB DDR2
Graphics Card(s)
Asus Nvidia GTX 560Ti 1GB
Sound Card
On-board
Monitor(s) Displays
HCL eZeeBee 18.5" LCD
Screen Resolution
1366x768 @ 60Hz
Hard Drives
Western Digital 320GB
PSU
Corsair CX500 V2 500W
Cooling
Stock
Keyboard
Stock
Mouse
Stock
Internet Speed
15-25kBps D/L | 10kBps U/L | Hey Don't laugh
Here you go !

Hope it's helpful.

2itm0ap.jpg
 

My Computer

OS
Windows 7 Ultimate x64
Thanks for posting your fix skt!
 

My Computer

OS
Windows 7 Ultimate x64
Back
Top