|
NirCmd Command Reference - setprocessaffinity
|
setprocessaffinity [process] [list of processor numbers]
Set the process affinity, which means - specifying the processors that the process is allowed to use
(Only relevant for computers with more than one processor)
In the [process] parameter, you can specify the full path
of the process filename (e.g: 'C:\Program Files\Internet Explorer\iexplore.exe')
or the name of the process only, without the path (e.g.: iexplore.exe).
You can also specify the Process ID, by adding the '/' character as a prefix
(e.g. /1120).
In the [list of processor numbers] parameter, you can specify the processor numbers
that you want to use. 0 is the first processor, 1 is the second one, and so on.
Examples:
setprocessaffinity iexplore.exe 0 1
setprocessaffinity "c:\winnt\system32\calc.exe" 0 1 2 3
setprocessaffinity /1830 0
Other commands:
NirCmd Web Page
Download NirCmd
NirSoft Web Site
|
|