Is there any way for a win2k8 scheduled task to have normal priority IO?

你说的曾经没有我的故事 提交于 2019-11-28 04:41:17
Jason Mathison
  1. Create the task
  2. Right click on the task and "export" it
  3. Edit the task.xml file that you just exported
  4. You will find a line similar to <Priority>7</Priority>
  5. Change the value to a normal priority (between 4-6). A table of the potential values: TaskSettings.Priority property
    • A value of 4 will have the same I/O and memory priority as an interactive process. Values of 5 and 6 will have lower memory priority
  6. In the task scheduler, delete the task you initially created
  7. In the task scheduler, in the actions area, import the task from the XML file
x y

Perhaps use IO Priority to set the process's priority?

Also, see Windows Vista: Kernel Changes - I/O, I/O, It's off to work I go...

  • I/O Completion Port Improvement[…]
  • I/O Scalability Improvements[…]
  • I/O Cancellation Support[…]
  • I/O Prioritization[…]
  • I/O bandwidth reservation
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!