<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Trigger Started Services</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/philpenn/Trigger-Started-Services/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/479582_100x75.jpg</url>
		<title>Channel 9 - Trigger Started Services</title>
		<link></link>
	</image>
	<description>
The Windows operating system features built-in infrastructure&amp;nbsp;services&amp;nbsp;(Service Control Manager and Task Scheduler) that help manage background processes. Windows takes advantage of the built-in services to provide system management, device management, and
 system maintenance functionality.&amp;nbsp;

Significant improvements have been made to this infrastructure for Windows 7 and Windows Server 2008 R2.&amp;nbsp;Developers can use these improvements to develop Windows services that are efficient and that contribute to the overall system performance and security. 
For example,&amp;nbsp;a service can register to be started or stopped when a trigger event occurs. This eliminates the need for services to start when the system starts, or for services to poll or actively wait for an event; a service can start when it is needed, instead
 of starting automatically whether or not there is work to do.

Watch this demo to see an illustration of how to develop a service which starts on system triggered events.

Learn more at the&amp;nbsp;MSDN Library.&amp;nbsp; See the step-by-step guide with

sample code. </description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 17:25:39 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 17:25:39 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Trigger Started Services</title>
		<description>
			<![CDATA[
<p>Hi.<br>
<br>
We have recently created &quot;Service Trigger Editor&quot;, a free GUI utility for adding/editing/viewing Service Triggers:<br>
<a href="http://www.coretechnologies.com/products/ServiceTriggerEditor/">http&#58;&#47;&#47;www.coretechnologies.com&#47;products&#47;ServiceTriggerEditor&#47;</a><br>
<br>
For those who want to explore Trigger-Start services, it is a good alternative to using the SC.exe command (or writing your own code).</p>
<p>posted by coretech</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/philpenn/Trigger-Started-Services#c633954733170000000</link>
		<pubDate>Thu, 03 Dec 2009 21:41:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/philpenn/Trigger-Started-Services#c633954733170000000</guid>
		<dc:creator>coretech</dc:creator>
	</item>
</channel>
</rss>