<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; task scheduler</title> <atom:link href="http://www.ghacks.net/tag/task-scheduler/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>How to Automate the Disk Checking Utility in Windows 7</title><link>http://www.ghacks.net/2011/09/04/how-to-automate-the-disk-checking-utility-in-windows-7/</link> <comments>http://www.ghacks.net/2011/09/04/how-to-automate-the-disk-checking-utility-in-windows-7/#comments</comments> <pubDate>Sun, 04 Sep 2011 07:25:40 +0000</pubDate> <dc:creator>Melanie Gross</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[disk checking]]></category> <category><![CDATA[task scheduler]]></category> <category><![CDATA[windows 7]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=50071</guid> <description><![CDATA[Windows allows you to check your hard drive for errors so that these errors can be repaired. This is called the chkdsk.exe or Check Disk utility. This is a task that can be easily automated with Task Scheduler. This does require rebooting to complete, so it is probably ideal to simply trigger the disk checking [...]]]></description> <content:encoded><![CDATA[<p>Windows allows you to check your hard drive for errors so that these errors can be repaired.  This is called the chkdsk.exe or Check Disk utility.  This is a task that can be easily automated with Task Scheduler.  This does require rebooting to complete, so it is probably ideal to simply trigger the disk checking utility manually from time to time.  If this is something that you are not going to remember or care to do on a regular basis, perhaps it will be useful to schedule it to run automatically at set intervals.</p><p>Windows Task Scheduler is a useful tool to manage automation of various tasks that need to be periodically performed on a Windows PC.  It is a hands-off method to schedule tasks so that you do not have to concern yourself with them.  Cleaning the hard drive, defragmenting the hard drive and running chkdsk.exe are just a few of the maintenance tasks that the Windows user needs to perform to keep their computers running smoothly.  This article focuses on creating an automatic schedule for chkdsk.exe to run.  You will need to create a Task Scheduler job to run chkdsk.exe automatically.</p><p>Keep in mind that chkdsk.exe will not be able to run if the drive is being used.</p><p>Open the Task Scheduler by typing “Task Scheduler” or “Scheduler” in the search box in the Start Menu.  Select Task Scheduler from the menu and press Enter.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/09/task-scheduler.png" alt="task scheduler" title="task scheduler" width="600" height="426" class="alignnone size-full wp-image-50072" /></p><p>Select “Create a Task” and name the task along with a description in the appropriate fields.  In this case, it is not necessary to specify a location for the task.  It is necessary to “Configure for” the version of Windows being used.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/09/create-task.png" alt="create task" title="create task" width="600" height="456" class="alignnone size-full wp-image-50073" /></p><p>Click the Actions tab.  The following screen will be presented.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/09/actions.png" alt="actions" title="actions" width="600" height="452" class="alignnone size-full wp-image-50074" /></p><p>Click New.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/09/disk-checking-utility.png" alt="disk checking utility" title="disk checking utility" width="466" height="505" class="alignnone size-full wp-image-50075" /></p><p>When you enter the Program/script, go ahead and enter the argument /R after chkdsk.exe.  This will ensure that the computer restarts and performs the disk check on the appropriate drive.  Otherwise, your computer will simply shutdown and you will have to manually turn it on for the disk check to start.  Remember to indicate the disk to be checked.  In this example, the drive is / C:</p><p>Click OK and you will be asked if you wish to include the arguments. Click Yes. Notice that the action is completed along with the arguments in the proper order.  Now click the General tab.  Be sure to configure for the operating system that you are using.  In this case, it is Windows 7.</p><p>Now click the Triggers tab to set the frequency of the automatic disk check.  Monthly is probably sufficient.  You can select just a few months or all months.  Next you will have to specify the day of the month.  You also need to specify when you want this trigger to start.  By default, it begins immediately.  Set the time of day for an hour when the computer will be on but you will not be using it.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/09/triggers.png" alt="triggers" title="triggers" width="600" height="516" class="alignnone size-full wp-image-50076" /></p><p>Click OK. The next screen shows that the task is scheduled and enabled.  Click OK. When you are finished, you see the main Task Scheduler window again.  You will see the task listed in the Task Scheduler Library if everything was done correctly.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/09/04/how-to-automate-the-disk-checking-utility-in-windows-7/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Schedule Regular Disk Cleanup in Windows 7 and Improve Performance</title><link>http://www.ghacks.net/2011/08/19/schedule-regular-disk-cleanup-in-windows-7-and-improve-performance/</link> <comments>http://www.ghacks.net/2011/08/19/schedule-regular-disk-cleanup-in-windows-7-and-improve-performance/#comments</comments> <pubDate>Fri, 19 Aug 2011 05:32:18 +0000</pubDate> <dc:creator>Melanie Gross</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[cleanmgr.exe]]></category> <category><![CDATA[disk cleanup]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[task scheduler]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=49284</guid> <description><![CDATA[All versions of Windows feature the Disk Cleanup utility that liberates space on your hard drive when it is bogged down with useless data. It is important to use the Disk Cleanup utility in Windows 7 regularly, at least on a weekly basis. Much of the data that needs to be cleared includes temporary internet [...]]]></description> <content:encoded><![CDATA[<p>All versions of Windows feature the Disk Cleanup utility that liberates space on your hard drive when it is bogged down with useless data.  It is important to use the Disk Cleanup utility in Windows 7 regularly, at least on a weekly basis.  Much of the data that needs to be cleared includes temporary internet files containing sensitive data such as passwords and credit card numbers.  By leaving the data there, you are simply begging for viruses to snatch personal information and overall operating system performance is diminished as this data accumulates over time.  The following examples and steps are from Windows 7 but will work on Vista, as the two versions have many similarities.</p><p>In the Start menu search box, enter “task scheduler” or “schedule tasks”, whichever works, and press enter.  This opens the task scheduler dialog box.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/windows-task-scheduler1.png" alt="windows task scheduler" title="windows task scheduler" width="600" height="426" class="alignnone size-full wp-image-49286" /></p><p>Click on Action and in the dropdown menu, choose Create Basic Task.  This opens the Create Basic Task Wizard.  Give the task a memorable name and a description, keep it direct and simple and easy to recall.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/drive-cleanup-task.png" alt="drive cleanup task" title="drive cleanup task" width="461" height="296" class="alignnone size-full wp-image-49287" /></p><p>At this point, if you have not done so already, decide how often you want the Disk Cleanup utility to run.  You can choose Daily, Monthly, or one time.  For the following example, daily is selected because the PC being used in this example runs a heavy load of internet traffic and overall use.  If the PC is being used for home business purposes, it might be wise to schedule daily Disk Cleanup in order to ensure that data is not stolen by rogue malware.  Also, set a system restore point before applying these changes.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/task-trigger.png" alt="task trigger" title="task trigger" width="478" height="363" class="alignnone size-full wp-image-49288" /></p><p>Press Next. Choose the start date.  This is usually going to be “today” but you can set it to begin at a later date.  Choose the start time.  Keep in mind that you do not want this utility running while you are going to be using the computer for something that cannot be interrupted.  Schedule it when you know there will be a break when the PC will not be in use.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/task-start-date.png" alt="task start date" title="task start date" width="525" height="238" class="alignnone size-full wp-image-49289" /></p><p>Select Action and click “Start a program” then click Next.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/start-a-program.png" alt="start a program" title="start a program" width="458" height="262" class="alignnone size-full wp-image-49290" /></p><p>Type cleanmgr.exe in the Program/script box, and /d driveletter in the add arguments box and click Next. Replace driveletter with the letter of the drive that you want to run the disk cleanup on.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/disk-cleanup.png" alt="disk-cleanup" title="disk-cleanup" width="403" height="260" class="alignnone size-full wp-image-49291" /></p><p>This is the confirmation for the scheduled program, including name, description, and time interval settings for the trigger:</p><p>Any time interval can be selected, customized to the needs of the user.  Windows 7 offers some versatile tools for customization and this is definitely one to take advantage of.  Set the time for the scheduled Disk Cleanup for a time that you know the computer will be on an awake.  The utility will not run when the PC is off.</p><p>Overall, since it is necessary to use the Disk Cleanup utility regularly, this gives the user the option to set it and forget about it.  This is one for the geek in all of us.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/08/19/schedule-regular-disk-cleanup-in-windows-7-and-improve-performance/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Fix The Task Image Is Corrupt Or Has Been Tampered With Errors</title><link>http://www.ghacks.net/2011/07/28/fix-the-task-image-is-corrupt-or-has-been-tampered-with-errors/</link> <comments>http://www.ghacks.net/2011/07/28/fix-the-task-image-is-corrupt-or-has-been-tampered-with-errors/#comments</comments> <pubDate>Thu, 28 Jul 2011 08:23:17 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[troubleshooting]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[scheduler]]></category> <category><![CDATA[task image]]></category> <category><![CDATA[task scheduler]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=48310</guid> <description><![CDATA[While testing a new program I noticed that the Task Scheduler of my Windows 7 operating system was displaying an error message on startup. It displayed &#8220;Task XXX; The task image is corrupt or has been tampered with. Up to this point I was not aware of any Task Scheduler related issues. The error message [...]]]></description> <content:encoded><![CDATA[<p>While testing a new program I noticed that the Task Scheduler of my Windows 7 operating system was displaying an error message on startup. It displayed &#8220;Task XXX; The task image is corrupt or has been tampered with. Up to this point I was not aware of any Task Scheduler related issues. The error message was puzzling, as I was not able to identify the task at all.</p><p>The first idea that I had was to run <a
href="http://www.ghacks.net/2009/05/08/autoruns-95/">Autoruns</a> to see if the task was listed in the program.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/07/the-task-image-is-corrupt-or-has-been-tampered-with.png" alt="the task image is corrupt or has been tampered with" title="the task image is corrupt or has been tampered with" width="501" height="188" class="alignnone size-full wp-image-48311" /></p><p>To do that run Autoruns and switch to the Scheduled Task tab. You should see some, but not all, of the tasks configured on the system. The task that caused the corruption error was unfortunately not in the list.</p><p>The next step was the Windows Registry. All scheduled Windows tasks, custom and default, have an entry in the Registry.</p><p>Open the Windows Registry Editor. An easy way to do that is to press Windows-r to open the run box, type in regedit and hit enter. Navigate to the following key in the tree structure in the folder view on the left side.</p><blockquote><p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree</p></blockquote><p>You will see a list of scheduled tasks, more than what Autoruns displayed in its interface. The task that is causing the error message when opening the Task Scheduler should be listed as a folder underneath the Tree folder.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/07/windows-registry.png" alt="windows registry" title="windows registry" width="565" height="245" class="alignnone size-full wp-image-48312" /></p><p>My advise is to backup the Registry key first before you start deleting it. Right-click the key that is causing the problems and select Export. The Registry Editor saves the key and all of its information in a Registry file on the system. A double-click on that file imports the information back to the Registry. Please note that you need the right permissions to import the Registry information into that structure.</p><p>Once you have backed up the Registry key you can delete it by selecting it with the left mouse button and a tap on the delete key.</p><p>Restart your Task Scheduler to see if that fixed the issue. If you do not get the The Task Image Is Corrupt Or Has Been Tampered With error anymore you have fixed the issue. If it still appears double-check the Registry again to see if the key has really been deleted.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/07/28/fix-the-task-image-is-corrupt-or-has-been-tampered-with-errors/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>The Definition Of Idle In Windows</title><link>http://www.ghacks.net/2010/11/09/the-definition-of-idle-in-windows/</link> <comments>http://www.ghacks.net/2010/11/09/the-definition-of-idle-in-windows/#comments</comments> <pubDate>Tue, 09 Nov 2010 17:52:13 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[idle]]></category> <category><![CDATA[task scheduler]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=36683</guid> <description><![CDATA[When is a computer idle? A friend of mine asked me that question the other day after playing around with the Windows Task Scheduler for a while. One of the conditions in the Task Scheduler is the on idle condition which executes the given task if the computer has been idle for a given amount [...]]]></description> <content:encoded><![CDATA[<p>When is a computer idle? A friend of mine asked me that question the other day after playing around with the Windows Task Scheduler for a while. One of the conditions in the Task Scheduler is the on idle condition which executes the given task if the computer has been idle for a given amount of time.</p><p>But what exactly does it mean, idle? I had troubles answering that question. I knew that it had to do with the resource utilization and user interaction, but was not able to provide exact figures.</p><p>That sparked my interest and I managed to get the data. Here is the definition of idle in the Windows operating system:</p><p>The computer is considered to be idle by Windows if there has not been user interaction via the mouse or keyboard for a given time and if the hard drives and processors have been idle more than 90% of that time.</p><p>The Task Scheduler in Windows 7 for instance considers the computer to be idle if the above states returned true for a period of ten minutes.</p><p>There are a few exceptions to that rule. Applications may set a flag that prevents the computer from idle mode. Another possibility are low priority processes that may be ignored by the Windows 7 Task Scheduler. But that appears to be a Windows 7 only rule.</p><p>To paraphrase; The computer enters idle mode if</p><ul><li>users have not interacted with it for a period of ten minutes</li><li>and if in the same time period the processor and hard drive utilization has been idle as well for at least 90% of the time</li></ul><p>Additional information about Task Idle conditions are available <a
href="http://msdn.microsoft.com/en-us/library/aa383561%28VS.85%29.aspx">at a</a> Microsoft MSDN Library page.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/11/09/the-definition-of-idle-in-windows/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Schedule Once A Day Tasks</title><link>http://www.ghacks.net/2010/03/22/schedule-once-a-day-tasks/</link> <comments>http://www.ghacks.net/2010/03/22/schedule-once-a-day-tasks/#comments</comments> <pubDate>Mon, 22 Mar 2010 06:40:24 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[once a day]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[task scheduler]]></category> <category><![CDATA[tasks]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23803</guid> <description><![CDATA[Do you perform some computing related tasks every day once? Maybe you are checking your Facebook status, bank account, favorite online cartoon, run a disk defragmenter or system cleaner. Whatever it is that you are doing once every day the computer program Karen&#8217;s Once A Day can aid you in your tasks. The portable software [...]]]></description> <content:encoded><![CDATA[<p>Do you perform some computing related tasks every day once? Maybe you are checking your Facebook status, bank account, favorite online cartoon, run a disk defragmenter or system cleaner. Whatever it is that you are doing once every day the computer program Karen&#8217;s Once A Day can aid you in your tasks.</p><p>The portable software program can be used by a system user or administrator to configure tasks that need to be run once a day. The program is easier to use than the Windows Task Scheduler which is one of its greatest strengths.</p><p><span
id="more-23803"></span><img
src="http://www.ghacks.net/wp-content/uploads/2010/03/once_a_day-500x490.gif" alt="" title="once a day" width="500" height="490" class="alignnone size-medium wp-image-23805" />Each task consists at least of a command and arguments. It is for instance possible to run the Firefox web browser by pointing the command to the firefox.exe on the computer system. The argument could be to open an url with the web browser right away.</p><p>That&#8217;s a basic example. Once A Day can basically execute any executable program in Windows and pass arguments to it.</p><p>The state of the window can be configured in the program as well as a wait until the program finished to execute.</p><p>Experienced computer users can perform these tasks with the Windows Task Scheduler as well but Karen&#8217;s Once A Day presents everything in one window making it somewhat easier to configure.</p><p>The software program <a
href="http://www.karenware.com/powertools/ptoad.asp">can be</a> downloaded from Karen&#8217;s website. It is compatible with 32-bit and 64-bit editions of the Windows operating system.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/03/22/schedule-once-a-day-tasks/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Google Update Changes</title><link>http://www.ghacks.net/2009/07/03/google-update-changes/</link> <comments>http://www.ghacks.net/2009/07/03/google-update-changes/#comments</comments> <pubDate>Fri, 03 Jul 2009 06:21:18 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Google]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[google update]]></category> <category><![CDATA[GoogleUpdate.exe]]></category> <category><![CDATA[task scheduler]]></category> <category><![CDATA[updates]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14095</guid> <description><![CDATA[The Google Update process was the bane for many Internet users as it seemed to come up again even if it was disabled on the computer system. The process googleupdate.exe was running all the time on the computer system trying to connect to Google to see if there were any updates for Google software available. [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/google.jpg" alt="google" title="google" width="128" height="47" class="alignleft size-full wp-image-11960" />The Google Update process was the bane for many Internet users as it seemed to come up again even if it was disabled on the computer system. The process googleupdate.exe was running all the time on the computer system trying to connect to Google to see if there were any updates for Google software available. It could even happen that the updating process was still running if no Google software programs were installed on the computer system.</p><p>It also did feel strange that Google needed a process to update their programs while other companies like Mozilla did not. Especially if the only software by Google was their web browser Google Chrome.</p><p><span
id="more-14095"></span>Google has announced changes yesterday that will please many computer users. They basically changed Google Update from running in the background permanently to a process that would check for updates periodically which basically eliminates the googleupdate.exe process in the background as it will terminate after the check for updates.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/07/google-update-task-scheduler-500x210.png" alt="google update task scheduler" title="google update task scheduler" width="500" height="210" class="alignnone size-medium wp-image-14096" /></p><p>Users can check the Task Scheduler in the Windows Control Panel to change the frequency of the update checks. The Google team <a
href="http://google-opensource.blogspot.com/2009/07/google-update-regularly-scheduled.html">points</a> out that the process might be running continuously on some computer systems if problems are encountered with the task scheduler and Windows Services.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/03/google-update-changes/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
