<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Блокировка системы/Смена пользователя (комбинация Win+L)]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13695&amp;type=atom" />
	<updated>2018-05-09T15:32:12Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13695</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Блокировка системы/Смена пользователя (комбинация Win+L)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=125263#p125263" />
			<content type="html"><![CDATA[<p>DllCall(&quot;LockWorkStation&quot;)</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2018-05-09T15:32:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=125263#p125263</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Блокировка системы/Смена пользователя (комбинация Win+L)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=125262#p125262" />
			<content type="html"><![CDATA[<p>Простое решение, типа:<br /></p><div class="codebox"><pre><code>    Send #l</code></pre></div><p>- не работает.&nbsp; Решил проблему &quot;в лоб&quot;, - посредством выбора пункта меню Windows:<br /></p><div class="codebox"><pre><code>    Send {LWin}
    Send {Up}
    Send {Left}
    Send {Right}
    Send {Down 3}
    Send {Enter}</code></pre></div><p> - Это работает, но вдруг мне взбредёт изменить порядок пунктов в меню...<br />Решил использовать командную строку:<br /></p><div class="codebox"><pre><code>    Run rundll32.exe USER32.DLL LockWorkStation &amp; exit</code></pre></div><p>Есть ли другие способы блокировки системы?</p>]]></content>
			<author>
				<name><![CDATA[vvvzn78]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38756</uri>
			</author>
			<updated>2018-05-09T15:14:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=125262#p125262</id>
		</entry>
</feed>
