HostMonitor as service and Terminal Service
Posted: Tue Dec 16, 2003 3:30 pm
Due to some techical problems you cannot check HostMonitor that installed as service on remote system using Terminal Service (services cannot display information on remote system because Terminal Service provides handle of the remote desktop to applications that started AFTER terminal service session was open).
If you need to configure HostMonitor on remote server using Terminal Service, we would recommend to create simple BAT file that will stop service, start HostMonitor in application mode and (after you change settings and terminate application) start service again.
If you need to configure HostMonitor on remote server using Terminal Service, we would recommend to create simple BAT file that will stop service, start HostMonitor in application mode and (after you change settings and terminate application) start service again.
Code: Select all
net stop hostmonservice
"c:\program files\hostmon\hostmon.exe"
net start hostmonservice