mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Start services.exe and lsass.exe with above normal priority class
svn path=/trunk/; revision=41389
This commit is contained in:
parent
7b18ba471e
commit
c8e1416240
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ StartServicesManager(VOID)
|
|||
NULL,
|
||||
NULL,
|
||||
FALSE,
|
||||
DETACHED_PROCESS,
|
||||
DETACHED_PROCESS | ABOVE_NORMAL_PRIORITY_CLASS,
|
||||
NULL,
|
||||
NULL,
|
||||
&StartupInfo,
|
||||
|
@ -97,7 +97,7 @@ StartLsass(VOID)
|
|||
NULL,
|
||||
NULL,
|
||||
FALSE,
|
||||
DETACHED_PROCESS,
|
||||
DETACHED_PROCESS | ABOVE_NORMAL_PRIORITY_CLASS,
|
||||
NULL,
|
||||
NULL,
|
||||
&StartupInfo,
|
||||
|
|
Loading…
Reference in a new issue