<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Отключение диспетчера задач с помощью реестра]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=17570</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17570&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Отключение диспетчера задач с помощью реестра».]]></description>
		<lastBuildDate>Fri, 27 Jan 2023 01:57:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Отключение диспетчера задач с помощью реестра]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=156501#p156501</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />Интересный случай, у меня на десятке работает.</p>]]></description>
			<author><![CDATA[null@example.com (jbn238)]]></author>
			<pubDate>Fri, 27 Jan 2023 01:57:29 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=156501#p156501</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отключение диспетчера задач с помощью реестра]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=156500#p156500</link>
			<description><![CDATA[<p>У меня на десятке это не сработало, только на семёрке.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 26 Jan 2023 22:42:47 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=156500#p156500</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отключение диспетчера задач с помощью реестра]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=156499#p156499</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />Решил вопрос, нужно было после &quot;System&quot;, поставить слэш, и как Вы сказали запустить от имени администратора.</p><div class="codebox"><pre><code>RegWrite, REG_DWORD, HKEY_CURRENT_USER,Software\Microsoft\Windows\CurrentVersion\Policies\System\, DisableTaskMgr, 0x00000001</code></pre></div><p>Можете попробовать запустить понять что я имел ввиду. После просто в реестре удалите из папки &quot;Policies&quot;, папку &quot;System&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (jbn238)]]></author>
			<pubDate>Thu, 26 Jan 2023 21:53:58 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=156499#p156499</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отключение диспетчера задач с помощью реестра]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=156498#p156498</link>
			<description><![CDATA[<p><strong>__Михаил__</strong><br />Что общего у темы\кода который вы скинули и моим вопросом? Вы вообще читали что я хочу сделать?</p>]]></description>
			<author><![CDATA[null@example.com (jbn238)]]></author>
			<pubDate>Thu, 26 Jan 2023 19:19:25 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=156498#p156498</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отключение диспетчера задач с помощью реестра]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=156496#p156496</link>
			<description><![CDATA[<p><strong>jbn238</strong>, скорее всего проблема в том, что скрипт должен быть запущен от администратора. Также вы используете устаревший синтаксис команды.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 26 Jan 2023 10:39:37 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=156496#p156496</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отключение диспетчера задач с помощью реестра]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=156495#p156495</link>
			<description><![CDATA[<p><strong>jbn238</strong></p><p>Изучайте этот <a href="http://forum.script-coding.com/viewtopic.php?pid=153625#p153625">код</a>.</p>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Thu, 26 Jan 2023 00:49:58 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=156495#p156495</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отключение диспетчера задач с помощью реестра]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=156494#p156494</link>
			<description><![CDATA[<p><strong>teadrinker</strong> <strong>Taveron</strong><br />Не-не-не, не то, не вызывать диспетчер задач, а полностью его отключить, чтобы не было возможности его вызвать.</p>]]></description>
			<author><![CDATA[null@example.com (jbn238)]]></author>
			<pubDate>Wed, 25 Jan 2023 23:54:21 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=156494#p156494</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отключение диспетчера задач с помощью реестра]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=156493#p156493</link>
			<description><![CDATA[<p><strong>teadrinker</strong>, потому что сочетание клавиш мне первые пришли на ум. Но, через Run, конечно же, будет более правильно.</p>]]></description>
			<author><![CDATA[null@example.com (Taveron)]]></author>
			<pubDate>Wed, 25 Jan 2023 22:55:36 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=156493#p156493</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отключение диспетчера задач с помощью реестра]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=156489#p156489</link>
			<description><![CDATA[<div class="quotebox"><cite>Taveron пишет:</cite><blockquote><div class="codebox"><pre><code>Send ^+{Esc}</code></pre></div></blockquote></div><p>А почему не <em>Run, taskmgr.exe</em> ?</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 25 Jan 2023 21:30:05 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=156489#p156489</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отключение диспетчера задач с помощью реестра]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=156488#p156488</link>
			<description><![CDATA[<p>Может так сойдёт?<br /></p><div class="codebox"><pre><code>
F1::
if WinExist(&quot;ahk_exe Taskmgr.exe&quot;)
	WinClose
else
	Send ^+{Esc}
return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Taveron)]]></author>
			<pubDate>Wed, 25 Jan 2023 20:46:50 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=156488#p156488</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Отключение диспетчера задач с помощью реестра]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=156487#p156487</link>
			<description><![CDATA[<p>Здравствуйте!<br />Нужно чтобы по нажатию кнопки выключался\включался диспетчер задач. В интернете нашел что нужно сделать в реестре чтобы он выключился, нужно в пути &quot;HKEY_CURRENT_USER,Software\Microsoft\Windows\CurrentVersion\Policies&quot; создать папку System и в ней файл DisableTaskMgr с значением 1, так же нашёл как менять с помощью AHK значения реестра, но ничего что то не получается. Помогите с решением.<br /></p><div class="codebox"><pre><code>RegWrite, REG_DWORD, HKEY_CURRENT_USER,Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableTaskMgr, 0x00000001</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (jbn238)]]></author>
			<pubDate>Wed, 25 Jan 2023 18:41:16 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=156487#p156487</guid>
		</item>
	</channel>
</rss>
