Program in "Startup" folder vs. Services
phuschnickens
Beverly Hills, Michigan Member
We have a phone system in my work that is setup so the boss can keep track of outgoing/incoming calls etc.
The system relies on a piece of software that is installed on both the server and the client (the boss's computer is the client). The software is made by panasonic and can only be acquired through a panasonic phone dealer by purchasing a license. The phone dealer gives very very poor tech support for the software and apparently the software is obscure enough that getting tech support through panasonic or on the internet is near impossible.
The problem I have is that the server side program is launched only when I log on into my windows account on the server. Everytime the server restarts I have to log on before the boss can successfully use his client software. The server program file has a shortcut in the Start Menu, Startup folder. Can this somehow be converted to start as a service instead so that as soon as the server powers on the software starts running rather than waiting for me to log on.
Sick of my boss having to tell me "the phone software isn't working again".
Please help. Thanks!
The system relies on a piece of software that is installed on both the server and the client (the boss's computer is the client). The software is made by panasonic and can only be acquired through a panasonic phone dealer by purchasing a license. The phone dealer gives very very poor tech support for the software and apparently the software is obscure enough that getting tech support through panasonic or on the internet is near impossible.
The problem I have is that the server side program is launched only when I log on into my windows account on the server. Everytime the server restarts I have to log on before the boss can successfully use his client software. The server program file has a shortcut in the Start Menu, Startup folder. Can this somehow be converted to start as a service instead so that as soon as the server powers on the software starts running rather than waiting for me to log on.
Sick of my boss having to tell me "the phone software isn't working again".
Please help. Thanks!
0
Comments
Unfortunately, it's just like PeopleSoft 7.5's NTSCHED function. You could, in theory, convert it to a service. HOWEVER, doing so actually breaks the software. So there's actually no possible way to run it as a service; it has to be run as a user which is logged on. I believe there may be a way, at least, to automatically log on the user. But that's as good as you're going to get.
Do a start > run and type "control userpasswords2"
There's a checkbox in here that controls whether users must enter a password to login. Assuming it's not on a domain, though. Otherwise, you can edit the registry. A quick Google search will get that for you.