<?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=11979&amp;type=atom" />
	<updated>2016-09-04T00:56:02Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11979</id>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Вкл. восстановление системы на всех дисках и создать точку]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107302#p107302" />
			<content type="html"><![CDATA[<p>Включить восстановление без сторонних утилит на cmd вряд ли можно. В PowerShell - да:</p><div class="codebox"><pre><code>enable-computerrestore -drive &quot;C:\&quot;, &quot;D:\&quot;, &quot;E:\&quot;</code></pre></div><p>А точку создать - пожалуйста:<br /></p><div class="codebox"><pre><code>WMIC.exe /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint &quot;%date% %time:~0,-3%&quot;, 100, 7</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-09-04T00:56:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107302#p107302</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CMD/BAT: Вкл. восстановление системы на всех дисках и создать точку]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107300#p107300" />
			<content type="html"><![CDATA[<p>Помогите разобраться, можно ли это сделать через cmd/bat?</p>]]></content>
			<author>
				<name><![CDATA[AlexGreen]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34162</uri>
			</author>
			<updated>2016-09-03T22:24:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107300#p107300</id>
		</entry>
</feed>
