<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>318 Tech Journal &#187; powrprof.dll</title>
	<atom:link href="http://techjournal.318.com/tag/powrprofdll/feed/" rel="self" type="application/rss+xml" />
	<link>http://techjournal.318.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 22:09:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Sleeping Windows from the Command Line</title>
		<link>http://techjournal.318.com/windows/sleeping-windows-from-the-command-line/</link>
		<comments>http://techjournal.318.com/windows/sleeping-windows-from-the-command-line/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 16:26:23 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[lockworkstation]]></category>
		<category><![CDATA[powrprof.dll]]></category>
		<category><![CDATA[rundll32]]></category>
		<category><![CDATA[setsuspendstate]]></category>
		<category><![CDATA[sleep from command line]]></category>
		<category><![CDATA[user32.dll]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=253</guid>
		<description><![CDATA[Windows, like Mac OS X can be put to sleep, locked or suspended from the command line. To suspend a host you would run the following command: rundll32 powrprof.dll,SetSuspendState To lock a Windows computer from the command line, use the following command: rundll user32.dll,LockWorkStation To put a machine in Hibernation mode: rundll32 powrprof.dll,SetSuspendState Hibernate If [...]]]></description>
			<content:encoded><![CDATA[<p>Windows, like Mac OS X can be put to sleep, locked or suspended from the command line.  To suspend a host you would run the following command:</p>
<blockquote><p>rundll32 powrprof.dll,SetSuspendState</p></blockquote>
<p>To lock a Windows computer from the command line, use the following command:</p>
<blockquote><p>rundll user32.dll,LockWorkStation</p></blockquote>
<p>To put a machine in Hibernation mode:</p>
<blockquote><p>rundll32 powrprof.dll,SetSuspendState Hibernate</p></blockquote>
<p>If you would rather simply shut the computer down, then there is also the shutdown command, which can be issued at the command line.  You can also use tsshutdn, which provides a few more options than the traditional shutdown command.  All of these commands can also be scripted.  For example, using the at command to provide a one time instance (which is actually a feature built into tsshutdn and shutdown).  Another way to automate these in WIndows would be to issue the schtasks command (or simply write a batch file and use the GUI).</p>
]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/windows/sleeping-windows-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

