Wednesday, February 9, 2011

Change priority of process in Windows Task Manager


While trying to change process priority in task manager I used to get an error "The operation could not be completed. Access is denied". Because process is running under SYSTEM account. Here is a workaround for this.

Start command prompt and run this command " ntsd -c qd taskmgr " , this will start Task Manager with SYSTEM rights.

No comments: