<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; CMD/BAT: Пароли входа в систему]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=6518&amp;type=atom" />
	<updated>2011-12-06T11:40:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6518</id>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Пароли входа в систему]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54307#p54307" />
			<content type="html"><![CDATA[<p>У меня — запускается. И приведённый скрипт, и планировщик.</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2011-12-06T11:40:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54307#p54307</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Пароли входа в систему]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54305#p54305" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>alexii пишет:</cite><blockquote><p>Что не так?!</p></blockquote></div><p>планировщик (скрипт выше) не запускается.</p>]]></content>
			<author>
				<name><![CDATA[sov44]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26970</uri>
			</author>
			<updated>2011-12-06T08:58:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54305#p54305</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Пароли входа в систему]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54300#p54300" />
			<content type="html"><![CDATA[<p>Я не увидел обоснованный ответ на:<br /></p><div class="quotebox"><blockquote><p>Я, например, пока не вижу причин, не вижу необходимости узнавать пароли администраторов.</p></blockquote></div><p>Если Вы запускаете от своего имени — свой пароль Вам должен быть известен. От имени системы — вовсе без пароля. Что не так?!</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2011-12-06T07:29:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54300#p54300</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Пароли входа в систему]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54297#p54297" />
			<content type="html"><![CDATA[<p>...а в ответ тишина..</p>]]></content>
			<author>
				<name><![CDATA[sov44]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26970</uri>
			</author>
			<updated>2011-12-06T07:01:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54297#p54297</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Пароли входа в систему]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54232#p54232" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>какова глобальная цель?</p></blockquote></div><p>С октября 2011 безуспешно пытаюсь написать скрипт для планировщика задач Windows XP. Тема на OsZone <a href="http://forum.oszone.net/showthread.php?t=217051&amp;highlight=%EF%EB%E0%ED%E8%F0%EE%E2%F9%E8%EA">http://forum.oszone.net/showthread.php? … 2%F9%E8%EA</a><br />Благодаря <strong>Iska</strong> основной вопрос с написанием скрипта решен. Осталось решить последнюю и самую важную (на мой взгляд) задачу - автоматически прописать в планировщике пароль входа в систему. Иначе планировщик не запускается. <a href="http://www.ixbt.com/soft/ms-task-scheduler.shtml">http://www.ixbt.com/soft/ms-task-scheduler.shtml</a><br />На чём остановился:&nbsp; </p><div class="codebox"><pre><code> :: добавление задания в планировщик, запуск 6 числа каждый месяц в 13:05
if not exist &quot;%windir%\Tasks\GIS_Kirov_Update1.job&quot; schtasks /create /tn &quot;GIS_Kirov_Update1&quot; /tr &quot;%~f0&quot; /sc Monthly /d 6 /sd 06/01/2011 /st 13:05:00 /ru System 1&gt;Nul 2&gt;&amp;1
if not exist &quot;%windir%\Tasks\GIS_Kirov_Update2.job&quot; schtasks /create /tn &quot;GIS_Kirov_Update2&quot; /tr &quot;%~f0&quot; /sc Monthly /d 16 /sd 06/01/2011 /st 13:05:00 /ru System 1&gt;Nul 2&gt;&amp;1</code></pre></div><p>Буду благодарен за помощь.</p>]]></content>
			<author>
				<name><![CDATA[sov44]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26970</uri>
			</author>
			<updated>2011-12-04T05:48:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54232#p54232</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Пароли входа в систему]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54221#p54221" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>sov44 пишет:</cite><blockquote><p>п.с. alexii = Iska ?</p></blockquote></div><p>Да.</p><div class="quotebox"><cite>sov44 пишет:</cite><blockquote><p>Интересуют все пароли. Если нет - вывод в текстовый файл, что пароля нет.<br />О глобальной цели пока промолчу. Однозначно - не для причинения вреда пользователям.</p></blockquote></div><p>Коллега, я на Ваш вопрос не промолчал — озвучьте и Вы ответ на мой. Ибо <span style="color: Green">есть у нас такое правило, как <a href="http://forum.script-coding.com/rules.html#2.9.">§2.9</a>, прямо запрещающее взлом.</span> Я, например, пока не вижу причин, не вижу необходимости узнавать пароли администраторов.</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2011-12-03T19:31:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54221#p54221</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Пароли входа в систему]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54211#p54211" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>alexii пишет:</cite><blockquote><p><strong>sov44</strong>, то бишь, и не пустые пароли интересуют?! Я что-то перестал понимать, какова глобальная цель?</p></blockquote></div><p>Интересуют все пароли. Если нет - вывод в текстовый файл, что пароля нет.<br />О глобальной цели пока промолчу. Однозначно - не для причинения вреда пользователям.</p><p>п.с. alexii = Iska ?</p>]]></content>
			<author>
				<name><![CDATA[sov44]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26970</uri>
			</author>
			<updated>2011-12-03T17:14:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54211#p54211</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Пароли входа в систему]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54187#p54187" />
			<content type="html"><![CDATA[<p><strong>sov44</strong>, то бишь, и не пустые пароли интересуют?! Я что-то перестал понимать, какова глобальная цель?</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2011-12-03T07:15:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54187#p54187</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Пароли входа в систему]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54186#p54186" />
			<content type="html"><![CDATA[<p>Это ты взломал сервер Господень? (c)</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2011-12-03T06:33:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54186#p54186</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CMD/BAT: Пароли входа в систему]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54182#p54182" />
			<content type="html"><![CDATA[<p>Помогите с написанием скрипта по определению паролей входа в систему пользователей с правами администратора. Если паролей нет, ввести их вручную и установить автоматический вход в систему. По окончании работы скрипта вывести в текстовый файл логины и пароли.</p>]]></content>
			<author>
				<name><![CDATA[sov44]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26970</uri>
			</author>
			<updated>2011-12-03T05:41:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54182#p54182</id>
		</entry>
</feed>
