<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Новый раздел/папка в реестре RegWrite]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15985&amp;type=atom" />
	<updated>2021-01-13T12:25:01Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15985</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Новый раздел/папка в реестре RegWrite]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144723#p144723" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong> Разобрался. Если добавлять новый ключ, он сразу появится в реестре, можно не выходить из реестра. А вот если добавлять раздел, то надо перезапустить реестр.</p>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2021-01-13T12:25:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144723#p144723</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Новый раздел/папка в реестре RegWrite]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144722#p144722" />
			<content type="html"><![CDATA[<p>У меня и так и так создается.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-01-13T12:03:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144722#p144722</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Новый раздел/папка в реестре RegWrite]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144721#p144721" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong> Наверное что-то не догоняю. Раньше был дополнительный параметр &quot;SubKey&quot;, пример:<br /></p><div class="codebox"><pre><code>
RegWrite, REG_SZ, HKEY_LOCAL_MACHINE, SOFTWARE\TestKey, MyValueName, Test Value
</code></pre></div><p>Создастся новый раздел <strong>&quot;TestKey&quot;</strong>, если его нет.</p><p>А сейчас этого параметра нет, пример:<br /></p><div class="codebox"><pre><code>
RegWrite, REG_SZ, HKEY_LOCAL_MACHINE\SOFTWARE\TestKey, MyValueName, Test Value
</code></pre></div><p>Новый раздел не создастся.</p><p>Или чтобы создать раздел, надо всегда использовать только старый метод ?</p>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2021-01-13T11:48:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144721#p144721</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Новый раздел/папка в реестре RegWrite]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144720#p144720" />
			<content type="html"><![CDATA[<p>Смотрите примеры и сравниваете, как писалось раньше и как сейчас.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-01-13T10:37:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144720#p144720</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Новый раздел/папка в реестре RegWrite]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144719#p144719" />
			<content type="html"><![CDATA[<p>Можете объяснить, как создавать новый раздел/папку в реестре при помощи нового синтаксиса команды RegWrite ? <a href="https://www.autohotkey.com/docs/commands/RegWrite.htm">https://www.autohotkey.com/docs/commands/RegWrite.htm</a></p><p>В старом был параметр &quot;SubKey&quot;, а в новом его нет.</p>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2021-01-13T09:31:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144719#p144719</id>
		</entry>
</feed>
