Is there anyway for a win2k8 scheduled task to have normal priority IO?
        Posted  
        
            by Jason Mathison
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jason Mathison
        
        
        
        Published on 2010-03-11T17:18:35Z
        Indexed on 
            2010/04/08
            0:23 UTC
        
        
        Read the original article
        Hit count: 373
        
windows-server-2008
|scheduled-tasks
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?
© Stack Overflow or respective owner