Forums
New posts
Search forums
What's new
New posts
Latest activity
Tutorials
Search titles only
By:
Log in
Register
What's new
Search
Search titles only
By:
Menu
Log in
Register
What's new
Search
Search titles only
By:
New posts
Search forums
Forums
Windows 8 Forums
Tutorials
Processor Affinity - Set for Applications in Windows 8
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Brink" data-source="post: 223939" data-attributes="member: 19"><p style="text-align: center"><span style="font-size: 15px"><strong>How to Set Processor Affinity for an Application in Windows 8 and 8.1</strong></span></p><p></p><p></p><p>[info]<a href="http://en.wikipedia.org/wiki/Processor_affinity"><strong>Processor affinity</strong></a> or <strong>CPU Pinning</strong> enables the binding and un-binding of a <strong><a href="http://en.wikipedia.org/wiki/Process_(computing)">process</a></strong> or <strong><a href="http://en.wikipedia.org/wiki/Thread_(computing)">thread</a></strong> to a physical CPU or a range of CPUs, so that the process or thread in question will run only on the CPU or range of CPUs in question, rather than being able to run on any CPU</p><p></p><p>By default, <strong>Windows 8</strong> runs an application on all available cores of the processor. If you have a multi-core processor, then this tutorial will show you how to set the<strong> processor affinity</strong> of an application to control which core(s) of the processor the application will run on.</p><p></p><p>[line].[/line]</p><p>If the application and CPU supports <a href="http://en.wikipedia.org/wiki/Symmetric_multiprocessing"><strong>Symmetric Multiprocessing (SMP)</strong></a> or <a href="http://en.wikipedia.org/wiki/Hyper-threading"><strong>HyperThreading (HT<u>)</u></strong></a>, then Windows will automatically adjust the application's usage of each processor core for the best performance. You will not gain much, if anything, from manually changing the processor affinity for these type of applications.</p><p></p><p>If you have more then one processor intensive applications running, then you could improve their performance by setting the processor affinity of their processes to run on a different core(s). This way they are not competing for the resources of the same core(s).</p><p></p><p>[/info][note]It is <strong>NOT</strong> recommended to change the <strong>processor affinity</strong> for <strong>system processes</strong>. Doing so could reduce their performance or slow the system down.</p><p></p><p>The affinity changes you make to the current instance of an application or process are <strong>only temporary</strong> and <strong>not set permanently</strong>. Once you close the application or restart your system, the processor affinity of the application will automatically return back to the default of running on all available CPU cores.</p><p></p><p>[/note]</p><p></p><p></p><p></p><p>[option="OPTION ONE"]To Set CPU Affinity of Process in Task Manager[/option]</p><p style="margin-left: 20px"></p> <p style="margin-left: 20px"><strong><span style="font-size: 12px">1.</span></strong> Open the application (ex: CCleaner) that you want to change the <a href="http://en.wikipedia.org/wiki/Processor_affinity"><strong>processor affinity</strong></a> of.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"><strong><span style="font-size: 12px">2.</span></strong> Open <strong><a href="http://www.eightforums.com/tutorials/5014-task-manager-open-windows-8-a.html">Task Manager</a></strong> with more details.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"><span style="font-size: 12px"><strong>3.</strong></span> If prompted by <strong><a href="http://www.eightforums.com/tutorials/5509-user-account-control-uac-change-settings-windows-8-a.html">UAC</a></strong>, click/tap on <strong>Yes</strong>.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"><span style="font-size: 12px"><strong>4.</strong></span> In the <strong>Processes</strong> tab, right click on the application (ex: CCleaner64.exe) or process from <strong>step 1</strong>, and click/tap on <strong>Go to details</strong>. (see screenshot below)</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">[ATTACH]20634[/ATTACH]</p><p></p><p style="margin-left: 20px"></p> <p style="margin-left: 20px"><strong><span style="font-size: 12px">5. </span></strong>In the <strong>Details</strong> tab, right click on the already highlighted name of the file (ex: CCleaner64.exe) for the process from <strong>step 4</strong>, and click/tap on <strong>Set affinity</strong>. (see screenshot below)</p> <p style="margin-left: 20px"><strong><span style="color: #ff0000">NOTE:</span></strong> <em>If <strong>Set Affinity</strong> is grayed out, then it means that the process cannot have the processor affinity set for</em>.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">[ATTACH]20635[/ATTACH]</p><p></p><p style="margin-left: 20px"></p> <p style="margin-left: 20px"><span style="font-size: 12px"><strong>6.</strong></span> Check (allow) or Uncheck (not allow) one or more CPU cores that you want to be allowed or not allowed to run the application on, then click/tap on <strong>OK</strong>. (see screenshot below)</p> <p style="margin-left: 20px"><strong><span style="color: red">NOTE:</span></strong> <em>Only the number of cores in your processor(s) will be available to set affinity to. <strong>CPU-0</strong> = Core 1, <strong>CPU-1</strong> = Core 2, etc... </em></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">[ATTACH]20636[/ATTACH]</p><p></p><p style="margin-left: 20px"></p> <p style="margin-left: 20px"><span style="font-size: 12px"><strong>7.</strong></span> Repeat for any other applications that you wish to change the processor affinity of.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"><strong><span style="font-size: 12px">8.</span></strong> When finished, close Task Manager.</p><p></p><p></p><p></p><p></p><p>[option="OPTION TWO"]To Run a Program with a Set CPU Affinity in Command Prompt [/option]</p><p style="margin-left: 20px"></p> <p style="margin-left: 20px"><span style="font-size: 12px"><strong>1.</strong></span> This step will show you how many CPU cores you have, and how to figure the <strong>hex</strong> value to use at <strong>step 3</strong> below for the CPU(s) you want to run the application on.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"><span style="color: #ff0000"><strong>NOTE:</strong></span> If you should need any assistance with this step, then please feel free to post. I'll be happy to help.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">A) Open <strong><a href="http://www.eightforums.com/tutorials/5014-task-manager-open-windows-8-a.html">Task Manager</a></strong> (CTRL+Shift+ESC) in more details view, click/tap on the <strong>D<strong>e</strong>tails </strong>tab, right click or press and hold on any process in the <strong>Name</strong> column, and click/tap on <strong>Set affinity</strong>. (see screenshot below)</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"><span style="color: #ff0000"><strong>NOTE:</strong></span> This will show you how many CPU cores you have. I have <strong>12</strong> CPU cores numbered from <strong>0 to 11</strong>.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">[ATTACH]36501[/ATTACH]</p><p></p><p style="margin-left: 20px"></p> <p style="margin-left: 20px">B) For how many CPU cores you have will also be how long the binary number will be. Since I have <strong>12</strong> CPU cores, the binary number will be 12 zeros <strong>000000000000</strong>. Each zero in the binary number represents a CPU core number from right to left. In my case with 12 CPU cores, the <strong>far right 0</strong> in the binary number will be for <strong>CPU 0</strong>, and the <strong>far left 0</strong> will be for <strong>CPU 11</strong>. (see screenshot below)</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">C) For each CPU number you want to run the application on, replace <strong>0</strong> (off) with <strong>1</strong> (on) in the binary number for the CPU numbers.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">For example, if I wanted to run the application only on <strong>CPU 0</strong>, then my binary number would be changed to <strong>000000000001</strong>. To run the application on <strong>CPU 0</strong> and <strong>CPU 3</strong>, I would use <strong>000000001001</strong>. (see screenshot below)</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">[ATTACH]36499[/ATTACH]</p><p></p><p style="margin-left: 20px"></p> <p style="margin-left: 20px">D) Go the website below, and type your <strong>binary number</strong> from step 1C above into the <strong>Binary</strong> field. This will convert the binary number to a <strong>hexadecimal</strong> (hex) that you will need to use at <strong>step 3</strong> below.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">Website: <a href="http://www.mathsisfun.com/binary-decimal-hexadecimal-converter.html">Binary/Decimal/Hexadecimal Converter</a></p><p></p><p style="margin-left: 20px"></p> <p style="margin-left: 20px">For example, with my <strong>000000000001 </strong>binary number, I get a <strong>hex</strong> value of <strong>1</strong>. (see screenshot below)</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">[ATTACH]36500[/ATTACH]</p><p></p><p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"><strong><span style="font-size: 12px">2.</span></strong> Open a <strong><a href="http://www.eightforums.com/tutorials/9702-command-prompt-open-windows-8-a.html">command prompt</a></strong>.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"><strong><span style="font-size: 12px">3.</span></strong> In the command prompt, type the command below into the location area, and click/tap on the <strong>Next</strong> button. (see screenshot below)</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"><strong>cmd.exe /c start "<span style="color: #ff0000">Program Name</span>" /affinity<span style="color: #ff0000"> #</span> "<span style="color: #ff0000">Full path of application file</span>"</strong></p><p></p><p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"><span style="font-size: 12px"><span style="color: #0000cd"><strong>For example: </strong></span></span>I would type this command below exactly if I wanted to create a shortcut to run <strong>Process Monitor</strong> on only <strong>CPU 0 </strong>(step 1), and it's .exe file is located at "<strong>E:\Programs\Process Monitor 3.05\Procmon.exe</strong>".</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">(For only on CPU 0)</p> <p style="margin-left: 20px"><strong>cmd.exe /c start "<span style="color: #ff0000">Process Monitor</span>" /affinity<span style="color: #ff0000"> 1</span> "<span style="color: #ff0000">E:\Programs\Process Monitor 3.05\Procmon.exe</span>"</strong></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">(For on CPU 0 and CPU 3)</p> <p style="margin-left: 20px"><strong>cmd.exe /c start "<span style="color: #ff0000">Process Monitor</span>" /affinity<span style="color: #ff0000"> 9</span> "<span style="color: #ff0000">E:\Programs\Process Monitor 3.05\Procmon.exe</span>"</strong></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">[note]Substitute <span style="color: #ff0000"><strong>Program Name </strong></span>in the command with the actual program's name within quotes.[/note]</p><p>[note]</p><p style="margin-left: 20px"></p> <p style="margin-left: 20px">Substitute <span style="color: #ff0000"><strong>#</strong></span> in the command for the affinity # with the hex value (ex: 1) from <strong>step 1D</strong> above.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">Substitute <span style="color: #ff0000"><strong>Full path of application file</strong></span> in the command with the full path of the file within quotes.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p><p>[/note]<p style="margin-left: 20px"></p><p></p><p></p><p></p><p></p><p>That's it,</p><p>Shawn</p><p></p><p></p><p>[rel]</p><ul> <li data-xf-list-type="ul"><a href="http://www.eightforums.com/tutorials/40339-cpu-affinity-shortcut-program-create-windows.html">How to Create a Shortcut to Run an Application with a Set CPU Affinity in Windows</a></li> <li data-xf-list-type="ul"><a href="http://www.sevenforums.com/tutorials/83864-processor-affinity-add-set-affinity-context-menu.html">How to Add or Remove "Run with CPU Affinity" to the Context Menu</a></li> <li data-xf-list-type="ul"><a href="http://www.eightforums.com/tutorials/23830-processor-priority-level-set-processes-windows-8-a.html">How to Set CPU Priority Level of Processes in Windows 8 and 8.1</a></li> <li data-xf-list-type="ul"><a href="http://www.sevenforums.com/tutorials/83441-run-priority-add-remove-context-menu.html">How to Add or Remove "Run with Priority" to Context Menu of EXE Files in Windows</a></li> <li data-xf-list-type="ul"><a href="http://www.eightforums.com/tutorials/24129-processor-scheduling-adjust-performance-windows.html">How to Adjust Processor Scheduling for Best Performance in Vista, Windows 7, and Windows 8</a></li> </ul><p>[/rel]</p></blockquote><p></p>
[QUOTE="Brink, post: 223939, member: 19"] [CENTER][SIZE=4][B]How to Set Processor Affinity for an Application in Windows 8 and 8.1[/B][/SIZE][/CENTER] [info][URL='http://en.wikipedia.org/wiki/Processor_affinity'][B]Processor affinity[/B][/URL] or [B]CPU Pinning[/B] enables the binding and un-binding of a [B][URL='http://en.wikipedia.org/wiki/Process_(computing)']process[/URL][/B] or [B][URL='http://en.wikipedia.org/wiki/Thread_(computing)']thread[/URL][/B] to a physical CPU or a range of CPUs, so that the process or thread in question will run only on the CPU or range of CPUs in question, rather than being able to run on any CPU By default, [B]Windows 8[/B] runs an application on all available cores of the processor. If you have a multi-core processor, then this tutorial will show you how to set the[B] processor affinity[/B] of an application to control which core(s) of the processor the application will run on. [line].[/line] If the application and CPU supports [URL='http://en.wikipedia.org/wiki/Symmetric_multiprocessing'][B]Symmetric Multiprocessing (SMP)[/B][/URL] or [URL='http://en.wikipedia.org/wiki/Hyper-threading'][B]HyperThreading (HT[U])[/U][/B][/URL], then Windows will automatically adjust the application's usage of each processor core for the best performance. You will not gain much, if anything, from manually changing the processor affinity for these type of applications. If you have more then one processor intensive applications running, then you could improve their performance by setting the processor affinity of their processes to run on a different core(s). This way they are not competing for the resources of the same core(s). [/info][note]It is [B]NOT[/B] recommended to change the [B]processor affinity[/B] for [B]system processes[/B]. Doing so could reduce their performance or slow the system down. The affinity changes you make to the current instance of an application or process are [B]only temporary[/B] and [B]not set permanently[/B]. Once you close the application or restart your system, the processor affinity of the application will automatically return back to the default of running on all available CPU cores. [/note] [option="OPTION ONE"]To Set CPU Affinity of Process in Task Manager[/option] [INDENT][/INDENT] [INDENT][B][SIZE=3]1.[/SIZE][/B] Open the application (ex: CCleaner) that you want to change the [URL='http://en.wikipedia.org/wiki/Processor_affinity'][B]processor affinity[/B][/URL] of.[/INDENT] [INDENT][/INDENT] [INDENT][B][SIZE=3]2.[/SIZE][/B] Open [B][URL='http://www.eightforums.com/tutorials/5014-task-manager-open-windows-8-a.html']Task Manager[/URL][/B] with more details.[/INDENT] [INDENT][/INDENT] [INDENT][SIZE=3][B]3.[/B][/SIZE] If prompted by [B][URL='http://www.eightforums.com/tutorials/5509-user-account-control-uac-change-settings-windows-8-a.html']UAC[/URL][/B], click/tap on [B]Yes[/B].[/INDENT] [INDENT][/INDENT] [INDENT][SIZE=3][B]4.[/B][/SIZE] In the [B]Processes[/B] tab, right click on the application (ex: CCleaner64.exe) or process from [B]step 1[/B], and click/tap on [B]Go to details[/B]. (see screenshot below)[/INDENT] [INDENT][/INDENT] [INDENT][ATTACH]20634[/ATTACH][/INDENT] [INDENT][/INDENT] [INDENT][B][SIZE=3]5. [/SIZE][/B]In the [B]Details[/B] tab, right click on the already highlighted name of the file (ex: CCleaner64.exe) for the process from [B]step 4[/B], and click/tap on [B]Set affinity[/B]. (see screenshot below)[/INDENT] [INDENT][B][COLOR=#ff0000]NOTE:[/COLOR][/B] [I]If [B]Set Affinity[/B] is grayed out, then it means that the process cannot have the processor affinity set for[/I].[/INDENT] [INDENT][/INDENT] [INDENT][ATTACH]20635[/ATTACH][/INDENT] [INDENT][/INDENT] [INDENT][SIZE=3][B]6.[/B][/SIZE] Check (allow) or Uncheck (not allow) one or more CPU cores that you want to be allowed or not allowed to run the application on, then click/tap on [B]OK[/B]. (see screenshot below)[/INDENT] [INDENT][B][COLOR=red]NOTE:[/COLOR][/B] [I]Only the number of cores in your processor(s) will be available to set affinity to. [B]CPU-0[/B] = Core 1, [B]CPU-1[/B] = Core 2, etc... [/I][/INDENT] [INDENT][/INDENT] [INDENT][ATTACH]20636[/ATTACH][/INDENT] [INDENT][/INDENT] [INDENT][SIZE=3][B]7.[/B][/SIZE] Repeat for any other applications that you wish to change the processor affinity of.[/INDENT] [INDENT][/INDENT] [INDENT][B][SIZE=3]8.[/SIZE][/B] When finished, close Task Manager.[/INDENT] [option="OPTION TWO"]To Run a Program with a Set CPU Affinity in Command Prompt [/option] [INDENT][/INDENT] [INDENT][SIZE=3][B]1.[/B][/SIZE] This step will show you how many CPU cores you have, and how to figure the [B]hex[/B] value to use at [B]step 3[/B] below for the CPU(s) you want to run the application on.[/INDENT] [INDENT][/INDENT] [INDENT][COLOR=#ff0000][B]NOTE:[/B][/COLOR] If you should need any assistance with this step, then please feel free to post. I'll be happy to help.[/INDENT] [INDENT][/INDENT] [INDENT][/INDENT] [INDENT]A) Open [B][URL='http://www.eightforums.com/tutorials/5014-task-manager-open-windows-8-a.html']Task Manager[/URL][/B] (CTRL+Shift+ESC) in more details view, click/tap on the [B]D[B]e[/B]tails [/B]tab, right click or press and hold on any process in the [B]Name[/B] column, and click/tap on [B]Set affinity[/B]. (see screenshot below)[/INDENT] [INDENT][/INDENT] [INDENT][COLOR=#ff0000][B]NOTE:[/B][/COLOR] This will show you how many CPU cores you have. I have [B]12[/B] CPU cores numbered from [B]0 to 11[/B].[/INDENT] [INDENT][/INDENT] [INDENT][ATTACH]36501[/ATTACH][/INDENT] [INDENT][/INDENT] [INDENT]B) For how many CPU cores you have will also be how long the binary number will be. Since I have [B]12[/B] CPU cores, the binary number will be 12 zeros [B]000000000000[/B]. Each zero in the binary number represents a CPU core number from right to left. In my case with 12 CPU cores, the [B]far right 0[/B] in the binary number will be for [B]CPU 0[/B], and the [B]far left 0[/B] will be for [B]CPU 11[/B]. (see screenshot below)[/INDENT] [INDENT][/INDENT] [INDENT]C) For each CPU number you want to run the application on, replace [B]0[/B] (off) with [B]1[/B] (on) in the binary number for the CPU numbers.[/INDENT] [INDENT][/INDENT] [INDENT]For example, if I wanted to run the application only on [B]CPU 0[/B], then my binary number would be changed to [B]000000000001[/B]. To run the application on [B]CPU 0[/B] and [B]CPU 3[/B], I would use [B]000000001001[/B]. (see screenshot below)[/INDENT] [INDENT][/INDENT] [INDENT][ATTACH]36499[/ATTACH][/INDENT] [INDENT][/INDENT] [INDENT]D) Go the website below, and type your [B]binary number[/B] from step 1C above into the [B]Binary[/B] field. This will convert the binary number to a [B]hexadecimal[/B] (hex) that you will need to use at [B]step 3[/B] below.[/INDENT] [INDENT][/INDENT] [INDENT]Website: [URL='http://www.mathsisfun.com/binary-decimal-hexadecimal-converter.html']Binary/Decimal/Hexadecimal Converter[/URL][/INDENT] [INDENT][/INDENT] [INDENT]For example, with my [B]000000000001 [/B]binary number, I get a [B]hex[/B] value of [B]1[/B]. (see screenshot below)[/INDENT] [INDENT][/INDENT] [INDENT][ATTACH]36500[/ATTACH][/INDENT] [INDENT][/INDENT] [INDENT][/INDENT] [INDENT][B][SIZE=3]2.[/SIZE][/B] Open a [B][URL='http://www.eightforums.com/tutorials/9702-command-prompt-open-windows-8-a.html']command prompt[/URL][/B].[/INDENT] [INDENT][/INDENT] [INDENT][B][SIZE=3]3.[/SIZE][/B] In the command prompt, type the command below into the location area, and click/tap on the [B]Next[/B] button. (see screenshot below)[/INDENT] [INDENT][/INDENT] [INDENT][/INDENT] [INDENT][B]cmd.exe /c start "[COLOR=#ff0000]Program Name[/COLOR]" /affinity[COLOR=#ff0000] #[/COLOR] "[COLOR=#ff0000]Full path of application file[/COLOR]"[/B][/INDENT] [INDENT][/INDENT] [INDENT][/INDENT] [INDENT][SIZE=3][COLOR=#0000cd][B]For example: [/B][/COLOR][/SIZE]I would type this command below exactly if I wanted to create a shortcut to run [B]Process Monitor[/B] on only [B]CPU 0 [/B](step 1), and it's .exe file is located at "[B]E:\Programs\Process Monitor 3.05\Procmon.exe[/B]".[/INDENT] [INDENT][/INDENT] [INDENT](For only on CPU 0)[/INDENT] [INDENT][B]cmd.exe /c start "[COLOR=#ff0000]Process Monitor[/COLOR]" /affinity[COLOR=#ff0000] 1[/COLOR] "[COLOR=#ff0000]E:\Programs\Process Monitor 3.05\Procmon.exe[/COLOR]"[/B][/INDENT] [INDENT][/INDENT] [INDENT](For on CPU 0 and CPU 3)[/INDENT] [INDENT][B]cmd.exe /c start "[COLOR=#ff0000]Process Monitor[/COLOR]" /affinity[COLOR=#ff0000] 9[/COLOR] "[COLOR=#ff0000]E:\Programs\Process Monitor 3.05\Procmon.exe[/COLOR]"[/B][/INDENT] [INDENT][/INDENT] [INDENT][/INDENT] [INDENT][note]Substitute [COLOR=#ff0000][B]Program Name [/B][/COLOR]in the command with the actual program's name within quotes.[/note][/INDENT][note] [INDENT][/INDENT] [INDENT]Substitute [COLOR=#ff0000][B]#[/B][/COLOR] in the command for the affinity # with the hex value (ex: 1) from [B]step 1D[/B] above.[/INDENT] [INDENT][/INDENT] [INDENT]Substitute [COLOR=#ff0000][B]Full path of application file[/B][/COLOR] in the command with the full path of the file within quotes.[/INDENT] [INDENT][/INDENT] [INDENT][/INDENT][/note][INDENT][/INDENT] That's it, Shawn [rel] [LIST] [*][URL='http://www.eightforums.com/tutorials/40339-cpu-affinity-shortcut-program-create-windows.html']How to Create a Shortcut to Run an Application with a Set CPU Affinity in Windows[/URL] [*][URL='http://www.sevenforums.com/tutorials/83864-processor-affinity-add-set-affinity-context-menu.html']How to Add or Remove "Run with CPU Affinity" to the Context Menu[/URL] [*][URL='http://www.eightforums.com/tutorials/23830-processor-priority-level-set-processes-windows-8-a.html']How to Set CPU Priority Level of Processes in Windows 8 and 8.1[/URL] [*][URL='http://www.sevenforums.com/tutorials/83441-run-priority-add-remove-context-menu.html']How to Add or Remove "Run with Priority" to Context Menu of EXE Files in Windows[/URL] [*][URL='http://www.eightforums.com/tutorials/24129-processor-scheduling-adjust-performance-windows.html']How to Adjust Processor Scheduling for Best Performance in Vista, Windows 7, and Windows 8[/URL] [/LIST] [/rel] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Windows 8 Forums
Tutorials
Processor Affinity - Set for Applications in Windows 8
Menu
Log in
Register
Install the app
Install
Forums
What's new
Log in
Register
Search
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top