<?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>TechUserFriendly.com &#187; Windows</title>
	<atom:link href="http://techuserfriendly.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://techuserfriendly.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 12:26:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Improve Home Network File Transfer Speeds in Windows 7 and Vista</title>
		<link>http://techuserfriendly.com/2010/07/improve-faster-home-network-file-transfer-speeds-windows-7-vista-tcp/</link>
		<comments>http://techuserfriendly.com/2010/07/improve-faster-home-network-file-transfer-speeds-windows-7-vista-tcp/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 08:46:31 +0000</pubDate>
		<dc:creator>Friendly User</dc:creator>
				<category><![CDATA[Forum Summaries]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://techuserfriendly.com/?p=762</guid>
		<description><![CDATA[Networks with both Windows 7 and Windows Vista computers may experience slow file transfer speeds. Improve network file transfer speeds over your home network by disabling TCP settings for Receive Window Auto-Tuning, Receive Side Scaling, and/or Remote Differential [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Home networks</strong> with one or more computers running <strong>Windows 7</strong> may experience <strong>slow file transfer speeds</strong>, specifically when transferring files with other computers running different operating systems, such as <strong>Windows Vista</strong>. Here is a solution that should <strong>improve network file transfer speeds over your </strong><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fsearch%3Frh%3Dn%3A172282%2Cn%3A%21493964%2Cn%3A541966%2Cn%3A172504%2Cn%3A300189%2Cp_n%5Fcondition-type%3A2224371011%2Cp%5F72%3A1248879011%26bbn%3D300189%26ie%3DUTF8%26qid%3D1279788183%26rnid%3D1248877011&amp;tag=techuscom-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325"><strong>home router</strong></a><strong><img style="border-bottom-style: none !important; border-right-style: none !important; margin: 0px; border-top-style: none !important; border-left-style: none !important" border="0" alt="" src="http://www.assoc-amazon.com/e/ir?t=techuscom-20&amp;l=ur2&amp;o=1" width="1" height="1" />, for networks with both Windows 7 and Windows Vista computers</strong>. </p>
<h1></h1>
<p> <span id="more-762"></span><br />
<h1>Faster File Transfer Speeds In Networks With Windows 7 &amp; Vista</h1>
<p>This method consists of two main parts, and assumes that your network is otherwise functioning properly. That is, each computer can access the others, except that the file transfer speeds are considerably slower than expected. This may be especially noticeable if you have just recently upgraded one or more computers on your network to Windows 7, from Windows XP or Vista for example.</p>
<p>Credit goes to the post at this <a href="http://www.tomstricks.com/how-to-fix-slow-file-transfer-problem-in-windows-vista/" target="_blank">link</a>, which specifically discusses Windows Vista networks (parts of which are quoted below). A detailed description of the method is given there, along with some of the reasoning behind it. But this method also can be adapted for use on mixed networks with Windows 7 and Vista systems, as described here.</p>
<h1>Part 1: Before Making Changes</h1>
<p>It&#8217;s recommended to check your settings and your transfer speeds before starting, but if you just want to go ahead and perform the changes to your computers, then skip ahead to Part 2.</p>
<p>Otherwise, to test that this method works for you and your network, you may want to copy a single large file over your network (i.e. a video file over 100 MB), both before and after performing the steps below, then comparing the transfer times.</p>
<p>Then check your current TCP settings on each of your Windows 7 and Windows Vista systems, by performing the following:</p>
<ol>
<li>Open an elevated command prompt, in Windows 7 or Windows Vista, with administrator rights. You can do this by right-clicking on the link for &quot;Command Prompt&quot; in the Start Menu, then selecting &quot;Run as administrator&quot;.      </p>
</li>
<li>In the Command Prompt window, type the following and press Enter: </li>
</ol>
<blockquote><p><font face="Courier New">netsh interface tcp show global</font></p>
</blockquote>
<p>Make note of the settings for &quot;Receive Side Scaling State&quot; and &quot;Receive Window Auto-Tuning Level&quot;, in case you want to undo your changes later.</p>
<h1>Part 2: Disable TCP “Receive Window Auto-Tuning” and/or “Receive Side Scaling”</h1>
<p>Repeat the steps below for each of your Windows 7 and Windows Vista systems to change <strong>TCP settings</strong> to <strong>disable &quot;Receive Window Auto-Tuning&quot;</strong> and to <strong>disable &quot;Receive Side Scaling&quot;</strong>.</p>
<ol>
<li>Open an elevated command prompt, in Windows 7 or Windows Vista, with administrator rights. You can do this by right-clicking on the link for &quot;Command Prompt&quot; in the Start Menu, then selecting &quot;Run as administrator&quot;.      </p>
</li>
<li>To disable &quot;Receive Window Auto-Tuning&quot;, in the Command Prompt window type the following and press Enter:      <br /> <br />
<blockquote>
<p><font face="Courier New">netsh interface tcp set global autotuninglevel=disabled</font> </p>
</blockquote>
<p> Your system should confirm the command was entered correctly by showing &quot;OK&quot; in the Command Prompt window.       </p>
</li>
<li>To disable &quot;Receive Side Scaling&quot;, in the Command Prompt window type the following and press Enter (this step is optional, so you may choose to skip this step for now and restart your computer first, to see if the transfer speed has improved):      <br /> <br />
<blockquote>
<p>&#160;<font face="Courier New">netsh interface tcp set global rss=disabled</font></p>
</blockquote>
<p> Your system should confirm the command was entered correctly by showing &quot;OK&quot; in the Command Prompt window.       </p>
</li>
<li>Restart your computer. </li>
</ol>
<h1>Part 3: Disable &quot;Remote Differential Compression (RDC)&quot; in Vista</h1>
<p>If after performing the steps in Part 2 above, file transfer speeds on your network are still slower than expected, then <strong>disable &quot;Remote Differential Compression (RDC)&quot;</strong> on your Windows Vista computers only, by performing the following:</p>
<ol>
<li>In Windows Vista, open the Control Panel, then click on &quot;Programs&quot;.      </p>
</li>
<li>Under &quot;Programs and Features&quot;, click on &quot;Turn Windows features on or off&quot;.
<p></li>
<li>In the window that appears, uncheck the checkbox for &quot;Remote Differential Compression&quot;, then click OK. You may need to wait several minutes for the changes to be applied.
<p></li>
<li>Restart your computer, after the changes have been applied. </li>
</ol>
<h1>Undo Changes If Needed</h1>
<p>To reverse the changes of Part 2, open an elevated Command Prompt as in Part 2, then type the following and press Enter after each line (then restart your computer):</p>
<blockquote><p><font face="Courier New">netsh interface tcp set global autotuninglevel=normal</font></p>
<p><font face="Courier New">netsh interface tcp set global rss=default</font></p>
</blockquote>
<p>To reverse the changes of Part 3, repeat all the steps of Part 3 except make sure to check the checkbox for &quot;Remote Differential Compression&quot; (then restart your computer).</p>
<p>Check your TCP settings for each system as in Part 1, to make sure that your changes have been undone.</p>
<p> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_aa85cec0-33cd-4777-a808-48c74c7434ec"  WIDTH="468px" HEIGHT="60px"> <PARAM NAME="movie" VALUE="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822%2FUS%2Ftechuscom-20%2F8009%2Faa85cec0-33cd-4777-a808-48c74c7434ec&amp;Operation=GetDisplayTemplate"><PARAM NAME="quality" VALUE="high"><PARAM NAME="bgcolor" VALUE="#FFFFFF"><PARAM NAME="allowscriptaccess" VALUE="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822%2FUS%2Ftechuscom-20%2F8009%2Faa85cec0-33cd-4777-a808-48c74c7434ec&amp;Operation=GetDisplayTemplate" id="Player_aa85cec0-33cd-4777-a808-48c74c7434ec" quality="high" bgcolor="#ffffff" name="Player_aa85cec0-33cd-4777-a808-48c74c7434ec" allowscriptaccess="always" type="application/x-shockwave-flash" align="middle" height="60px" width="468px"></embed></OBJECT><noscript></noscript><br />
<h1>More Information</h1>
<p><a href="http://www.tomstricks.com/how-to-fix-slow-file-transfer-problem-in-windows-vista/" target="_blank">How To: Fix Slow File Transfer Problem In Windows Vista</a>     <br /><a title="http://www.kitz.co.uk/adsl/vistaTCPtweaks.htm" href="http://www.kitz.co.uk/adsl/vistaTCPtweaks.htm" target="_blank">Vista TCP settings and tweaks</a>     <br /><a title="http://social.answers.microsoft.com/Forums/en-US/w7performance/thread/a5b548ad-9102-40f3-a320-6cd1cabd1f3d" href="http://social.answers.microsoft.com/Forums/en-US/w7performance/thread/a5b548ad-9102-40f3-a320-6cd1cabd1f3d" target="_blank">Microsoft Answers: Why Is Windows 7 Still As Slow As Vista With File Copy?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techuserfriendly.com/2010/07/improve-faster-home-network-file-transfer-speeds-windows-7-vista-tcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Completely Uninstall ZoneAlarm Firewall From Windows 7</title>
		<link>http://techuserfriendly.com/2010/07/completely-remove-uninstall-zonealarm-firewall-windows-7/</link>
		<comments>http://techuserfriendly.com/2010/07/completely-remove-uninstall-zonealarm-firewall-windows-7/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 01:21:12 +0000</pubDate>
		<dc:creator>Friendly User</dc:creator>
				<category><![CDATA[Forum Summaries]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[ZoneAlarm]]></category>

		<guid isPermaLink="false">http://techuserfriendly.com/?p=759</guid>
		<description><![CDATA[Windows 7 users uninstalling the ZoneAlarm firewall may encounter problems completing the uninstall. For example, your computer may restart unexpectedly, unless you are in safe mode. Completely uninstall ZoneAlarm using one of the removal tools listed [...]]]></description>
			<content:encoded><![CDATA[<p>For <strong>Windows 7</strong> users, when uninstalling the <strong>ZoneAlarm firewall</strong>, for whatever reason, you may encounter some problems completing the uninstall process. For example, your computer may begin to restart unexpectedly, unless you are in safe mode. <strong>Completely uninstall ZoneAlarm </strong>using one of the <strong>removal tools </strong>listed here.</p>
<p> <span id="more-759"></span><br />
<h1>Remove ZoneAlarm With The ZoneAlarm Removal Tool</h1>
<p>One option to safely and completely remove ZoneAlarm from your Windows 7 system, is to download and run the <strong>free ZoneAlarm Removal Tool</strong>. </p>
<p>From ZoneAlarm technical support at the <a href="http://forum.zonealarm.com/showthread.php?t=74728" target="_blank">ZoneAlarm forum</a>:</p>
<blockquote><p>Try Removing Zone Alarm and see if Windows 7 stabilizes?</p>
<p>use the new ZoneAlarm Removal Tool: Click here <a href="http://download.zonealarm.com/bin/free/support/cpes_clean.exe"></a><a title="http://download.zonealarm.com/bin/free/support/cpes_clean.exe" href="http://download.zonealarm.com/bin/free/support/cpes_clean.exe" target="_blank">http://download.zonealarm.com/bin/free/support/cpes_clean.exe</a></p>
<p>Save to desktop, right click and &quot;run as administrator&quot; This tool will remove all ZoneAlarm products from your system.</p>
<p>Please just download and run the tool, following the instructions. (you can un-install without net connections)</p>
</blockquote>
<p><a href="http://download.zonealarm.com/bin/free/support/cpes_clean.exe" target="_blank">Click to download the free ZoneAlarm Removal Tool from ZoneAlarm</a></p>
<p>The ZoneAlarm Removal Tool may require you to restart your computer after it runs, to complete the uninstall.</p>
<h1>Remove ZoneAlarm With Revo Uninstaller</h1>
<p>If the ZoneAlarm Removal Tool does not work for you, then another option to totally uninstall the ZoneAlarm firewall from a Windows 7 computer, is to download and run the <a href="http://www.revouninstaller.com/other-downloads.html" target="_blank"><strong>free portable version of Revo Uninstaller</strong></a>. </p>
<p><a href="http://www.revouninstaller.com/download/revouninstaller.zip" target="_blank">Click to download the free portable version of Revo Uninstaller</a></p>
<p>The link above will download the portable version of Revo Uninstaller as a &quot;.zip&quot; file. Just copy the contents of the &quot;.zip&quot; file to any location you like (i.e. your desktop, a USB drive, etc.), and run the program from there.</p>
<p>In Revo Uninstaller, choose to uninstall ZoneAlarm, and follow the instructions on the screen to completely remove ZoneAlarm.</p>
<h1>More Information</h1>
<p><a title="http://forum.zonealarm.com/index.php" href="http://forum.zonealarm.com/index.php" target="_blank">ZoneAlarm User Community (Forum)</a>    <br /><a href="http://www.revouninstaller.com/revo_uninstaller_free_download.html" target="_blank">Revo Uninstaller Features</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techuserfriendly.com/2010/07/completely-remove-uninstall-zonealarm-firewall-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CrossLoop: Help Fix Another Computer&#8217;s Problems From Your Computer With Free Software</title>
		<link>http://techuserfriendly.com/2009/11/crossloop-fix-another-computer-from-your-own/</link>
		<comments>http://techuserfriendly.com/2009/11/crossloop-fix-another-computer-from-your-own/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 18:25:02 +0000</pubDate>
		<dc:creator>Friendly User</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[CrossLoop]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Skype]]></category>

		<guid isPermaLink="false">http://techuserfriendly.com/?p=538</guid>
		<description><![CDATA[CrossLoop is a free program that allows you control and/or share another user’s computer to help them, remotely over the Internet. This guide shows you [...]]]></description>
			<content:encoded><![CDATA[<p><strong>CrossLoop is a free remote assistance software program</strong> that allows you to remotely access another user&#8217;s computer from your own computer, over the Internet. Using CrossLoop, you can <strong>help another user to solve their computer problem, by controlling their computer from your own</strong>. The user in need of some help, or the “Needy-User”, shares their screen with you, the “Helper”, and allows the you to control their computer’s mouse movements, as if you were physically in front of the Needy-User’s computer. This way, instead of spending a lot of time instructing the Needy-User on how to solve their computer issue, you can just fix it for them.</p>
<p>CrossLoop is an <strong>easy-to-use alternative to the Remote Assistance tool in Windows</strong>, because it <strong>requires no additional work on by either user</strong>, other than for both sides to start the CrossLoop program and for the Needy-User to giving an Access Code to the Helper (likely through phone or email). The Access Code ensures a secure connection. Neither modifying firewall settings, or changing router settings, is needed as CrossLoop is able to establish a connection on its own, saving a lot of time and trouble, since the Needy-User is likely not an expert on firewall or router settings.</p>
<p><span id="more-538"></span><br />
<h1>Overview of How CrossLoop Works</h1>
<p>Both the Helper and the Needy-User will need to have <strong>CrossLoop</strong> installed on their computers to proceed. </p>
<p>Signing up for an account is not necessary, but it is free to sign up for an account if you do.</p>
<p>The Needy-User will need to pass along an Access Code to the Helper, in order for the two computers to be connected. Once connected, the Helper can control the Needy-User’s mouse movements, and thus control the Needy-User’s computer, until one of the sides ends the session.</p>
<h1>Detailed Step-By-Step Instructions for CrossLoop</h1>
<p>The same procedure can be followed every time you need to help another person via <strong>CrossLoop</strong>.</p>
<ol>
<li>Both users start the CrossLoop remote assistance software program.      <br />&#160; </li>
<li>Users then can either login with their CrossLoop account email and password, or they can skip the login if they don’t have a CrossLoop account. You don’t need an account to use CrossLoop.      <br />&#160; </li>
<li>Both users will then need to connect using CrossLoop.      <br />&#160; <br />a. The Needy-User will need to click on the grey “Share” tab. There will be a 12-digit “Access Code” there that will need to be passed along to the Helper, for example, by phone, email, <a title="Skype" href="http://www.anrdoezrs.net/click-3680574-10420859?url=http%3A%2F%2Fwww.skype.com%2Fgetconnected%2F%2F%3Fcm_mmc%3Daffiliate%2D%5F%2Dcommission%5Fjunction%2D%5F%2Dlink%2D%5F%2Dbuilder%26sid%3D3680574" target="_blank" alt="Skype">Skype</a>, or instant-message.       <br />&#160; <br />b. The Helper will need to click on the green “Access” tab, if it is not already displayed. The 12-digit “Access Code” from the Needy-User will need to be entered here, in the “Access Code” blank space.       <br />&#160; </li>
<li>When the Helper has the Access Code and is ready, then both users can click on the green “Connect” button in the bottom right corner of the CrossLoop program.      <br />&#160; </li>
<li>For the Needy-User, CrossLoop will then ask if they want to allow the Helper to be able to control the mouse on their computer. Once the Needy-User clicks to allow this, then the two computers will be connected and the Helper will be able to control the Needy-User’s computer. The Helper can then proceed to fix whatever problems the Needy-User is having with their computer.      <br />&#160; </li>
<li>When finished, in the CrossLoop software window, either user can click disconnect to end the session, then close the program. </li>
</ol>
<h1><object width="480" height="385"><param name="movie" value="http://www.youtube-nocookie.com/v/QzbcuiMiwX0&amp;hl=en&amp;fs=1&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube-nocookie.com/v/QzbcuiMiwX0&amp;hl=en&amp;fs=1&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></h1>
<h1>Why CrossLoop Is Useful</h1>
<p><strong>CrossLoop</strong> can be a free, quick, and simple way to help fix the computer problems of a parent, friend, or relative who is not very knowledgeable with computers, and may be in another city or country. Or they simply have a computer issue that you know how to solve, but it would take too much time or trouble to walk another person through the instructions to fix it.</p>
<p>Used in combination with a service such as <a title="Skype" href="http://www.anrdoezrs.net/click-3680574-10420859?url=http%3A%2F%2Fwww.skype.com%2Fgetconnected%2F%2F%3Fcm_mmc%3Daffiliate%2D%5F%2Dcommission%5Fjunction%2D%5F%2Dlink%2D%5F%2Dbuilder%26sid%3D3680574" target="_blank" alt="Skype">Skype</a>, which you can use to exchange the Access Code or to exchange information on the issue to speed up the process, CrossLoop can be a hassle-free way to help someone else with their computer problems.</p>
<p><a href="http://www.crossloop.com/ipage.htm?id=download" target="_blank">Download CrossLoop</a></p>
<h1>More Information</h1>
<p><a href="http://techuserfriendly.com/2009/10/skype-pay-as-you-go-credit-vs-monthly-subscription/">Skype “Pay As You Go” Credit vs Monthly Subscription</a>     <br /><a href="http://www.crossloop.com/" target="_blank">CrossLoop Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techuserfriendly.com/2009/11/crossloop-fix-another-computer-from-your-own/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prevent Vista Hibernation Wake-Up Problems</title>
		<link>http://techuserfriendly.com/2009/10/prevent-vista-hibernation-wake-up-problems/</link>
		<comments>http://techuserfriendly.com/2009/10/prevent-vista-hibernation-wake-up-problems/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:45:57 +0000</pubDate>
		<dc:creator>Friendly User</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[hibernation]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://techuserfriendly.com/?p=341</guid>
		<description><![CDATA[Windows Vista Hibernation mode may sometimes randomly or unexpectedly wake up by itself. This problem can be prevented by changing some basic Vista [...]]]></description>
			<content:encoded><![CDATA[<p>In <strong>Windows Vista</strong>, you may have experienced that when you use “<strong>Hibernate</strong>” mode, your system may <strong>wake up or resume unexpectedly</strong>. This can happen either immediately after the system enters hibernation, or else maybe after a random period of time. You did not expect this to happen, since you did not interact with the system in any way such as by moving or clicking the mouse, typing with the keyboard, or pressing the power or restart buttons.</p>
<p>Assuming that your Vista system enters “<strong>Hibernate</strong>” mode correctly, the following are a few basic quick steps to solve the problem of your computer waking up itself, based on the most likely causes of this issue.</p>
<p><span id="more-341"></span></p>
<h1 class="below_top_content_ad">Stop Vista Hibernation Mode from Waking Up On Its Own</h1>
<p>Basically, what needs to be done is:</p>
<ul>
<li>Disable the ability of the mouse to wake up the system.</li>
<li>Disable the ability of the network card to wake up the system.</li>
</ul>
<p>Here are the steps needed to <strong>prevent Vista from exiting hibernation at random and unexpected times</strong>.</p>
<ol>
<li>First, <strong>prevent the network card from waking up the system from hibernation</strong>. In Vista, go to Control Panel -&gt; Network and Internet -&gt; Network and Sharing Center. Then click “View Status.”
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Vista Network And Sharing Center - Prevent Vista Hibernation Wake-Up Problems" src="http://i749.photobucket.com/albums/xx132/uftr/posts/2009_10/network_and_sharing_center.jpg" border="0" alt="Vista Network And Sharing Center - Prevent Vista Hibernation Wake-Up Problems" width="550" height="242" /></p>
<p>Or right-click on the network icon in the taskbar, then click Network and Sharing Center.</li>
<li>In the Status window that opens up, click on Properties.
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Vista Local Area Connection Status - Prevent Vista Hibernation Wake-Up Problems" src="http://i749.photobucket.com/albums/xx132/uftr/posts/2009_10/local_area_conn_status.jpg" border="0" alt="Vista Local Area Connection Status - Prevent Vista Hibernation Wake-Up Problems" width="377" height="454" /></li>
<li>In the Properties window that opens up, click on Configure, to change your network card settings.
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Vista Local Area Connection Properties - Prevent Vista Hibernation Wake-Up Problems" src="http://i749.photobucket.com/albums/xx132/uftr/posts/2009_10/local_area_conn_prop.jpg" border="0" alt="Vista Local Area Connection Properties - Prevent Vista Hibernation Wake-Up Problems" width="377" height="472" /></p>
</li>
<li>In the Configure window that opens up for the network card, go to the Power Management tab. Make sure that “Allow this device to wake the computer” is <strong>unchecked </strong>for the network card.
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Vista NIC Configure - Prevent Vista Hibernation Wake-Up Problems" src="http://i749.photobucket.com/albums/xx132/uftr/posts/2009_10/NIC_configure.jpg" border="0" alt="Vista NIC Configure - Prevent Vista Hibernation Wake-Up Problems" width="422" height="459" /></p>
</li>
<li>Next, <strong>prevent the mouse from waking up the system</strong>. From the Control Panel, open the Mouse Properties. From the Hardware tab, click on Properties.
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Vista Mouse Properties - Prevent Vista Hibernation Wake-Up Problems" src="http://i749.photobucket.com/albums/xx132/uftr/posts/2009_10/mouse_properties.jpg" border="0" alt="Vista Mouse Properties - Prevent Vista Hibernation Wake-Up Problems" width="414" height="459" /></p>
</li>
<li>In the window that opens up, click on Change Settings.
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Vista Mouse Properties - Prevent Vista Hibernation Wake-Up Problems" src="http://i749.photobucket.com/albums/xx132/uftr/posts/2009_10/mouse_properties2.jpg" border="0" alt="Vista Mouse Properties - Prevent Vista Hibernation Wake-Up Problems" width="414" height="459" /></p>
</li>
<li>Then, in the Power Management tab, make sure that “Allow this device to wake the computer” is <strong>unchecked</strong> for the mouse.</li>
</ol>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Vista Mouse Properties - Prevent Vista Hibernation Wake-Up Problems" src="http://i749.photobucket.com/albums/xx132/uftr/posts/2009_10/mouse_properties3.jpg" border="0" alt="Vista Mouse Properties - Prevent Vista Hibernation Wake-Up Problems" width="414" height="459" /></p>
<p>These are the basic steps often required to prevent a Windows Vista system from unexpectedly waking up from hibernation, where the user has not performed any action to wake up the system. For further troubleshooting if this issue persists, see the links below.</p>
<h1>More Information</h1>
<p><a href="http://it.toolbox.com/blogs/programming-life/unsolved-mysteries-vistas-automatic-wake-up-while-in-hibernate-or-sleep-mode-27212">Vista&#8217;s Automatic &#8220;Wake Up&#8221; While In Hibernate Or Sleep Mode</a><br />
<a href="http://support.microsoft.com/kb/907477">How to troubleshoot hibernation and standby issues in Windows XP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techuserfriendly.com/2009/10/prevent-vista-hibernation-wake-up-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
