<?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>admin &#8211; Alexander Shyrokov&#039;s blog</title>
	<atom:link href="http://sjcomp.com/blog/?feed=rss2&#038;cat=76" rel="self" type="application/rss+xml" />
	<link>http://sjcomp.com/blog</link>
	<description>This&#039;s only my opinion, so keep it that way</description>
	<lastBuildDate>Mon, 21 Oct 2019 13:42:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.16</generator>
	<item>
		<title>Windows 7 wakes up unexpectedly</title>
		<link>http://sjcomp.com/blog/?p=444</link>
		<pubDate>Sun, 07 Mar 2010 18:00:52 +0000</pubDate>
		<dc:creator><![CDATA[Alexander Shyrokov]]></dc:creator>
				<category><![CDATA[admin]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sjcomp.com/blog/?p=444</guid>
		<description><![CDATA[I noticed that my computer wakes up without an apparent reason. Quick google search led me to the following information: rem Change wake settings. rem Get list of the devices. rem PowerCfg -DEVICEQUERY wake_armed >DeviceList.txt rem I got: rem HID Keyboard Device (002) rem HID-compliant mouse (003) rem Intel(R) 82567LF-2 Gigabit Network Connection rem Disable [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I noticed that my computer wakes up without an apparent reason. Quick google search led me to the <a href="http://social.technet.microsoft.com/Forums/en/w7itproinstall/thread/44d710d1-e8ef-4bb4-ac1a-4e9f0a0af87d">following</a> information:</p>
<pre lang="dos">
rem Change wake settings.
rem Get list of the devices.
rem PowerCfg -DEVICEQUERY wake_armed >DeviceList.txt
rem I got:
rem 	HID Keyboard Device (002)
rem 	HID-compliant mouse (003)
rem 	Intel(R) 82567LF-2 Gigabit Network Connection
rem Disable one devices one by one.
PowerCfg -DEVICEDISABLEWAKE "HID Keyboard Device (002)"
</pre>
]]></content:encoded>
			</item>
	</channel>
</rss>
