You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
custom triggers
About this tag
Custom triggers in Windows allow services to start or stop based on specific events, reducing the need for services to run continuously or poll for changes. In Windows 7 and Windows Server 2008 R2, trigger started services can register for predefined events like device arrival or firewall port availability. Additionally, services can use custom trigger events generated by applications or system components. This approach improves system efficiency by launching services only when needed. Discussions on WindowsForum.com cover how to implement custom triggers for services, including configuration steps and event types. Users share tips for troubleshooting and optimizing trigger-based service management.
Trigger started services are services in Windows 7 or Windows Server 2008 R2 that 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...
application behavior
customtriggers
device arrival
event tracing
event triggers
features
firewall
managed code
overview
performance
screencast
server 2008
service management
services
source code
startup
windows 7
windows features