<?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=9847&amp;type=atom" />
	<updated>2014-07-29T05:44:17Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9847</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Запуск экранной заставки.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=85352#p85352" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Selja8]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32415</uri>
			</author>
			<updated>2014-07-29T05:44:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=85352#p85352</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Запуск экранной заставки.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=85350#p85350" />
			<content type="html"><![CDATA[<p>Так не проще:<br /></p><div class="codebox"><pre><code>
PAUSE::SendMessage, 0x112, 0xF140, , , Program Manager ahk_exe explorer.exe
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-07-29T05:09:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=85350#p85350</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Запуск экранной заставки.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=85348#p85348" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Selja8]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32415</uri>
			</author>
			<updated>2014-07-29T04:30:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=85348#p85348</id>
		</entry>
</feed>
