<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10684&amp;type=atom" />
	<updated>2015-06-11T15:51:50Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10684</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Выполнить действие при выходе компьютера из спящего режима]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94444#p94444" />
			<content type="html"><![CDATA[<p>Но в настройках этого плана в Power Options стоит: Put this computer to sleep 1 minute.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-06-11T15:51:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94444#p94444</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Выполнить действие при выходе компьютера из спящего режима]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94443#p94443" />
			<content type="html"><![CDATA[<p>Так это, наверно, просто монитор отключается.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2015-06-11T15:49:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94443#p94443</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Выполнить действие при выходе компьютера из спящего режима]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94442#p94442" />
			<content type="html"><![CDATA[<p>Понял причину. У меня Win7 сообщение отлавливается если я войду в спящий режим через Start-&gt;sleep (в этом режиме куллеры отключаются).<br />Если же в спящий режим я вхожу из-за бездействия мыши (экран гаснет, но куллеры крутятся), то никакого сообщения при пробуждении я не получаю.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-06-11T15:42:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94442#p94442</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Выполнить действие при выходе компьютера из спящего режима]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94438#p94438" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>sergeich</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте свой пост.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-06-11T13:41:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94438#p94438</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Выполнить действие при выходе компьютера из спящего режима]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94428#p94428" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>YMP пишет:</cite><blockquote><div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Код с нашего форума тоже не срабатывает:<br /><a href="http://forum.script-coding.com/viewtopic.php?id=2655">http://forum.script-coding.com/viewtopic.php?id=2655</a></p></blockquote></div><p>У меня он срабатывает на Win 8.1. Возможно, дело в способе выхода из сна, т.к. от этого должно зависеть посланное сообщение. Я нажимаю на клавишу и получаю PBT_APMRESUMESUSPEND.</p></blockquote></div><p>У меня тоже 8.1, но не срабатывает почему то. Решил проблему просто:</p><div class="codebox"><pre><code>
SendMessage, 0x112, 0xF170, 2,, Program Manager ; отправляем компьютер в сон
Sleep, 3000
</code></pre></div><p>Следующее за паузой действие не выполняется, так как комп спит, а после просыпания скрипт продолжает работать и переходит к следующей команде</p>]]></content>
			<author>
				<name><![CDATA[sergeich]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=819</uri>
			</author>
			<updated>2015-06-11T07:15:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94428#p94428</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Выполнить действие при выходе компьютера из спящего режима]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94427#p94427" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Код с нашего форума тоже не срабатывает:<br /><a href="http://forum.script-coding.com/viewtopic.php?id=2655">http://forum.script-coding.com/viewtopic.php?id=2655</a></p></blockquote></div><p>У меня он срабатывает на Win 8.1. Возможно, дело в способе выхода из сна, т.к. от этого должно зависеть посланное сообщение. Я нажимаю на клавишу и получаю PBT_APMRESUMESUSPEND.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2015-06-11T05:25:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94427#p94427</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Выполнить действие при выходе компьютера из спящего режима]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94426#p94426" />
			<content type="html"><![CDATA[<p>Наверное тут специалисты нужны - почему не работает.<br />Код с нашего форума тоже не срабатывает:<br /><a href="http://forum.script-coding.com/viewtopic.php?id=2655">http://forum.script-coding.com/viewtopic.php?id=2655</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-06-10T20:01:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94426#p94426</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Выполнить действие при выходе компьютера из спящего режима]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94425#p94425" />
			<content type="html"><![CDATA[<p>Спасибо, но не совсем понял, как использовать этот скрипт, что то сообщение не выскакивает после выхода из сна(</p>]]></content>
			<author>
				<name><![CDATA[sergeich]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=819</uri>
			</author>
			<updated>2015-06-10T18:52:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94425#p94425</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Выполнить действие при выходе компьютера из спящего режима]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94423#p94423" />
			<content type="html"><![CDATA[<p><a href="http://www.autohotkey.com/board/topic/36718-wrapper-to-catch-power-management-events-like-standby/">http://www.autohotkey.com/board/topic/3 … e-standby/</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-06-10T12:21:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94423#p94423</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Выполнить действие при выходе компьютера из спящего режима]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94422#p94422" />
			<content type="html"><![CDATA[<p>А если например сравнить A_TickCount с реальным временем?</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2015-06-10T12:04:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94422#p94422</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Выполнить действие при выходе компьютера из спящего режима]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94420#p94420" />
			<content type="html"><![CDATA[<p>Добрый день всем! Никак не могу сделать, чтобы AHK определял выход компьютера из спящего режима и выполнял после этого определенное действие. Может есть у кого-нибудь идеи по этому вопросу? Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[sergeich]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=819</uri>
			</author>
			<updated>2015-06-10T09:18:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94420#p94420</id>
		</entry>
</feed>
