Re: Startup program before login
- From: "Dave Patrick" <DSPatrick@xxxxxxxxxxxxxxxx>
- Date: Mon, 26 Jun 2006 21:33:47 -0600
You might be able to use dependencies.
How to Delay Loading of Specific Services
http://support.microsoft.com/default.aspx?scid=kb;[LN];193888
HOWTO: Control Device Driver Load Order
http://support.microsoft.com/default.aspx?scid=kb;[LN];115486
Or if you start the first application and then need the service started.
You can use start command in a shell script something like;
start "" "fullpath\some program"
net start "service name"
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
<beatme101@xxxxxxxxx> wrote:
| Thanks. That seems to have fixed it. However, I am still running into a
| problem that I ultimately tried to use this to fix. I have a program
| that can run as a service, and is manged via another program. The
| problem is, I cannot change the priority of a service. So I went
| through all this to make the managing program a service, and disabled
| the original program's option to be a service. Unfortunately, Task
| Manager is once again denying me the ability to change the original
| program's priority ("Access is denied" error). Is there any way I can
| change a service's priority, and/or change the priority of a program
| that a service has opened?
.
- Follow-Ups:
- Re: Startup program before login
- From: beatme101
- Re: Startup program before login
- References:
- Re: Startup program before login
- From: beatme101
- Re: Re: Startup program before login
- From: Jerold Schulman
- Re: Startup program before login
- From: beatme101
- Re: Startup program before login
- From: Dave Patrick
- Re: Startup program before login
- From: beatme101
- Re: Startup program before login
- From: Dave Patrick
- Re: Startup program before login
- From: beatme101
- Re: Startup program before login
- From: Dave Patrick
- Re: Startup program before login
- From: beatme101
- Re: Startup program before login
- From: Dave Patrick
- Re: Startup program before login
- From: David H. Lipman
- Re: Startup program before login
- From: beatme101
- Re: Startup program before login
- From: Dave Patrick
- Re: Startup program before login
- From: beatme101
- Re: Startup program before login
- From: Dave Patrick
- Re: Startup program before login
- From: beatme101
- Re: Startup program before login
- From: Dave Patrick
- Re: Startup program before login
- From: beatme101
- Re: Startup program before login
- Prev by Date: Re: Startup program before login
- Next by Date: Re: Startup program before login
- Previous by thread: Re: Startup program before login
- Next by thread: Re: Startup program before login
- Index(es):
Loading