Modifying vcspawn.exe to run processes in low priority
C / C++ / MFC
3
Posts
3
Posters
1
Views
1
Watching
-
I know there is a program which will patch it for VS6, but has one been released for .NET?
-
I know there is a program which will patch it for VS6, but has one been released for .NET?
Why bother? From a command prompt you can yourself start MSDev.exe in low priority. Just type "start /?" and there you go.
-
Why bother? From a command prompt you can yourself start MSDev.exe in low priority. Just type "start /?" and there you go.
Maybe he just want the compiler/linker etc to run at low priority, but the IDE should remain as responsive as possible... -- Daniel Lohmann http://www.losoft.de (Hey, this page is worth looking! You can find some free and handy NT tools there :-D )