<?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>Computer How To Guide</title>
	<atom:link href="http://www.computer-how-to-guide.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computer-how-to-guide.com</link>
	<description>PC Troubleshooting and Diagnostic Information</description>
	<lastBuildDate>Tue, 15 Nov 2011 20:45:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Fix Event ID 2017 and 2021 – Source Srv &amp; Lanman</title>
		<link>http://www.computer-how-to-guide.com/windows-software/event-id-2017-2021/</link>
		<comments>http://www.computer-how-to-guide.com/windows-software/event-id-2017-2021/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 16:14:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows & Software]]></category>
		<category><![CDATA[Event ID 2017]]></category>
		<category><![CDATA[Event ID 2021]]></category>
		<category><![CDATA[Filesharing]]></category>
		<category><![CDATA[Lanman]]></category>
		<category><![CDATA[Source Srv]]></category>

		<guid isPermaLink="false">http://www.computer-how-to-guide.com/?p=236</guid>
		<description><![CDATA[Filesharing &#38; Network Mapping Issues with a File Server The other day I got a call from a customer who was using a fairly decent system for file sharing in a small office of 4 people. She told me that she was having issues connecting to the network drive where the coworkers shared their documents. [...]]]></description>
			<content:encoded><![CDATA[<h3>Filesharing &amp; Network Mapping Issues with a File Server</h3>
<p>The other day I got a call from a customer who was using a fairly decent system for <strong>file sharing</strong> in a small office of 4 people.</p>
<p>She told me that she was having issues <strong>connecting to the network drive</strong> where the coworkers shared their documents. This was strange because we had all the <strong>network drives mapped</strong> and they had always connected fast without issues in the past.</p>
<p><a href="http://www.computer-how-to-guide.com/wp-content/uploads/2010/10/network-drive-problem.jpg"><img class="alignleft" title="Can't Reach Mapped Network Drives" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/10/network-drive-problem.jpg" alt="" width="350" height="233" /></a>The server had been up and running for about a month now so I was concerned that something was going on and offered to stop in to take a look at it.</p>
<p>Upon inspecting the server I noted there were numerous errors in the <strong>event log</strong> referencing the following errors:</p>
<ul>
<li>Event ID 2017</li>
<li>Event ID 2021</li>
</ul>
<p>With sources <strong>SRV</strong> and <strong>LANMAN</strong> being referenced in some of the errors.</p>
<p>After referencing the error in Google I saw numerous people asking about this online and finally found an answer about what was going on and how to fix it.</p>
<p>It turns out this error is commonly caused by a system that is being used mainly for <strong>file sharing</strong> that has not been optimized with server settings for file sharing. It basically came down to the system not allotting enough resources to the users trying to access the server.</p>
<p>Now this applied even for users who were running Windows Server, Windows XP, Windows Vista or Windows 7 because the main difference between how these OS run compared to Windows Server are just registry settings that allot various resources.</p>
<p style="text-align: center;"><a href="http://www.computer-how-to-guide.com/wp-content/uploads/2010/10/registry-editor.jpg"><img class="size-full wp-image-242  aligncenter" title="Edit the Registry to Optimize System for File Sharing" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/10/registry-editor.jpg" alt="" width="400" height="265" /></a></p>
<p>So in order to resolve the problem there are two registry tweaks you need to make to optimize system resources in a PC used mainly for file sharing.</p>
<blockquote><p>(It’s always wise to export a backup copy of your registry when you first go into Regedit before making any major changes to a system.)</p></blockquote>
<p>01. First open Regedit. (Start &gt; Run &gt; Regedit)</p>
<p>02. Then locate the first key:</p>
<blockquote><p>HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache</p></blockquote>
<p>03. By default this value is probably set to “0” and needs to be changed to “1”</p>
<p>04. Then locate the following key:</p>
<blockquote><p>HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\Size</p></blockquote>
<p>05. By default this value is probably also “0” and needs to be changed to “3”</p>
<p>06. Once these changes have been made, reboot the system for the new settings to take effect.</p>
<p>This should resolve the errors in the event log and should clear up any issues users are having with file sharing or network mapping.</p>
<p>Please comment and let us know if this fixed the problem for you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-how-to-guide.com/windows-software/event-id-2017-2021/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Enable Classic Menu in Microsoft Office 2007 or 2010 – Change Ribbon Menu</title>
		<link>http://www.computer-how-to-guide.com/windows-software/classic-menu-microsoft-office/</link>
		<comments>http://www.computer-how-to-guide.com/windows-software/classic-menu-microsoft-office/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 15:47:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows & Software]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[Microsoft Office]]></category>

		<guid isPermaLink="false">http://www.computer-how-to-guide.com/?p=225</guid>
		<description><![CDATA[Change the Ribbon Menu in Microsoft Office to Classic Display If you are like many users out there you are probably not happy with the new Microsoft Office “Ribbon” interface that completely changes the way your menus look at the top of the page. While Microsoft made this change to improve productivity, some people really [...]]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://www.computer-how-to-guide.com/wp-content/uploads/2010/10/change-office-menu.jpg"><img class="size-full wp-image-226 alignnone" title="Change MS Office 2007 / 2010 Menu to Classic" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/10/change-office-menu.jpg" alt="" width="400" height="95" /></a></center></p>
<h3>Change the Ribbon Menu in Microsoft Office to Classic Display</h3>
<p>If you are like many users out there you are probably not happy with the new Microsoft Office “<strong>Ribbon</strong>” interface that completely changes the way your menus look at the top of the page.</p>
<p>While Microsoft made this change to improve productivity, some people really don’t like the new layout and I don’t blame them.</p>
<p>In several cases customers I was working with even asked me if there was a way to disable the ribbon menu and change it back to the classic Office 2003 menu.</p>
<p style="text-align: center;"><a href="http://www.computer-how-to-guide.com/wp-content/uploads/2010/10/office-2010-ribbon-menu.jpg"><img class="size-full wp-image-229  aligncenter" title="Change Office 2007 / 2010 to Classic Menu" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/10/office-2010-ribbon-menu.jpg" alt="" width="350" height="232" /></a></p>
<p>Unfortunately there isn’t an easy way to do this right through Microsoft Office but as always I have an alternative solution that will allow you to change Microsoft Office 2007 or Office 2010 back to the classic menu you are accustomed to.</p>
<p>The best method I found was using a program called “<a title="Classic Menu for Microsoft Office 2007 / 2010" href="http://www.addintools.com/english/products.htm" target="_blank">Classic Menu for Microsoft Office</a>” from Detong Technology Ltd. The program is free to try but costs $29.95 to purchase if you decide to continue using it. Well worth it for most business customers, and as a home user how much is your productivity worth?</p>
<p>You can download the program for <strong>Microsoft Office 2007</strong> or <strong>Office 2010</strong> by making the proper selection at the top of the webpage.</p>
<p style="text-align: center;"><a href="http://www.computer-how-to-guide.com/wp-content/uploads/2010/10/classic-menu-ms-office.jpg"><img class="size-full wp-image-233  aligncenter" title="Enable Classic Menu in Microsoft Office" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/10/classic-menu-ms-office.jpg" alt="" width="400" height="246" /></a></p>
<p>Once you have installed the program the “<strong>Classic Menu Manager</strong>” should display on the screen. The classic menu manager allows you to toggle options for each of the Microsoft Office programs on the system.</p>
<p>In the tabs you can enable or disable the classic menus, as well as modify additional details about how you would like the program to display things in Microsoft Office.</p>
<p>This is a great alternative for customers who are unhappy with the new Microsoft Office Ribbon menu and want to change back to the classic Microsoft Office menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-how-to-guide.com/windows-software/classic-menu-microsoft-office/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Windows Phone 7 from Microsoft</title>
		<link>http://www.computer-how-to-guide.com/windows-software/windows-phone-7-microsoft-os/</link>
		<comments>http://www.computer-how-to-guide.com/windows-software/windows-phone-7-microsoft-os/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 15:10:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows & Software]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Copy & Paste]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Smart Phone]]></category>
		<category><![CDATA[Windows Phone 7]]></category>

		<guid isPermaLink="false">http://www.computer-how-to-guide.com/?p=195</guid>
		<description><![CDATA[Windows Phone 7 Changes the Way We Interact With Smart Phones With the pending release of the Windows 7 Phone many users have been wondering about the functionality and interface of this new Smart Phone driven by Microsoft technology. Now with MIX 10 in session some of our questions are finally being answered… along with [...]]]></description>
			<content:encoded><![CDATA[<p><center><img class="size-full wp-image-200 alignnone" title="Windows Phone 7 Logo" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/03/windows-phone-logo.jpg" alt="" width="350" height="242" /></center></p>
<h3>Windows Phone 7 Changes the Way We Interact With Smart Phones</h3>
<p><a href="http://www.computer-how-to-guide.com/wp-content/uploads/2010/03/windows-phone-7.jpg"><img class="alignright size-full wp-image-197" title="Windows Phone 7 from Microsoft" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/03/windows-phone-7.jpg" alt="" width="187" height="359" /></a>With the pending release of the Windows 7 Phone many users have been wondering about the functionality and interface of this new Smart Phone driven by Microsoft technology. Now with MIX 10 in session some of our questions are finally being answered… along with new questions being posed.</p>
<p>First off (for those who don’t already know) what is <a title="Windows Phone 7 Blog" href="http://windowsteamblog.com/blogs/windowsphone/default.aspx" target="_blank">Windows Phone 7</a>?</p>
<p>Windows Phone 7 series is the latest release of the Microsoft Windows Phone operating system. While the name implies similarities to Windows 7 the best way to look at this OS is that it was designed from the ground up, in the same way that Windows 7 was. At least this is the initial impression we are hearing from the <a title="Windows Phone 7 Engadget Hands-On Impressions" href="http://www.engadget.com/2010/02/15/windows-phone-7-series-hands-on-and-impressions/" target="_blank">guys over at Engadget</a>.</p>
<p>With a hands-on demonstration their initial reports seem to show that they are impressed with the look and feel of the device, short of the initial limitations that are going to be imposed on the phone. The biggest concerns of many users being the lack of a “Copy &amp; Paste” function in the Windows Phone 7 OS.</p>
<p>But haven’t we been down this road before?</p>
<p>I remember waiting in line to get my first Apple iPhone and the initial excitement I felt about the device kept me occupied for quite some time before I even realized I couldn’t copy and paste. The sheer number of things I COULD do with the phone made this a non-issue for many months.</p>
<p>Regardless of how you feel about this lacking feature lets look at some of the other things the Windows Phone 7 will allow you to do.</p>
<p>As you would expect with any Smart Phone now a days the Windows Phone 7 will allow you to email, go online, organize multimedia, offer access to audio and video with additional features like being able to update your Xbox Live profile on the go, and play games.</p>
<p style="text-align: center;"><img class="size-full wp-image-203 aligncenter" title="Windows Phone 7 Apps &amp; Gaming" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/03/windows-phone-gaming.jpg" alt="" width="350" height="179" /></p>
<p>The development platforms for Apps on the new OS also show a lot of promise as they will be designed around XNA &amp; Silverlight to offer rich, content oriented mobile computing.</p>
<p>Even now we are learning more details about the Apps platform for this phone along with the potential for developers. For now we will need to sit back and relax as all the details are released. But we can look forward to seeing this new OS in action around Q4 of this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-how-to-guide.com/windows-software/windows-phone-7-microsoft-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bad Power Supply (PSU) &#8211; How to Check If a Power Supply is Dead</title>
		<link>http://www.computer-how-to-guide.com/power-supply-troubleshooting/failed-power-supply-psu-diagnostic/</link>
		<comments>http://www.computer-how-to-guide.com/power-supply-troubleshooting/failed-power-supply-psu-diagnostic/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 08:00:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Power Supply]]></category>
		<category><![CDATA[diagnostic]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[power supply]]></category>
		<category><![CDATA[power switch]]></category>
		<category><![CDATA[psu]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[troubleshooting steps]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.computer-how-to-guide.com/?p=80</guid>
		<description><![CDATA[My Computer Won’t Turn On… Is My Power Supply Faulty? Troubleshooting a Bad Power Supply is pretty straight forward. Since the Power Supply is self contained issues with the PSU are not usually the result of a configuration issue. There are several you can check though before deciding the power supply is faulty. The first [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<h3>My Computer Won’t Turn On… Is My Power Supply Faulty?</h3>
<p><a title="Troubleshoot a bad Power Supply PSU Unit" href="http://www.computer-how-to-guide.com/" target="_blank">Troubleshooting a Bad Power Supply</a> is pretty straight forward. Since the Power Supply is self contained issues with the PSU are not usually the result of a configuration issue.</p>
<p>There are several you can check though before deciding the power supply is faulty. The first and foremost method is to use a <a title="Power Supply Tester from CPU Solutions" href="http://www.cpusolutions.com/store/pc/showsearchresults.asp?pageStyle=P&amp;resultCnt=20&amp;keyword=tester" target="_blank">power supply tester</a> to check for a faulty PSU. Unfortunately not people own one until they need one, so there are some manual troubleshooting steps you can perform to check for a bad power supply.</p>
<h3>How To Troubleshoot a Bad or Faulty Power Supply (PSU)</h3>
<ul>
<ul>
<li><strong>WARNING</strong>: Power Supplies contain internal components that can store an electrical charge. Never attempt to repair the internal components of a Power Supply as you risk personal injury and also void the warranty on the PSU.</li>
</ul>
</ul>
<p>&nbsp;</p>
<p><strong>01. Check that the AC Power Cable is Connected Firmly to the Wall Outlet and PSU.</strong></p>
<p>The PSU can commonly be stiff when connecting the AC power cable so make sure the cable and power supply are making good contact with one another.</p>
<p><strong>02. Check the AC Outlet that the Power Supply is Plugged Into. </strong></p>
<p>If it is a wall outlet, ask yourself if it is controlled by a wall switch. If so is the switch turned on?</p>
<p>If you are using a power strip or surge protector check to make sure the power switch is set to “On”. There will usually be a little red light that indicates this on a decent power strip or surge protector.</p>
<p style="text-align: center;"><img class="aligncenter" title="Testing a Bad Power Supply - PSU Diagnostic" src="http://www.computer-how-to-guide.com/wp-content/images/64-power-suppy-diagnostic.jpg" alt="" width="400" height="280" /></p>
<p><strong>03. Check the On/Off switch on the Power Supply itself.</strong></p>
<p>Most new power supplies all have an On/Off switch. This is a little black switch on the back of the power supply that has a one and a zero on it. (It may look like an I / O on the switch).</p>
<p>Make sure this switch is set to “On”. If the switch is set to one (1) this indicates that the power supply is turned “On”. If it is set to zero (0) it means the PSU is currently switched off. Make sure the switch is set to the one (1) position.</p>
<p><strong>04. Check the Voltage Switch on the Power Supply.</strong></p>
<p>On most new Power Supplies there is a red switch on the back that indicates voltage. This can be set to either 115V or 230V.</p>
<p>In the USA all our households use 115V from the wall AC outlets for standard appliances. <span style="text-decoration: underline;">If you are in the US make sure your Power Supply is set to <strong>115V</strong></span>. If you are from Europe I believe your PSU needs to be set to 230V.</p>
<p><img class="alignnone" title="Check ATX Power Connections on a Possible Bad Power Supply" src="http://www.computer-how-to-guide.com/wp-content/images/28-atx-24-pin-cable.jpg" alt="" width="240" height="240" /><img class="alignnone" title="Check for Bad Power Leads on a Faulty PSU" src="http://www.computer-how-to-guide.com/wp-content/images/29-atx-4-pin-cable.jpg" alt="" width="240" height="240" /></p>
<p><strong>05. Check the 20/24 Pin ATX Power Connector and 4 Pin ATX Power Connector</strong></p>
<p>Most motherboards require that you connect two Power Leads from a Power Supply to power your motherboard.</p>
<p>The main power lead is the 20/24 Pin ATX power connection which plugs in near the memory slots on your motherboard. The secondary power lead that is required is the 4 pin ATX power connection.</p>
<p>Make sure both of these leads are plugged in securely to your motherboard. You should feel a small click when they are properly inserted.</p>
<p>It is not uncommon for a lead to feel stiff and not go in all the way. To ensure that the ATX power leads are firmly connected disconnect each on and reconnect them to the motherboard.</p>
<p><strong>06. Use Observations on the Power Supply to Determine if it’s Faulty.</strong></p>
<ol>
<li>If your motherboard has a power LED on it, is this light turned on. (The motherboard power LED will normally glow even when the system is powered down.) If it is glowing this confirms the board is receiving power from the PSU and the problem may lie elsewhere.</li>
<li>Can you see or hear the fan inside the power supply spin when you try to power on the system. If you do not see or hear it spinning this can be a sign of a bad power supply.</li>
<li>Did the power supply make any crackling or popping noises when you tried to start the system? If so, this is a sign that a component inside the power supply has failed.</li>
<li>Did you see a spark or smoke come out of the power supply? If so this is another sign that a component inside the Power Supply has failed.</li>
<li>Does the power supply smell like burning electrical components. If so this is another sign of component failure inside the power supply.</li>
</ol>
<p><strong>07. Use Another Power Supply for Testing</strong></p>
<p>If you have performed all of the above steps and have still not been able to determine if your issues are a result of a bad power supply use an extra power supply (if applicable) or a PSU from another system and try to start your system with the secondary Power Supply.</p>
<p>If it powers on with the other power supply you have determined your original Power Supply is bad or faulty.</p>
<h3>Troubleshooting a Bad Power Supply Summary</h3>
<p>If you have determined your Power Supply is bad you have two main options.</p>
<ol>
<li>If your power supply is under warranty send it into the retailer or manufacturer for RMA replacement.</li>
<li>If your power supply is outside of the warranty period you will need to purchase a new power supply.</li>
</ol>
<p>If you have any questions or comments regarding this article please feel free to leave them below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-how-to-guide.com/power-supply-troubleshooting/failed-power-supply-psu-diagnostic/feed/</wfw:commentRss>
		<slash:comments>75</slash:comments>
		</item>
		<item>
		<title>Windows XP Install gives a Blue Screen on an Intel Motherboard</title>
		<link>http://www.computer-how-to-guide.com/windows-software/windows-xp-bsod-intel-motherboard/</link>
		<comments>http://www.computer-how-to-guide.com/windows-software/windows-xp-bsod-intel-motherboard/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 18:37:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows & Software]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Intel Motherboard]]></category>
		<category><![CDATA[Service Pack]]></category>
		<category><![CDATA[Slip Stream]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[SP2]]></category>
		<category><![CDATA[SP3]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.computer-how-to-guide.com/?p=186</guid>
		<description><![CDATA[Windows XP BSOD Error while Installing on an Intel Motherboard Hey guys, here’s a quick one I ran across the other day that could give people massive headaches because it’s such an obtuse issue. While installing Windows XP SP1 one onto an Intel motherboard I received a Blue Screen of Death error with a mention [...]]]></description>
			<content:encoded><![CDATA[<p><center><img class="aligncenter size-full wp-image-188" title="Windows XP SP1 BSOD on Intel Motherboard" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/01/01-intel-bsod-windows-xp.jpg" alt="Windows XP SP1 BSOD on Intel Motherboard" width="400" height="293" /></center></p>
<h3>Windows XP BSOD Error while Installing on an Intel Motherboard</h3>
<p>Hey guys, here’s a quick one I ran across the other day that could give people massive headaches because it’s such an obtuse issue.</p>
<p>While installing Windows XP SP1 one onto an Intel motherboard I received a Blue Screen of Death error with a mention or IRQL in the dump.</p>
<p>I did a memory diagnostic test which came back error free. I reseated the CPU, and checked the cooler to make sure it was not overheating. I even tried a different hard drives and cables.</p>
<p style="text-align: center;"><img class="size-full wp-image-190  aligncenter" title="Windows XP SP1 Blue Screen of Death During Install" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/01/02-windows-xp-bsod.jpg" alt="Windows XP SP1 Blue Screen of Death During Install" width="398" height="298" /></p>
<p>It turns out that many Intel Motherboards will Blue Screen if you are installing Windows XP with an old service pack. (In most cases SP1). A good way to identify if this is the case is that the error usually always occurs at the same point of the install. (Usually 1 min into the graphical portion of the Windows XP installation.)</p>
<p><strong>If this is the case you can do a few things to resolve the issue:</strong></p>
<ol>
<li>Get a copy of Windows XP (Home or Pro depending on what you are trying to reinstall) that is Service Pack 2 (SP2) and up from a friend or coworker. Use your windows key when you reinstall and this should resolve the BSOD error.</li>
<li>If you cannot get a copy of an updated service pack version of Windows use a program like <a title="nLite Slipstream Software" href="http://www.nliteos.com/" target="_blank">nLite</a> to slip stream the service pack into your copy of Windows.</li>
</ol>
<p>(You will need to the latest version of the .NET framework on the PC you create your slipstream disk on. <a title="Download the latest version of Microsoft .NET Framework" href="http://www.microsoft.com/Net/Download.aspx" target="_blank">http://www.microsoft.com/Net/Download.aspx</a>)</p>
<p style="text-align: center;"><img class="size-full wp-image-191  aligncenter" title="nLite Slipstream Software for Windows" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/01/03-nlite-slipstream-windows.jpg" alt="nLite Slipstream Software for Windows" width="400" height="316" /></p>
<p>To slipstream your disk simply run nLite and it will walk you through the process. You will need your original Windows installation disk, and a standalone executable of SP2 or SP3.</p>
<p><a title="Windows XP Downloads from Microsoft" href="http://www.microsoft.com/windowsxp/downloads/default.mspx">http://www.microsoft.com/windowsxp/downloads/default.mspx</a></p>
<p>When you run nLite it will ask for your installation disk. Put it into the system and nLite will copy your disk. Then it will ask you to point it to the executable you would like to slipstream into the disk. Point nLite to where you saved your service pack download and walla! You now have a slipstreamed disk that should help you avoid the BSOD error on Intel Motherboards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-how-to-guide.com/windows-software/windows-xp-bsod-intel-motherboard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Get your iPhone to Sync on Windows 7. (Unknown Error 0xE8000065)</title>
		<link>http://www.computer-how-to-guide.com/windows-software/iphone-sync-windows-7-0xe8000065/</link>
		<comments>http://www.computer-how-to-guide.com/windows-software/iphone-sync-windows-7-0xe8000065/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 02:46:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows & Software]]></category>
		<category><![CDATA[0xe8000065]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Power Management]]></category>
		<category><![CDATA[Unknown Error]]></category>
		<category><![CDATA[USB Root Hub]]></category>

		<guid isPermaLink="false">http://www.computer-how-to-guide.com/?p=179</guid>
		<description><![CDATA[My iPhone Won’t Sync on Windows 7 Due to an “Unknown Error”? Lately a few friends have been asking me about their latest problem where they are having issues were their iPhones won’t sync with Windows 7. In the majority of these cases Windows 7 is reporting an “Unknown Error” when they try to sync [...]]]></description>
			<content:encoded><![CDATA[<p><center><img class="aligncenter size-full wp-image-182" title="iPhone Windows 7 " src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/01/01-iphone-windows-7.jpg" alt="iPhone Windows 7 " width="400" height="318" /></center></p>
<h3>My iPhone Won’t Sync on Windows 7 Due to an “Unknown Error”?</h3>
<p>Lately a few friends have been asking me about their latest problem where they are having issues were their iPhones won’t sync with Windows 7. In the majority of these cases Windows 7 is reporting an “Unknown Error” when they try to sync the iPhone with iTunes.</p>
<p>From what we have seen from doing some research online this problem seems to be more common for users who are running Windows 7 64-bit, and also motherboards with the P55 chipset. In some cases users are reporting the Unknown Error message along with an error code 0xE8000065.</p>
<p>This problem actually goes back to some of the power management problems I discussed in a previous article entitled “<a title="USB Root Hub Power Management options in Windows 7" href="http://www.computer-how-to-guide.com/windows-software/windows-7-standby-sleep-hibernation/" target="_blank">How to Wake a PC from Hibernation / Sleep / Stand By on Windows</a>” which discusses Power Management issues with Windows 7 and the USB ports on the motherboard.</p>
<p><img class="aligncenter" title="Power Management for USB Root Hub in Windows 7" src="http://www.computer-how-to-guide.com/wp-content/uploads/2009/12/windows-7-usb-power.jpg" alt="" width="500" height="365" /></p>
<p>For information on How To fix the iPhone / Windows 7 sync issue, follow the instructions below:</p>
<ol>
<li>First click “<strong>Start</strong>” and then “<strong>Right Click</strong>” on “<strong>Computer</strong>” and select “<strong>Properties</strong>”</li>
<li>Under the Properties window click on the “<strong>Device Manager</strong>” link in the upper left corner.</li>
<li>In Device Manager click on the arrow next to “<strong>Universal Serial Bus controllers</strong>”. Look for the entries labeled “<strong>USB Root Hub</strong>” and right click on the first one and select “<strong>Properties</strong>”.</li>
<li>Under Properties, click on the “<strong>Power Management</strong>” tab.</li>
<li>Under Power Management uncheck the option that says “<strong>Allow the computer to turn off this device to save power</strong>” and then click “<strong>OK</strong>”.</li>
<li>Repeat this process for each entry of USB Root Hub going down the list in device manager.</li>
</ol>
<p>Once you have changed them the Power Management options of each entry of USB Root Hub reboot your PC and see if you are now able to sync your iPhone.</p>
<p>This issue is similar to the cases where Windows 7 will not come out of sleep mode when users have connected a USB keyboard or mouse which I discuss in the article I linked to above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-how-to-guide.com/windows-software/iphone-sync-windows-7-0xe8000065/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Disable Aero Snap in Windows 7 (Automatic Resizing &amp; Moving of Windows)</title>
		<link>http://www.computer-how-to-guide.com/windows-software/disable-aero-snap-windows-7/</link>
		<comments>http://www.computer-how-to-guide.com/windows-software/disable-aero-snap-windows-7/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 22:39:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows & Software]]></category>
		<category><![CDATA[Aero Snap]]></category>
		<category><![CDATA[Annoyance]]></category>
		<category><![CDATA[Disable]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.computer-how-to-guide.com/?p=173</guid>
		<description><![CDATA[HELP! Windows 7 Automatically Moves and Resizes My Windows! How do I Turn This Off? As soon users have discovered inadvertently Windows 7 now comes installed with a feature that can automatically move and resize your Windows depending on where they are dragged on the screen. This feature in Windows 7 is known as “Aero [...]]]></description>
			<content:encoded><![CDATA[<p><center><img class="aligncenter size-full wp-image-174" title="How to Disable Aero Snap in Windows 7" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/01/01-windows-7-aero-snap.jpg" alt="How to Disable Aero Snap in Windows 7" width="500" height="335" /></center></p>
<h3>HELP! Windows 7 Automatically Moves and Resizes My Windows! How do I Turn This Off?</h3>
<p>As soon users have discovered inadvertently Windows 7 now comes installed with a feature that can automatically move and resize your Windows depending on where they are dragged on the screen. This feature in Windows 7 is known as “Aero Snap” and was designed to increase productivity by allowing users to manage their windows easier.</p>
<p>Though in some cases this can lead to pure frustration for users, which is the case for many of the people who have emailed me asking how to fix this from happening.</p>
<p>If you prefer to manage your windows yourself and would like to disable Aero snap altogether simply follow these 3 easy steps:</p>
<p><img class="aligncenter size-full wp-image-175" title="Turn of Aero Snap in Windows 7" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/01/02-disable-aero-snap-window.jpg" alt="Turn of Aero Snap in Windows 7" width="500" height="118" /></p>
<ol>
<li>First click “<strong>Start</strong>” &gt; “<strong>Control Panel</strong>” and click on “<strong>Ease of Access</strong>”. Under Ease of Access Center select “<strong>Change how your mouse works</strong>”.</li>
<li>In the new window look for an option that says “<strong>Make it easier to manage Windows</strong>”.</li>
<li>Put a check mark next to the option that says “<strong>Prevent windows from being automatically arranged when moved to the edge of the scree</strong>n”. Then click “<strong>Ok</strong>” to save your settings.</li>
</ol>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-176" title="Stop Windows 7 from Automatically Moving &amp; Resizing Windows" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/01/03-turn-off-aero-snap-7.jpg" alt="Stop Windows 7 from Automatically Moving &amp; Resizing Windows" width="500" height="401" /></p>
<p>(The option above can also be set under “<strong>Change how your keyboard works</strong>” under the Ease of Access Center.)</p>
<p>You have now disabled the Aero Snap feature in Windows 7 and should no longer have to worry about your workspace being arranged automatically when you accidently move a window.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-how-to-guide.com/windows-software/disable-aero-snap-windows-7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Fix Aero on Windows 7 If It Isn’t Turned On or Looks Bad</title>
		<link>http://www.computer-how-to-guide.com/windows-software/windows-7-aero-problems-troubleshooting/</link>
		<comments>http://www.computer-how-to-guide.com/windows-software/windows-7-aero-problems-troubleshooting/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 16:55:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows & Software]]></category>
		<category><![CDATA[Aero]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[Regedit]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Video Card]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.computer-how-to-guide.com/?p=165</guid>
		<description><![CDATA[How to Fix Problems with Windows 7 Aero One thing on Windows 7 that a lot of users have been emailing me about is Windows Aero. Aero is the 3D default Windows 7 theme that utilizes visual effects and transitions to make navigation more graphical in Windows 7. In some cases Aero may not be [...]]]></description>
			<content:encoded><![CDATA[<p><center><img class="aligncenter size-full wp-image-167" title="How to Fix Windows 7 Aero" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/01/01-windows-7-aero.jpg" alt="How to Fix Windows 7 Aero" width="418" height="323" /></center></p>
<h3>How to Fix Problems with Windows 7 Aero</h3>
<p>One thing on Windows 7 that a lot of users have been emailing me about is Windows Aero. Aero is the 3D default Windows 7 theme that utilizes visual effects and transitions to make navigation more graphical in Windows 7.</p>
<p>In some cases Aero may not be functioning because it was not fully enabled on your system or various features are disabled.</p>
<p>To fix this do the following:</p>
<p>Click “<strong>Start</strong>” and in the <strong>Run / Find</strong> line type “<strong>Aero</strong>”.</p>
<p><img class="aligncenter size-full wp-image-170" title="Aero Troublesooting Wizard" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/01/02-troubleshoot-aero.jpg" alt="Aero Troublesooting Wizard" width="500" height="399" /></p>
<p>In the bottom of the new window click on the “<strong>Troubleshoot problems with transparency and other Aero Effects</strong>” link.</p>
<p>This will open the “Aero” troubleshooting wizard. Click “<strong>Next</strong>” and follow the prompts to automatically resolve issues with Aero.</p>
<p>If the wizard finishes and does not detect or fix the problems you are having with Windows 7 Aero make sure you have the most updated video drivers for your system. This can be done by going to the video card manufacturer’s website and downloading the latest drivers. (In most cases this will be ATI or NVidia.)</p>
<p>If you are using onboard video you may need to check the motherboard manufacturer’s website for updated video drivers, or visit the website of the company that manufactured your computer if it is a gateway, HP, Dell, etc.</p>
<p>(If you are using onboard video and you continue to have issues with Aero not functioning correctly you may want to consider adding a video card to the system. It doesn’t need to be anything expensive, but just something that will give you dedicated video for the PC.)</p>
<p>If the above suggestions do not work you may be running into an issue with Aero features being disabled in the registry. One common feature that can be disabled is Aero Peek, which makes your windows semi transparent so you can see your desktop underneath the windows.</p>
<p>You can check for the this by clicking “<strong>Start</strong>” and in the <strong>Run / Fin</strong>d line type “<strong>Regedit</strong>”</p>
<p><img class="aligncenter size-full wp-image-171" title="AeroPeek Registry Key on Windows 7" src="http://www.computer-how-to-guide.com/wp-content/uploads/2010/01/03-aero-registry-fix.jpg" alt="AeroPeek Registry Key on Windows 7" width="497" height="322" /></p>
<p>Browse to the following registry key:</p>
<blockquote><p>HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM</p></blockquote>
<p>And make sure that EnableAeroPeek is <strong>set to 1</strong>, and not 0 (1 being on, and zero being off)</p>
<p>Hopefully the above methods have helped you resolve any issues you may have been having with Windows 7 Aero.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-how-to-guide.com/windows-software/windows-7-aero-problems-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 Does Not Detect My DVD ROM Drive</title>
		<link>http://www.computer-how-to-guide.com/windows-software/windows-7-dvd-rom-issue/</link>
		<comments>http://www.computer-how-to-guide.com/windows-software/windows-7-dvd-rom-issue/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 21:01:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows & Software]]></category>
		<category><![CDATA[Detect]]></category>
		<category><![CDATA[Disk Management]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Drive Letter]]></category>
		<category><![CDATA[DVD Rom]]></category>
		<category><![CDATA[Issue]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.computer-how-to-guide.com/?p=159</guid>
		<description><![CDATA[Windows 7 Not Detecting CD / DVD ROM Drive Some Windows 7 users have reported issues lately where Windows 7 is not detecting their DVD Drive after they have installed Windows. In most of these cases there are two things users can do to attempt to fix the problem. The first fix involves removing two [...]]]></description>
			<content:encoded><![CDATA[<h3>Windows 7 Not Detecting CD / DVD ROM Drive</h3>
<p><center><a href="http://www.computer-how-to-guide.com/uncategorized/windows-7-dvd-rom-issue/"><img src="http://www.computer-how-to-guide.com/wp-content/uploads/2009/12/67440-explorer-window.gif"></a></center></p>
<p>Some Windows 7 users have reported issues lately where Windows 7 is not detecting their DVD Drive after they have installed Windows.</p>
<p>In most of these cases there are two things users can do to attempt to fix the problem.</p>
<p>The first fix involves removing two registry entries referencing the DVD Rom Drive. These two entries can be found in the following location.</p>
<p>Click the Start Menu &gt; and in the “FIND” or “RUN’ field type “<strong>REGEDIT</strong>”.</p>
<p>In the Registry Editor go to:</p>
<blockquote><p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\</p></blockquote>
<p>Once you have found this key, look in the right hand pane and remove the “<strong>UpperFilters</strong>” and “<strong>LowerFilters</strong>” key.</p>
<p>(Do not remove UpperFilters.bak and LowerFilters.bak)</p>
<p>If this does not correct the issue for you, other users have reported that renaming the Drive “Letter” has resolved the issue for them.</p>
<p>To rename the Drive letter right click on “Computer” and select “<strong>Manage</strong>”. Under the “Manage” window look for “<strong>Disk Management</strong>”</p>
<p><img class="aligncenter size-full wp-image-162" title="Windows 7 Change Drive Letter" src="http://www.computer-how-to-guide.com/wp-content/uploads/2009/12/windows-change-drive-letter.png" alt="Windows 7 Change Drive Letter" width="474" height="502" /></p>
<p>Under Disk Management right click on the white bar next to your optical Drive and on the menu select “<strong>Change Drive Letter</strong>”. Follow the prompt in the new window and it should take you to a drop down menu that will allow you to assign a new drive letter for your DVD Rom.</p>
<p>Once you have renamed the drive letter check under “<strong>My Computer</strong>” or “<strong>Explorer</strong>” to see if the drive is now showing. If it is you can repeat the process to change the drive letter back to its original and it should still be detected by Windows 7.</p>
<p>If the above methods fail try rebooting the system after you have made the changes outline above and see if this corrects the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-how-to-guide.com/windows-software/windows-7-dvd-rom-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 Upgrade Install from Vista is Stuck at 62% Percent</title>
		<link>http://www.computer-how-to-guide.com/windows-software/windows-7-upgrade-62-percent/</link>
		<comments>http://www.computer-how-to-guide.com/windows-software/windows-7-upgrade-62-percent/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 20:34:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows & Software]]></category>
		<category><![CDATA[62 Percent]]></category>
		<category><![CDATA[62%]]></category>
		<category><![CDATA[Hangs]]></category>
		<category><![CDATA[Stops]]></category>
		<category><![CDATA[Stuck]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.computer-how-to-guide.com/?p=155</guid>
		<description><![CDATA[The Vista to Windows 7 Upgrade Hangs &#38; Stops at 62% Percent I have had a couple people mention to me lately that they have purchased the Windows 7 upgrade from Vista and have run into some problems. Many users are reporting a case where the system will hang at 62% during the Windows 7 [...]]]></description>
			<content:encoded><![CDATA[<h3>The Vista to Windows 7 Upgrade Hangs &amp; Stops at 62% Percent</h3>
<p><center><a href="http://www.computer-how-to-guide.com/windows-software/windows-7-upgrade-62-percent/"><img class="aligncenter size-medium wp-image-156" title="Windows 7 Upgrade Stuck at 62% Percent" src="http://www.computer-how-to-guide.com/wp-content/uploads/2009/12/01-windows-7-stuck-62-300x249.jpg" alt="Windows 7 Upgrade Stuck at 62% Percent" width="300" height="249" /></a></center></p>
<p>I have had a couple people mention to me lately that they have purchased the Windows 7 upgrade from Vista and have run into some problems. Many users are reporting a case where the system will hang at 62% during the Windows 7 upgrade.</p>
<p>This can actually be caused by several factors. To determine what might be affecting your installation you should check in the “Setup Log”. To do this you need to reboot your PC &gt; roll back to Windows Vista &gt; and then check the following file:</p>
<blockquote><p>\$WINDOWS.~BT\Sources\Panther\setupact.log</p></blockquote>
<p>(You can open and view this file in Notepad)</p>
<p>This may give you a better idea of what happened that caused the system to hang at 62% during the Windows 7 upgrade / installation.</p>
<p>Microsoft has reported this issue can commonly be caused by a service called “lphlpsvc”. What this means to you as an end users is you should go to the Microsoft Support site and get the hotfix for this problem which can be located here:</p>
<p><a title="Windows 7 Upgrade Hangs at 62%" href="http://support.microsoft.com/default.aspx/kb/975253" target="_blank">http://support.microsoft.com/default.aspx/kb/975253</a></p>
<p>If the hotfix doesn’t correct the issue you may want to double check the Setup log for any clues as to other issues that may be causing the problem. This information can be helpful if you are familiar with PCs or are troubleshooting with tech support.</p>
<p>If all else fails I recommend attempting to do a clean install of Windows 7 as this is the least problematic way to upgrade to Windows 7. Just make sure you have all your data backed up beforehand as a clean install will format your hard drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-how-to-guide.com/windows-software/windows-7-upgrade-62-percent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

