<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как узнать HWID?]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14010&amp;type=atom" />
	<updated>2018-08-05T13:43:08Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14010</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как узнать HWID?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127705#p127705" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>Serial, Drive: возвращает серийный номер диска</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2018-08-05T13:43:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127705#p127705</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как узнать HWID?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127704#p127704" />
			<content type="html"><![CDATA[<p>Встроенная команда тоже есть.<br /></p><div class="codebox"><pre><code>DriveGet, List, List 
Loop, Parse, List
{
	DriveGet, Serial, Serial, %A_LoopField%:
	MsgBox, % &quot;Drives:`t`t&quot; . A_LoopField . &quot;`n&quot;
	. &quot;Volume Serial No:`t&quot; . Format(&quot;{:X}&quot;, Serial)
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2018-08-05T13:42:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127704#p127704</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как узнать HWID?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127703#p127703" />
			<content type="html"><![CDATA[<p>Это то?<br /></p><div class="codebox"><pre><code>objWMIService := ComObjGet(&quot;winmgmts:\\.\root\cimv2&quot;)
colItems := objWMIService.ExecQuery(&quot;SELECT * FROM Win32_LogicalDisk&quot;)._NewEnum
while colItems[objItem]
{
        MsgBox, % &quot;Drives:`t`t&quot; . objItem.Caption . &quot;`n&quot;
            . &quot;Volume Serial No:`t&quot; . objItem.VolumeSerialNumber
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[morgan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39372</uri>
			</author>
			<updated>2018-08-05T13:29:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127703#p127703</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как узнать HWID?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127702#p127702" />
			<content type="html"><![CDATA[<p>Здравствуйте!</p><p>Хочу узнать, как сделать чтобы скрипт определил серийный номер жесткого диска (любого).<br />Отправьте код. Буду благодарен <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[morgan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39372</uri>
			</author>
			<updated>2018-08-05T13:20:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127702#p127702</id>
		</entry>
</feed>
