<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Подавление сообщений фаервола(брандмауэра) с помощью autohotkey]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12231&amp;type=atom" />
	<updated>2016-12-22T10:12:28Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12231</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подавление сообщений фаервола(брандмауэра) с помощью autohotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=110004#p110004" />
			<content type="html"><![CDATA[<p><strong>borro</strong>, никогда не пробовал, поэтому не знаю. С Window Spy работай.</p>]]></content>
			<author>
				<name><![CDATA[MandarinKa02]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34409</uri>
			</author>
			<updated>2016-12-22T10:12:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=110004#p110004</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подавление сообщений фаервола(брандмауэра) с помощью autohotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=110002#p110002" />
			<content type="html"><![CDATA[<p>Доброе утро.<br />Спасибо.<br />А можно как-то отметить галочку для строки &quot;Общественные сети...&quot;, не опираясь на координаты мыши, а привязавшись к этому тексту?</p>]]></content>
			<author>
				<name><![CDATA[borro]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34387</uri>
			</author>
			<updated>2016-12-22T06:11:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=110002#p110002</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подавление сообщений фаервола(брандмауэра) с помощью autohotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109980#p109980" />
			<content type="html"><![CDATA[<p>Можешь вычислить координаты расположения кнопки и нажать скриптом.<br />Создаешь условие: <br /><span style="color: red">If</span> выскочил фаервол <br /><span style="color: purple">{</span><br />	переместить курсор в определенную точку и нажать ЛКМ<br /><span style="color: purple">}</span><br />Только вот для каждого монитора будут разные координаты.<br />Для 800x600 к примеру x50y50<br />Для 1366x768 к примеру х135y135</p>]]></content>
			<author>
				<name><![CDATA[MandarinKa02]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34409</uri>
			</author>
			<updated>2016-12-21T19:33:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109980#p109980</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подавление сообщений фаервола(брандмауэра) с помощью autohotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109973#p109973" />
			<content type="html"><![CDATA[<p>Странный подход.<br />Фаервол и устанавливается специально для того чтобы пользователь решал давать доступ или нет.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-12-21T17:08:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109973#p109973</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подавление сообщений фаервола(брандмауэра) с помощью autohotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109968#p109968" />
			<content type="html"><![CDATA[<p>Спасибо.</p><p>Почему-то код<br /></p><div class="codebox"><pre><code>IfWinExist, Оповещение системы безопасности Windows 
  ControlClick, Разрешить доступ, Оповещение системы безопасности Windows</code></pre></div><p>не закрывает вышепоказанное окно брандмауэра.<br />Почему такое происходит?</p>]]></content>
			<author>
				<name><![CDATA[borro]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34387</uri>
			</author>
			<updated>2016-12-21T14:52:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109968#p109968</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подавление сообщений фаервола(брандмауэра) с помощью autohotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109966#p109966" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>borro пишет:</cite><blockquote><p>Скажите, пожалуйста, как в autohotkey узнать, является ли пользователь, запустивший скрипт, частью группы администраторов компьютера?</p></blockquote></div><p><a href="http://www.script-coding.com/AutoHotkey/Variables.1.0.46.07.html#A_OSVersion">A_IsAdmin.</a></p>]]></content>
			<author>
				<name><![CDATA[Nikva]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27416</uri>
			</author>
			<updated>2016-12-21T08:17:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109966#p109966</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подавление сообщений фаервола(брандмауэра) с помощью autohotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109965#p109965" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>stealzy пишет:</cite><blockquote><p>Можно, но это очень извращенный способ изобретения костылей.<br />Comodo firewall.</p></blockquote></div><p>Дело в том, что скрипт будет работать там, где нет Comodo firewall.<br />Скажите, пожалуйста, как в autohotkey узнать, является ли пользователь, запустивший скрипт, частью группы администраторов компьютера?</p>]]></content>
			<author>
				<name><![CDATA[borro]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34387</uri>
			</author>
			<updated>2016-12-21T06:56:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109965#p109965</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подавление сообщений фаервола(брандмауэра) с помощью autohotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109931#p109931" />
			<content type="html"><![CDATA[<p><strong>stealzy</strong>, давайте не торопиться с ответами, пока товарисч правила форума не изучил.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-12-19T13:22:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109931#p109931</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подавление сообщений фаервола(брандмауэра) с помощью autohotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109928#p109928" />
			<content type="html"><![CDATA[<p>Не за что, теперь еще последний пост исправьте.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-12-19T09:44:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109928#p109928</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подавление сообщений фаервола(брандмауэра) с помощью autohotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109925#p109925" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, спасибо. Исправил</p>]]></content>
			<author>
				<name><![CDATA[borro]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34387</uri>
			</author>
			<updated>2016-12-19T08:42:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109925#p109925</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подавление сообщений фаервола(брандмауэра) с помощью autohotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109924#p109924" />
			<content type="html"><![CDATA[<p><strong>borro</strong>, посоветуйте программу, которая заставит пользователя читать правила перед созданием поста.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-12-19T08:26:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109924#p109924</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Подавление сообщений фаервола(брандмауэра) с помощью autohotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109923#p109923" />
			<content type="html"><![CDATA[<p>Здравствуйте!</p><p>Скажите, можно ли с помощью программы на autohotkey заставить виндовс доверять запущенному приложению и всему, что оно потом запускает(другие приложения) так, чтобы не вылетали уведомления брандмауэра о том, что он запретил некоторые функции приложения и запрашивает разрешить их или нет в частных и общественных сетях?<br />Привожу пример сообщения брандмауэра(фаервола) Windows:<br /><span class="postimg"><img src="http://priscree.ru/img/4dcaed9b89e0ab.jpg" alt="http://priscree.ru/img/4dcaed9b89e0ab.jpg" /></span></p>]]></content>
			<author>
				<name><![CDATA[borro]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34387</uri>
			</author>
			<updated>2016-12-19T08:04:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109923#p109923</id>
		</entry>
</feed>
