<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Запуск экранной заставки.]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=9847</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9847&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Запуск экранной заставки.».]]></description>
		<lastBuildDate>Tue, 29 Jul 2014 05:44:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Запуск экранной заставки.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85352#p85352</link>
			<description><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>Так не проще:<br /></p><div class="codebox"><pre><code>PAUSE::SendMessage, 0x112, 0xF140, , , Program Manager ahk_exe explorer.exe</code></pre></div></blockquote></div><p>Как вариант. <br />Только при условии отсутствия заставки просто черный экран выводиться. Не красиво.<br />Хотя и свои плюсы в этом имеются.<br />Спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (Selja8)]]></author>
			<pubDate>Tue, 29 Jul 2014 05:44:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85352#p85352</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Запуск экранной заставки.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85350#p85350</link>
			<description><![CDATA[<p>Так не проще:<br /></p><div class="codebox"><pre><code>
PAUSE::SendMessage, 0x112, 0xF140, , , Program Manager ahk_exe explorer.exe
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Tue, 29 Jul 2014 05:09:49 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85350#p85350</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Запуск экранной заставки.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85348#p85348</link>
			<description><![CDATA[<div class="codebox"><pre><code>
PAUSE::
RegRead,screensaver,HKEY_CURRENT_USER,Control Panel\Desktop,ScrnSave.Exe
IfInString,screensaver,.scr
  Run,%screensaver% /s
Else
  Run,rundll32.exe desk.cpl`,InstallScreenSaver %screensaver%
Return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Selja8)]]></author>
			<pubDate>Tue, 29 Jul 2014 04:30:15 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85348#p85348</guid>
		</item>
	</channel>
</rss>
