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
CPU Affinity Shortcut for a Program - Create in Windows
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: 547598" data-attributes="member: 19"><p>Hello m18xr2, <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Here's a command you can use to change the CPU affinity of a running process. </p><p><strong></strong></p><p><strong>wmic process where name="<span style="color: #ff0000">ProcessName</span>" CALL setpriority <span style="color: #ff0000">ProcessIDLevel</span></strong></p><p></p><p></p><p><strong>Example:</strong></p><p>wmic process where name="<strong><span style="color: #ff0000">calc.exe</span></strong>" CALL setpriority <strong><span style="color: #ff0000">32768</span></strong></p><p>or</p><p>wmic process where name="<span style="color: #ff0000"><strong>calc.exe</strong></span>" CALL setpriority <strong><span style="color: #ff0000">"above normal"</span></strong></p><p></p><p></p><p><strong><span style="color: #FF0000">ProcessIDLevel</span></strong></p><p>idle: 64</p><p>below normal: 16384</p><p>normal: 32</p><p>above normal: 32768</p><p>high priority: 128</p><p>real time: 256</p></blockquote><p></p>
[QUOTE="Brink, post: 547598, member: 19"] Hello m18xr2, :) Here's a command you can use to change the CPU affinity of a running process. [B] wmic process where name="[COLOR=#ff0000]ProcessName[/COLOR]" CALL setpriority [COLOR=#ff0000]ProcessIDLevel[/COLOR][/B] [B]Example:[/B] wmic process where name="[B][COLOR=#ff0000]calc.exe[/COLOR][/B]" CALL setpriority [B][COLOR=#ff0000]32768[/COLOR][/B] or wmic process where name="[COLOR=#ff0000][B]calc.exe[/B][/COLOR]" CALL setpriority [B][COLOR=#ff0000]"above normal"[/COLOR][/B] [B][COLOR=#FF0000]ProcessIDLevel[/COLOR][/B] idle: 64 below normal: 16384 normal: 32 above normal: 32768 high priority: 128 real time: 256 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Windows 8 Forums
Tutorials
CPU Affinity Shortcut for a Program - Create in Windows
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