<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Schedule a Windows Reboot at a Later Time</title>
	<atom:link href="http://systembash.com/content/how-to-schedule-a-windows-reboot-at-a-later-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://systembash.com/content/how-to-schedule-a-windows-reboot-at-a-later-time/</link>
	<description>Technology and System Administration</description>
	<lastBuildDate>Mon, 15 Mar 2010 08:03:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave</title>
		<link>http://systembash.com/content/how-to-schedule-a-windows-reboot-at-a-later-time/comment-page-1/#comment-16148</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 26 Aug 2008 14:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=166#comment-16148</guid>
		<description>Ronny, Thanks for the info. I&#039;ve updated the post with your information! I agree - it is better to run it outside of task manager as it just leaves more points of failure.</description>
		<content:encoded><![CDATA[<p>Ronny, Thanks for the info. I&#8217;ve updated the post with your information! I agree &#8211; it is better to run it outside of task manager as it just leaves more points of failure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://solfrejazz.livejournal.com/</title>
		<link>http://systembash.com/content/how-to-schedule-a-windows-reboot-at-a-later-time/comment-page-1/#comment-15161</link>
		<dc:creator>http://solfrejazz.livejournal.com/</dc:creator>
		<pubDate>Tue, 05 Aug 2008 20:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=166#comment-15161</guid>
		<description>I\&#039;m assuming you mean turn of the computer, and not restart it.  Please tell me if I\&#039;m wrong.  And if I\&#039;m right - my comment is this:  I would like to know how to schedule a shut-down of a mac computer.</description>
		<content:encoded><![CDATA[<p>I\&#8217;m assuming you mean turn of the computer, and not restart it.  Please tell me if I\&#8217;m wrong.  And if I\&#8217;m right &#8211; my comment is this:  I would like to know how to schedule a shut-down of a mac computer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny Ong</title>
		<link>http://systembash.com/content/how-to-schedule-a-windows-reboot-at-a-later-time/comment-page-1/#comment-14900</link>
		<dc:creator>Ronny Ong</dc:creator>
		<pubDate>Wed, 30 Jul 2008 22:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=166#comment-14900</guid>
		<description>Actually, the shutdown command is built into virtually every version of Windows released in the last 8 years:

XP (Pro/Tablet/Media Center Editions)
Vista (All Editions)
Server 2003 (All Editions)
Server 2008 (All Editions)

The only exception is XP Home Edition. 

Syntax example: shutdown -r -f -t 10

In fact, your use of psshutdown with Scheduled Tasks is silly because one of the main reasons to use psshutdown instead of the built-in shutdown is that the -t option of psshutdown supports HH:MM (time in 24-hour format) in addition to NN (number of seconds). So your example could have been:

psshutdown -r -f -c -t 02:00 /accepteula

Which is better because it does not rely upon the Task Scheduler service being enabled and running. Instead, psshutdown temporarily installs its own service. Occasionally, anti-malware which has been set to paranoid settings may block this, but typically such settings would also block the addition of a Scheduled Task.</description>
		<content:encoded><![CDATA[<p>Actually, the shutdown command is built into virtually every version of Windows released in the last 8 years:</p>
<p>XP (Pro/Tablet/Media Center Editions)<br />
Vista (All Editions)<br />
Server 2003 (All Editions)<br />
Server 2008 (All Editions)</p>
<p>The only exception is XP Home Edition. </p>
<p>Syntax example: shutdown -r -f -t 10</p>
<p>In fact, your use of psshutdown with Scheduled Tasks is silly because one of the main reasons to use psshutdown instead of the built-in shutdown is that the -t option of psshutdown supports HH:MM (time in 24-hour format) in addition to NN (number of seconds). So your example could have been:</p>
<p>psshutdown -r -f -c -t 02:00 /accepteula</p>
<p>Which is better because it does not rely upon the Task Scheduler service being enabled and running. Instead, psshutdown temporarily installs its own service. Occasionally, anti-malware which has been set to paranoid settings may block this, but typically such settings would also block the addition of a Scheduled Task.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
