<?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; scheduler</title> <atom:link href="http://www.ghacks.net/tag/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>Sat, 11 Feb 2012 09:52:46 +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>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>Launch Software Automatically With Xecutor</title><link>http://www.ghacks.net/2009/01/30/launch-software-automatically-with-xecutor/</link> <comments>http://www.ghacks.net/2009/01/30/launch-software-automatically-with-xecutor/#comments</comments> <pubDate>Fri, 30 Jan 2009 09:21:50 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[autoruns]]></category> <category><![CDATA[launch software]]></category> <category><![CDATA[multi-lingual]]></category> <category><![CDATA[scheduler]]></category> <category><![CDATA[software launch]]></category> <category><![CDATA[software program]]></category> <category><![CDATA[software scheduler]]></category> <category><![CDATA[windows software]]></category> <category><![CDATA[xecutor]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10215</guid> <description><![CDATA[We all know about the autostart mechanism of the Windows operating system (and others) that will automatically start applications and processes that are listed in one of the many different autostart locations. Worse than that are the options to configure automatic software startups while the system is running. The Windows Scheduler is not really capable [...]]]></description> <content:encoded><![CDATA[<p>We all know about the autostart mechanism of the Windows operating system (and others) that will automatically start applications and processes that are listed in one of the many different autostart locations. Worse than that are the options to configure automatic software startups while the system is running. The Windows Scheduler is not really capable of bringing much choice into the process.</p><p>Enter <a
href="http://english.xpertdesign.de/info_xec.php">Xecutor</a> a multi-lingual (German, English and Spanish) software program that can be used to load software automatically at any time if the computer system is running. It can even import Windows autostart entries from both the Windows Registry and autostart file and include them in its own list although it is not recommended to import security software or system processes that way.</p><p>The main interface of Xecutor divides the applications into startup, shutdown and scheduler tabs which can be used to launch software automatically during startup, shutdown or user defined when the computer system is running.</p><p><span
id="more-10215"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/01/xecutor-500x238.jpg" alt="xecutor" title="xecutor" width="500" height="238" class="alignnone size-medium wp-image-10216" /></p><p>Many of configuration options are available for all three types of situations. Executable files from the computer&#8217;s hard drive can be picked by using the file browser. It is possible to add parameters, to configure wait times and an option to minimize the software after launch.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/01/launch_software-500x448.jpg" alt="launch software" title="launch software" width="500" height="448" class="alignnone size-medium wp-image-10217" /></p><p>Launch conditions can be defined. The day of the week the software should be launched can be configured. Applications can be set to only launch before or after a specific time. The Scheduler adds another option: The possibility to start an application at a specific time or in intervals. The last option is to add a question before and a message after execution.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/30/launch-software-automatically-with-xecutor/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
