On Dec 21, 8:56 pm, PNutts <pnutterfi...@hotmail.com> wrote:
> Hi Zach:
>
> A quick Googlehttp://www.google.com/search?hl=en&q=vista+cpu+affinity
>
> turned up
>
> http://www.howtogeek.com/howto/windo...pplication-ass...
>
> which sounds like it might be what you want?
>
> "zach...@gmail.com" wrote:
> > Is there a way to set a process affinity using command prompt? I
> > would like to make a .bat for setting all unimportant processes to
> > core 0, and all my games to both. And then to set all processes to
> > both cores when I am finished playing.
> > Also is this available on XP? My friend is looking to do the same
> > thing on XP.
>
> > Thanks,
> > Zach
What I get from that is that you use that command to start a process
in a given affinity. Correct? However, I am looking to change the
affinity of a given process that is already running, and cannot be
restarted. This way, before I start a game, I can run the .bat file
to change all of the given processes to affinity on core 0, and games
on core 1. Then change back to normal once I am finished. I know
that you can do this with task manager and right clicking each
individual process, but this is very time consuming and inconvenient.
I say command prompt because I thought of automating it with a .bat
file, but if you know of any other (free) programs that deal with
affinity, please let me know.