<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Отключение ядер]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17514&amp;type=atom" />
	<updated>2022-12-14T15:58:29Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17514</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключение ядер]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=155982#p155982" />
			<content type="html"><![CDATA[<p><strong>Sparrow</strong></p><p>Воспользуйтесь этой lib&#039;ой: <a href="https://raw.githubusercontent.com/dufferzafar/Autohotkey-Scripts/master/lib/Affinity.ahk">Affinity.ahk.</a></p><p>Пример:<br /></p><div class="codebox"><pre><code>
#Include Affinity.ahk
Run, Notepad.exe
winWait ahk_exe Notepad.exe
WinGet,pid_,PID, ahk_exe Notepad.exe
Affinity_Set(1,pid_) ; 1 - число ядер, которые нужно выделить процессу.
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Clannad5]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39853</uri>
			</author>
			<updated>2022-12-14T15:58:29Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=155982#p155982</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Отключение ядер]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=155981#p155981" />
			<content type="html"><![CDATA[<p>Здравствуйте, интересуюсь вопросом о том как с помощью ахк сделать отключение 1, 2, 3, 4 ядер по кнопке.<br />Так что бы ядра отключались/включались в фоновом режиме.<br />Предполагаемая игра для отключения: GTA5Online.</p>]]></content>
			<author>
				<name><![CDATA[Sparrow]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42926</uri>
			</author>
			<updated>2022-12-14T12:58:24Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=155981#p155981</id>
		</entry>
</feed>
