<?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 &#187; delay startup</title>
	<atom:link href="http://www.ghacks.net/tag/delay-startup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 22:37:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Open Multiple Applications With A Single Click</title>
		<link>http://www.ghacks.net/2008/12/22/open-multiple-applications-with-a-single-click/</link>
		<comments>http://www.ghacks.net/2008/12/22/open-multiple-applications-with-a-single-click/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 19:17:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[application-launcher]]></category>
		<category><![CDATA[delay startup]]></category>
		<category><![CDATA[donation-coder]]></category>
		<category><![CDATA[launch multiple applications]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[startup delay]]></category>
		<category><![CDATA[startup software]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9284</guid>
		<description><![CDATA[Many users have some kind of sequence they perform every time their operating system finished loading. They start their favorite applications using shortcuts, the start menu or an application launcher. But no matter which way they choose they always have to perform the action several times until all applications are started. I usually load a [...]]]></description>
			<content:encoded><![CDATA[<p>Many users have some kind of sequence they perform every time their operating system finished loading. They start their favorite applications using shortcuts, the start menu or an application launcher. But no matter which way they choose they always have to perform the action several times until all applications are started. I usually load a web browser, an email client and a feed reader at the beginning with additional programs following minutes later.</p>
<p>What if you could bundle applications together so that one click &#8211; one execution &#8211; will open them all. <a href="http://appsapps.info/lacunalauncher.php">Lacuna Launcher</a> is a contribution to <a href="http://www.donationcoder.com/">Donation Coder&#8217;s</a> NANY 2009 challenge. What does it do? The portable software will launch all applications that are specified in a text document that gets loaded during application start.</p>
<p>Unzipping the software will reveal the application itself and a text document that contains a link to Notepad. This is being used as an example and can be modified accordingly. Just place one application per line including its full path in the text document. You can also point the application to shortcuts in case you want to launch applications with startup parameters.</p>
<p><span id="more-9284"></span>There is also the possibility to start Lacuna Launcher with startup parameters. You can use it to launch application groups by pointing each shortcut to a different text document on the computer. The shortcut makes use of the two optional parameters delay and pause. Delay specifies the time in seconds before the first application will be started while pause defines the idle time between the application launches.</p>
<p>Lacuna Launcher can be used to delay the startup of applications during Windows startup by moving a shortcut to the application into a Windows startup folder. This is an alternative to the <a href="http://www.ghacks.net/2008/12/22/delay-startup-software/">startup software</a> we covered earlier today.</p>

	Tags: <a href="http://www.ghacks.net/tag/application-launcher/" title="application-launcher" rel="tag">application-launcher</a>, <a href="http://www.ghacks.net/tag/delay-startup/" title="delay startup" rel="tag">delay startup</a>, <a href="http://www.ghacks.net/tag/donation-coder/" title="donation-coder" rel="tag">donation-coder</a>, <a href="http://www.ghacks.net/tag/launch-multiple-applications/" title="launch multiple applications" rel="tag">launch multiple applications</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/startup-delay/" title="startup delay" rel="tag">startup delay</a>, <a href="http://www.ghacks.net/tag/startup-software/" title="startup software" rel="tag">startup software</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/22/delay-startup-software/" title="Delay Startup Software (December 22, 2008)">Delay Startup Software</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/07/04/trout-is-a-lightweight-free-music-player/" title="Trout Is A Lightweight Free Music Player (July 4, 2009)">Trout Is A Lightweight Free Music Player</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/12/sort-files-folders-automatically/" title="Sort Files Folders Automatically (April 12, 2009)">Sort Files Folders Automatically</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/pick-me-selects-random-files-from-directories/" title="Pick Me Selects Random Files From Directories (March 6, 2009)">Pick Me Selects Random Files From Directories</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/01/02/panic-button/" title="Panic Button (January 2, 2009)">Panic Button</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/22/open-multiple-applications-with-a-single-click/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Delay Startup Software</title>
		<link>http://www.ghacks.net/2008/12/22/delay-startup-software/</link>
		<comments>http://www.ghacks.net/2008/12/22/delay-startup-software/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 10:59:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[autostart]]></category>
		<category><![CDATA[delay autostart]]></category>
		<category><![CDATA[delay startup]]></category>
		<category><![CDATA[startup delay]]></category>
		<category><![CDATA[startup software]]></category>
		<category><![CDATA[windows autostart]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9264</guid>
		<description><![CDATA[If you load to many applications during startup you might notice that this might delay the startup even further because of the system resources required to load the applications at the same time. A better way to deal with startup applications would be to load them in sequence instead ordered by level of priority.
Delayed Exec [...]]]></description>
			<content:encoded><![CDATA[<p>If you load to many applications during startup you might notice that this might delay the startup even further because of the system resources required to load the applications at the same time. A better way to deal with startup applications would be to load them in sequence instead ordered by level of priority.</p>
<p><a href="http://withinmymeans.blogvis.com/2008/12/17/open-sourced-freeware-delayedexec/">Delayed Exec</a> is a free software program to delay the execution of startup programs. It displays all applications that are started during system start including their title, command and the user.</p>
<p>Applications can be moved into the delayed startup applications table where they will be executed in order using the delay interval specified by the user. The delay interval is set in milliseconds, the default being 15000.</p>
<p><span id="more-9264"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/12/delay_startup_software-500x415.jpg" alt="delay startup software" title="delay startup software" width="500" height="415" class="alignnone size-medium wp-image-9265" /></p>
<p>The startup software is compatible with Windows XP and Windows Vista. It requires the Microsoft .net Framework 3.5. An alternative to Delayed Exec is <a href="http://www.ghacks.net/2007/09/12/delay-windows-startup-to-speed-up-startup/">Startup Delayer</a> which does not require the Microsoft .net Framework.</p>

	Tags: <a href="http://www.ghacks.net/tag/autostart/" title="autostart" rel="tag">autostart</a>, <a href="http://www.ghacks.net/tag/delay-autostart/" title="delay autostart" rel="tag">delay autostart</a>, <a href="http://www.ghacks.net/tag/delay-startup/" title="delay startup" rel="tag">delay startup</a>, <a href="http://www.ghacks.net/tag/startup-delay/" title="startup delay" rel="tag">startup delay</a>, <a href="http://www.ghacks.net/tag/startup-software/" title="startup software" rel="tag">startup software</a>, <a href="http://www.ghacks.net/tag/windows-autostart/" title="windows autostart" rel="tag">windows autostart</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/22/open-multiple-applications-with-a-single-click/" title="Open Multiple Applications With A Single Click (December 22, 2008)">Open Multiple Applications With A Single Click</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/10/07/zc-dvd-creator-platinum-free-full-version/" title="ZC DVD Creator Platinum [Free Full Version] (October 7, 2009)">ZC DVD Creator Platinum [Free Full Version]</a> (19)</li>
	<li><a href="http://www.ghacks.net/2009/07/28/youtube-videos-downloader-tubequeue/" title="Youtube Videos Downloader TubeQueue (July 28, 2009)">Youtube Videos Downloader TubeQueue</a> (17)</li>
	<li><a href="http://www.ghacks.net/2009/09/01/youtube-video-search-is-a-barebone-youtube-downloader/" title="Youtube Video Search Is A Barebone Youtube Downloader (September 1, 2009)">Youtube Video Search Is A Barebone Youtube Downloader</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/22/delay-startup-software/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
