var fDesc=new Array(); fDesc[0] = "A Task Scheduler is an important component of an operating system for the periodical execution of regularly recurring tasks and one of the most powerful services in the system.

Once a Windows job for a task is created, it will automatically be run by the operating system according to the schedule. However, some tasks might affect the regular work on the PC and problems may arise with duplicate or unnecessary jobs. Who once had to deal with such problems knows how difficult managing Windows jobs can get.

With Z-TaskHelp scheduler tool you have your Windows scheduling under control. The software offers a clear and simple editor for jobs that were created with the Windows Task Scheduler. The interface is very easy to use and offers a quick overview of your scheduled tasks.

Viewing, editing and managing your Windows jobs is a breeze with Z-TaskHelp."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }