<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=15356</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15356&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как можно на удаленном компьютере запустить .exe. Без psexec».]]></description>
		<lastBuildDate>Wed, 13 May 2020 11:51:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139499#p139499</link>
			<description><![CDATA[<p>avr hdmi passthrough. Прямой вывод звука. В программе Kodi.</p>]]></description>
			<author><![CDATA[null@example.com (EV)]]></author>
			<pubDate>Wed, 13 May 2020 11:51:00 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139499#p139499</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139490#p139490</link>
			<description><![CDATA[<p>Лично я вижу какие-то огрызки кода.</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Tue, 12 May 2020 20:57:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139490#p139490</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139484#p139484</link>
			<description><![CDATA[<p><strong>ypppu</strong><br />А AutoHotkey к этому какое имеет отношение? <br />Прямое. CMD run</p>]]></description>
			<author><![CDATA[null@example.com (EV)]]></author>
			<pubDate>Tue, 12 May 2020 18:42:36 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139484#p139484</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139482#p139482</link>
			<description><![CDATA[<p>Нужно послать правильный запрос на http://my_computer:8080 что ли?</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Tue, 12 May 2020 17:59:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139482#p139482</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139479#p139479</link>
			<description><![CDATA[<p>localhost:8081/jsonrpc</p>]]></description>
			<author><![CDATA[null@example.com (EV)]]></author>
			<pubDate>Tue, 12 May 2020 17:49:30 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139479#p139479</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139478#p139478</link>
			<description><![CDATA[<p>Kodi<br /><strong>ypppu</strong><br />&nbsp; </p><div class="codebox"><pre><code>    Run, %comspec% /c curl -i -X POST -d &quot;{\&quot;jsonrpc\&quot;:\&quot;2.0\&quot;`,\&quot;method\&quot;:\&quot;Settings.SetSettingValue\&quot;`, \&quot;params\&quot;:{\&quot;setting\&quot;:\&quot;audiooutput.audiodevice\&quot;`,\&quot;value\&quot;:\&quot;DIRECTSOUND:{32190067-FAEC-41A6-950A-F0227F9DB866}\&quot;}`,\&quot;id\&quot;:1}&quot; -H &quot;content-type: application/json;&quot; http://localhost:8081/jsonrpc,, Hide
	
    Run, %comspec% /c curl -i -X POST -d &quot;{\&quot;jsonrpc\&quot;:\&quot;2.0\&quot;`,\&quot;method\&quot;:\&quot;Settings.SetSettingValue\&quot;`, \&quot;params\&quot;:{\&quot;setting\&quot;:\&quot;audiooutput.channels\&quot;`,\&quot;value\&quot;:8}`,\&quot;id\&quot;:1}&quot; -H &quot;content-type: application/json;&quot; http://localhost:8081/jsonrpc,,Hide
	
    Run, %comspec% /c curl -i -X POST -d &quot;{\&quot;jsonrpc\&quot;:\&quot;2.0\&quot;`,\&quot;method\&quot;:\&quot;Settings.SetSettingValue\&quot;`, \&quot;params\&quot;:{\&quot;setting\&quot;:\&quot;audiooutput.passthrough\&quot;`,\&quot;value\&quot;:true}`,\&quot;id\&quot;:1}&quot; -H &quot;content-type: application/json;&quot; http://localhost:8081/jsonrpc,, Hide
	
    Run, %comspec% /c curl -i -X POST -d &quot;{\&quot;jsonrpc\&quot;:\&quot;2.0\&quot;`,\&quot;method\&quot;:\&quot;Settings.SetSettingValue\&quot;`, \&quot;params\&quot;:{\&quot;setting\&quot;:\&quot;audiooutput.passthroughdevice\&quot;`,\&quot;value\&quot;:\&quot;WASAPI:default\&quot;}`,\&quot;id\&quot;:1}&quot; -H &quot;content-type: application/json;&quot; http://localhost:8081/jsonrpc,, Hide
	
    Run, %comspec% /c curl -i -X POST -d &quot;{\&quot;jsonrpc\&quot;:\&quot;2.0\&quot;`,\&quot;method\&quot;:\&quot;GUI.ShowNotification\&quot;`,\&quot;params\&quot;:{\&quot;title\&quot;:\&quot;AUDIO OUTPUT\&quot;`,\&quot;message\&quot;:\&quot;AVR\&quot;`,\&quot;image\&quot;:\&quot;C:/Users/Home/Documents/ISO/speaker3.png\&quot;}`,\&quot;id\&quot;:1}&quot; -H &quot;content-type: application/json;&quot; http://localhost:8081/jsonrpc,,Hide</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (EV)]]></author>
			<pubDate>Tue, 12 May 2020 17:47:46 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139478#p139478</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139474#p139474</link>
			<description><![CDATA[<p>Я так понял, что есть какой-то экзешник, который надо запускать из вне.<br />Для этого удобна psexec.<br />Ей сделали ревёрсинженеринг и выложили алгоритм тут:<br /><a href="https://www.ntkernel.com/inside-psexec-remote-administration/">https://www.ntkernel.com/inside-psexec- … istration/</a></p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Tue, 12 May 2020 16:49:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139474#p139474</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139470#p139470</link>
			<description><![CDATA[<p>О чём вообще разговор? Удалённый компьютер будет периодически откуда-то скачивать файлик с заданием и выполнять его?</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Tue, 12 May 2020 15:19:26 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139470#p139470</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139465#p139465</link>
			<description><![CDATA[<p>И как это запустит экзешник на удаленном компьютере?</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Tue, 12 May 2020 11:55:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139465#p139465</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139459#p139459</link>
			<description><![CDATA[<div class="codebox"><pre><code>Run, %comspec% /c curl -i -X POST -d &quot;{\&quot;jsonrpc\&quot;: \&quot;2.0\&quot;`, \&quot;method\&quot;: \&quot;Application.SetVolume\&quot;`, \&quot;params\&quot;: { \&quot;volume\&quot;: 50 }`,\&quot;id\&quot;: 1}&quot; -H &quot;content-type:application/json&quot; http://localhost:8080/jsonrpc</code></pre></div><p>Kodi.</p>]]></description>
			<author><![CDATA[null@example.com (EV)]]></author>
			<pubDate>Mon, 11 May 2020 21:59:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139459#p139459</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139458#p139458</link>
			<description><![CDATA[<p>http://localhost:8080/jsonrpc?</p>]]></description>
			<author><![CDATA[null@example.com (EV)]]></author>
			<pubDate>Mon, 11 May 2020 21:51:25 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139458#p139458</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139457#p139457</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>Как можно на удаленном компьютере запустить .exe.</p></blockquote></div><p> А AutoHotkey к этому какое имеет отношение? Если у Вас есть доступ к тому компьютеру, то AutoHotkey не нужна. А если нету, то и AutoHotkey не поможет.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Mon, 11 May 2020 20:01:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139457#p139457</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139455#p139455</link>
			<description><![CDATA[<p>Ищите опен-сорс аналоги psexec и переводите на ahk.</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Mon, 11 May 2020 17:54:52 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139455#p139455</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Как можно на удаленном компьютере запустить .exe. Без psexec]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139453#p139453</link>
			<description><![CDATA[<div class="codebox"><pre><code>Run, %comspec% /c psexec -i \\192.168.1.35 -u Home -p foresters cmd /c start &quot;&quot; &quot;C:\Users\Home\Documents\Script\SynchronizesTime.exe&quot;,, Hide</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (EV)]]></author>
			<pubDate>Mon, 11 May 2020 17:14:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139453#p139453</guid>
		</item>
	</channel>
</rss>
