<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Chrome.ahk]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15904&amp;type=atom" />
	<updated>2020-12-09T14:15:48Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15904</id>
		<entry>
			<title type="html"><![CDATA[AHK: Chrome.ahk]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144042#p144042" />
			<content type="html"><![CDATA[<p>Добрый день, использую библиотеку Chrome.ahk (<a href="https://www.autohotkey.com/boards/viewtopic.php?t=42890">https://www.autohotkey.com/boards/viewtopic.php?t=42890</a>)</p><p>Для корректной работы необходимо вручную отключать &quot;все сайты, подключение к которым выполянется в обход прокси сервера&quot; через: </p><div class="codebox"><pre><code>run, dll32 inetcpl.cpl, LaunchSecurityDialogEx</code></pre></div><p>А если менять через реестр, то при попытке загрузки страницы, параметр &quot;ProxyBypass&quot; опять становится &quot;1&quot;. Отключал сеть ( думал ГП подтягиваются), тоже самое.<br /></p><div class="codebox"><pre><code>
RegRead, outputvar, HKCU, Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap, ProxyBypass
if (outputvar = 1) or (outputvar = &quot;&quot;)
{
   RegWrite, REG_DWORD, HKCU, Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap, ProxyBypass, 0
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2020-12-09T14:15:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144042#p144042</id>
		</entry>
</feed>
