Re: Startup program before login



Hmm.. I see.. Well it would appear that those two articles have
absolutely nothing to do with application priority.. Unless I'm missing
something..
John John wrote:
Until Dave comes back, these link didn't wrap properly but the articles
are there at:

http://support.microsoft.com/kb/193888/en-us
http://support.microsoft.com/kb/115486/en-us

You could just have copied & paste the links in Dave's post or just
search the Knowledge Base for the article numbers.

John


beatme101@xxxxxxxxx wrote:
"The Requested Web Page is Not Available" for both of those links..

But do they really have to do with changing the priority of a service?
When you right click on a process that has been started a service, go
to the Set Priority submenu, and try to change the service's priority.
You too will find that it will not work. (It would also be nice if the
services I'm trying to get going would start with realtime priority in
the first place so I don't have to worry about changing it..)
Dave Patrick wrote:

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?



.



Relevant Pages

  • Re: DSCP with GRE?
    ... >> Read the help, books and articles! ... In a multi-site topology where VPN tunnels create the inter-site ... >> Another possibility is to find a method to direct different priority traffic over different tunnels; ...
    (microsoft.public.isa.enterprise)
  • Re: MPM bring up.
    ... hence this public message. ... Gee, ... Wasn't the priority, I was looking ... The articles were informative especially the article ...
    (comp.os.cpm)
  • Re: MPM bring up.
    ... I'll get a scanner that works with Linux but for now it's not a ... I don't know if it "wasn't the priority": ... that I published a collection of articles on the "Comdyna GP-6 Analog ... Computer" in the sci.electronics.basic Newsgroup. ...
    (comp.os.cpm)
  • Re: Startup program before login
    ... Until Dave comes back, these link didn't wrap properly but the articles are there at: ... But do they really have to do with changing the priority of a service? ... Dave Patrick ....Please no email replies - reply in newsgroup. ...
    (microsoft.public.win2000.registry)
  • Re: Setting the Process Priority of a Program?
    ... Dave Patrick ....Please no email replies - reply in newsgroup. ... Microsoft MVP [Windows] ... "Bill" wrote: ... | priority every time it starts (presently I'm using SysInternal's ...
    (microsoft.public.win2000.new_user)

Loading