|
|
Question : Start the service with low priority.
|
|
Does anyone came across a tip on how to start a service at a different priority than other services running on the same server? I know that the START command can do it, however I have real services (not custom-developed cmd.exe batch processes) and I cannot use this command within the Registry entry of the service.
Thank you.
|
Answer : Start the service with low priority.
|
|
Escuse me: most important thing : you have to add ThreadPriority entry as REG DWORD and value between 0- 15
|
|
|
|