PRB: Can't Increase Process Priority
Article ID: 110853
Article Last Modified on 11/21/2006
APPLIES TO
- Microsoft Win32 Application Programming Interface, when used with:
- Microsoft Windows 2000 Standard Edition
- Microsoft Windows XP Professional
This article was previously published under Q110853
SYMPTOMS
An attempt to increase process priority to the real-time priority
REALTIME_PRIORITY_CLASS may not set the PriorityClass to the expected
level.
CAUSE
Only accounts with the "Increase Scheduling Priority" permission can
increase the priority to real-time. Only Administrators and "Power Users"
have this permission by default.
RESOLUTION
Either run the program from an Administrator or Power User account, or
grant the Increase Scheduling Priority permission to any user group that
must run the program.
STATUS
This behavior is by design.
Additional query words: 3.50 SetPriorityClass GetPriorityClass
Keywords: kbthread kbkernbase kbprb KB110853