C
Charles E Finkenbiner
Hi All,
I have a program that I want to be sure is loaded whenever a user logs
into Win2000 Pro SP4 (all updates installed).
I can not just put the program in the startup folder because this could
cause multiple instances of the program to run, the program does not
check to see if it is already running. So, I wrote a VBScript to handle
the job. The script works great on its own.
The problem is that when I placed the script in the user logon startup
section of 'Group Policy' it seems to load the program only during
logon. Once logon is complete the program is not running. I use
WScript.Run to execute the program.
I know how to setup a script to run as a service but since the program
places an icon in the system tray and the user interacts with the
program by opening this icon I can't use the service method.
How do I load a program during user logon that will still be loaded once
user logon is complete?
Thanks for any help,
Charles
I have a program that I want to be sure is loaded whenever a user logs
into Win2000 Pro SP4 (all updates installed).
I can not just put the program in the startup folder because this could
cause multiple instances of the program to run, the program does not
check to see if it is already running. So, I wrote a VBScript to handle
the job. The script works great on its own.
The problem is that when I placed the script in the user logon startup
section of 'Group Policy' it seems to load the program only during
logon. Once logon is complete the program is not running. I use
WScript.Run to execute the program.
I know how to setup a script to run as a service but since the program
places an icon in the system tray and the user interacts with the
program by opening this icon I can't use the service method.
How do I load a program during user logon that will still be loaded once
user logon is complete?
Thanks for any help,
Charles