I have a scheduled task that is very IO intensive (deleting hundreds of thousands of files). For disk space reasons, this job has to be performed reasonably quickly. On win2k8, scheduled tasks always have a low IO priority. Raising the priority of the process did not change the IO priority. Is there any way to get a scheduled task to have a normal IO priority?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
||||
|
|
|
Perhaps the following tool? http://iopriority.sourceforge.net/ Windows Vista: Kernel Changes - I/O, I/O, It's off to work I go... http://geekswithblogs.net/sdorman/archive/2006/06/17/82193.aspx
|
|||
|
|