<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Обновление окон в проводнике Windows 8.1]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=10924</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10924&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Обновление окон в проводнике Windows 8.1».]]></description>
		<lastBuildDate>Sat, 05 Sep 2015 07:41:16 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Обновление окон в проводнике Windows 8.1]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=97110#p97110</link>
			<description><![CDATA[<p><strong>teadrinker</strong>, работает <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /><br />Благодарю!</p>]]></description>
			<author><![CDATA[null@example.com (avens)]]></author>
			<pubDate>Sat, 05 Sep 2015 07:41:16 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=97110#p97110</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обновление окон в проводнике Windows 8.1]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=97109#p97109</link>
			<description><![CDATA[<p>Попробуйте:<br /></p><div class="codebox"><pre><code>WM_COMMAND := 0x111, HWND_BROADCAST := 0xFFFF, Refresh := 41504
PostMessage, WM_COMMAND, Refresh,,, ahk_id %HWND_BROADCAST%</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 05 Sep 2015 06:49:32 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=97109#p97109</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Обновление окон в проводнике Windows 8.1]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=97108#p97108</link>
			<description><![CDATA[<p>Есть скрипт из коллекции форума для показа/скрытия расширения файлов в проводнике по нажатию на заданную комбинацию клавиш:<br /></p><div class="codebox"><pre><code>1:: ;Показываем/скрываем расширение файлов в проводнике
ID := WinExist(&quot;A&quot;)
; WinGetClass,Class, ahk_id %ID%
; WClasses := &quot;CabinetWClass ExploreWClass&quot;
; IfInString, WClasses, %Class%
Gosub, HiddenFilesExt_Display
Return
HiddenFilesExt_Display:
RootKey = HKEY_CURRENT_USER
SubKey = Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
RegRead, HiddenFiles_Status, % RootKey, % SubKey, HideFileExt
if HiddenFiles_Status = 1
RegWrite, REG_DWORD, % RootKey, % SubKey, HideFileExt, 0 
else 
RegWrite, REG_DWORD, % RootKey, % SubKey, HideFileExt, 1
PostMessage, 0x111, 28931,,, ahk_id %ID%
PostMessage, 0x111, 28931,,, ahk_id 0xFFFF  ;Update Explorer All Windows
PostMessage, 0x111, 28931,,, ahk_class CabinetWClass  ;Update Explorer All Windows
PostMessage, 0x111, 28931,,, ahk_class Progman  ;Update Desktop
Return</code></pre></div><p>В Windows XP работает отлично, а вот в Windows 8.1 меняется только значение в реестре, а обновлять окна Explorer не хочет...<br />Ни одно из приведенных параметров PostMessage в этом скрипте не работает.<br />Узнать параметры для Windows 8.1 через Winspector не получается, так как он ничего не показывает.</p><p>В чем может быть проблема или как можно в Windows 8.1 x64 обновить окна в проводнике?</p>]]></description>
			<author><![CDATA[null@example.com (avens)]]></author>
			<pubDate>Sat, 05 Sep 2015 06:41:28 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=97108#p97108</guid>
		</item>
	</channel>
</rss>
