Windows 2008 Task Bar Icon

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
elswickc
Posts: 2
Joined: Thu Jul 30, 2009 1:13 pm

Windows 2008 Task Bar Icon

Post by elswickc »

I recently upgrade to windows 2008. The service is starts, but does not show in the task bar. This means to manage tests I have to lanuh the program answer the questions about starting a second instance. How do I get the hostmonitor icon to show in the task bar?
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Service cannot display anything if you are using Vista or Windows 2008.
We discoused this problem many times...
Lets quote the manual
=====================
Note #3: In some cases Win32 service is unable to interact with desktop. There are 3 most common reasons:
1) You have disabled "Allow service to interact with desktop" option
2) Service is running on remote system and you are using Terminal Service to login to that system
3) You are using Windows Vista or Windows Server 2008

It's pretty easy to enable "Allow service to interact with desktop" option but how to manage HostMonitor that is running as service on remote system / on Windows Vista?
There are 2 possible solutions:
- Use Remote Control Console (RCC) that allows you to manage HostMonitor started on local or remote system in service or application mode.
- You may create simple BAT file that will stop service, start HostMonitor in application mode and (after you change settings and terminate application) start service again.
E.g.
net stop hostmonservice
"c:\program files\hostmon\hostmon.exe"
net start hostmonservice
========================

Regards
Alex
elswickc
Posts: 2
Joined: Thu Jul 30, 2009 1:13 pm

Post by elswickc »

Thanks!
User avatar
Stoltze
Posts: 174
Joined: Tue Feb 03, 2004 1:58 am
Location: Denmark

Post by Stoltze »

KS-Soft wrote:2) Service is running on remote system and you are using Terminal Service to login to that system
If you connect with "<address> /admin" (in older version of mstsc /console), you will connect to the console instead of a virtuel console. This way you can see AHM and other programs running.. Of course, AHM still needs to interact with the desktop.... :)
Post Reply