
just an example of a service which does nothing more than add an icon to the Systray.

first install the service using:
IconService.exe -install

service can then be started by running:
net start iconservice

if using Win2k/xp services can also be controlled by running:
services.msc

to remove the service type:
IconService.exe -remove

