Possible Duplicate:
How to change I/O priority of a process or thread in Win7?
On Windows (7 in this case) it's possible to dedicate CPU priority to a process to make it go faster. In most cases IO is the bottleneck so I was wondering if there's a way to set IO priority at process level for IO intensive process (e.g. an installer or Visual Studio)?
Maybe this question makes no sense so tell me if that's the case...