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.
device arrival
About this tag
Device arrival is a trigger event in Windows 7 and Windows Server 2008 R2 that can start or stop trigger started services. Instead of running continuously or polling for events, a service can register to activate when a device of a specified interface class arrives. This improves system efficiency by launching services only when needed. The feature is part of the trigger start service mechanism, which also supports other events like firewall port availability or custom triggers. Discussions on WindowsForum.com cover how to configure these services and leverage device arrival events for automated 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
custom triggers
devicearrival
event tracing
event triggers
features
firewall
managed code
overview
performance
screencast
server 2008
service management
services
source code
startup
windows 7
windows features