<?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>PCPowerGuide.com</title>
	<atom:link href="http://www.pcpowerguide.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pcpowerguide.com</link>
	<description>PC Tips For Windows Users</description>
	<lastBuildDate>Wed, 24 Sep 2008 15:16:10 +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>Windows Tips &#8211; Fix My Slow PC!</title>
		<link>http://www.pcpowerguide.com/pc-optimization/defrag/windows-tips-fix-my-slow-pc/</link>
		<comments>http://www.pcpowerguide.com/pc-optimization/defrag/windows-tips-fix-my-slow-pc/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 15:15:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Defrag]]></category>
		<category><![CDATA[fix slow pc]]></category>
		<category><![CDATA[fix windows speed]]></category>
		<category><![CDATA[optimize pc memory]]></category>

		<guid isPermaLink="false">http://www.pcpowerguide.com/pc-optimization/defrag/windows-tips-fix-my-slow-pc/</guid>
		<description><![CDATA[Isn&#8217;t it annoying to be surfing the web and all of a sudden, your computer drags to a crawl and you sit impatiently waiting for a page to load or a download to start? There are several common causes of the slowing down effect on your PC. I will discuss the following three things you [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Isn&#8217;t it annoying to be surfing the web and all of a sudden, your computer drags to a crawl and you sit impatiently waiting for a page to load or a download to start? There are several common causes of the slowing down effect on your PC. I will discuss the following three things you can do to speed things up a little bit:</p>
<ul type="disc">
<li>First, download a recommended <a href="http://www.pcpowerguide.com/featured/fix-pc-errors-automatically-with-registrysmart/" >registry cleaner</a></li>
<li>Clean and defrag the hard drive</li>
<li>Optimize Memory</li>
<li>Eliminate unnecessary programs from Loading into memory</li>
</ul>
<h3>Clan and Defrag the Hard Drive</h3>
<p>A computer&#8217;s hard drive is the primary area on your computer used to store the operating system, applications and all the files you create. The hard drive is divided up into areas called sectors. Each sector can hold a certain amount of data. Each sector is further broken up into address spaces. Each address is unique so the operating system can find the data stored on the hard drive. Windows uses a master file table to store the address locations of every file on the hard drive.</p>
<p>Please notice that I said locations. Most files need more than one address location to store the whole thing. Windows will write each piece of the file in locations next to each other (called contiguous space) if possible. If that is not possible, the operating system finds an empty location and writes the data there. As a result, over time, as you edit different files the pieces of a file can be located all over the hard drive.</p>
<p>For example, this disjoint storage is like you putting your shoes in the garage, your pants in the kitchen, your socks in the bedroom, you shirt in the bathroom and you coat in the attic. Obviously if you did that, if would take a lot longer to get dressed in the morning. The same thing happens with files. When they are spread all over the place, it takes longer for windows to find the individual pieces and load them into memory.</p>
<p>This is why you need to both clean up and defrag your hard drive. The clean up process deletes temporary files, file fragments (pieces left over after being deleted), orphans (data whose owner can&#8217;t be determined) and data marked for deletion.</p>
<p>Defragging your hard drive is the process of moving all of the pieces of a file into contiguous space so it can be retrieved faster. The operating system will move data around until it gets all the correct pieces together. To defrag:</p>
<ul type="disc">
<li>Turn the screen save off by right clicking anywhere      on the desktop</li>
<li>Select <strong><em>Properties</em></strong> then click on the <strong><em>Screen      Saver tab</em></strong> and select <strong><em>None</em></strong>.</li>
<li>Next, select <strong><em>My Computer</em></strong> then right click on      the hard drive <strong><em>Select Properties </em></strong>then click on <strong><em>Tools</em></strong>.</li>
<li>Select <strong><em>Check Now</em></strong> as shown below to let      windows check the hard drive for errors and fix them if necessary. This      could take a while so you might want go do something else.</li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/78/image002.jpg" height="454" width="362" /></p>
<ul type="disc">
<li>When      that is finished, select <strong><em>Defragment Now</em></strong>.</li>
</ul>
<p>This can take a really long time depending on the size of the hard disk. You might as well go do something else because you <strong>CANNOT </strong>use the computer while it is defragging.</p>
<p><strong>WARNING: DO NOT TURN THE MACHINE OFF UNTIL DEFRAGGING IS COMPLETE OR IT MAY DAMAGE THE HARD DRIVE</strong></p>
<p><strong> </strong></p>
<h3>Optimize Memory</h3>
<p>There is an old saying in the computer field. &#8220;You can never have too much memory.&#8221; When I say memory I am talking about random access memory or RAM. RAM is the temporary storage area the operating system uses to store data that is being used currently and to load itself in so all of the commands are immediately available for use.</p>
<p>Otherwise, you would have to wait for the data to be retrieved from the hard drive and then be loaded into memory before you could use it. It would be similar to when you are waiting for a web page to download although not as long a wait.</p>
<p>When the system runs out of physical RAM it uses the hard drive as <strong><em>Virtual Memory</em></strong> and does have to retrieve and load data every time you need it. Virtual memory is also called a swap file. Optimizing reduces the need to swap data into and out of the swap file. You want to put as much memory as you can afford or the machine can hold to significantly speed up your machine.</p>
<h3>Eliminate Unnecessary Programs from Loading into Memory</h3>
<p>When your computer boots up, it loads all kinds of applications into memory. Most of these programs are called terminate and stay resident programs or TSRs. Closing these programs will free up memory and speed up your computer. In fact, it is even better if you don&#8217;t load the ones you really don&#8217;t need.</p>
<p>To prevent TSRs from loading go to:</p>
<ul type="disc">
<li><strong><em>Start -&gt; Run</em></strong> and type <strong><em>msconfig</em></strong>      into the dialog box</li>
<li>The System <strong><em>Configuration Utility</em></strong> will      open.</li>
<li>Select the <strong><em>Startup Tab</em></strong> as shown below.</li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/78/image004.jpg" height="308" width="459" /></p>
<p align="center">&nbsp;</p>
<ul type="disc">
<li>Uncheck any that you don&#8217;t use very often.</li>
<li>Click <strong><em>OK</em></strong> to exit.</li>
<li>Then reboot the computer.</li>
</ul>
<p>If you don&#8217;t know what a file or what a service does, don&#8217;t uncheck it.</p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://www.pcpowerguide.com/processes/dll/dll-file-errors/" title="DLL File Errors">DLL File Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/gateway-p-6831fx-gaming-laptop-review/" title="Gateway P-6831FX Gaming Laptop Review">Gateway P-6831FX Gaming Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/dvd-cloner-5-review/" title="DVD Cloner 5 Review">DVD Cloner 5 Review</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/defrag/defragging-your-windows-hard-drive/" title="Defragging Your Windows Hard Drive">Defragging Your Windows Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/fix-media-player-to-play-video-files/" title="Fix Media Player to Play Video Files">Fix Media Player to Play Video Files</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-control-panel/" title="Using Windows XP Control Panel">Using Windows XP Control Panel</a></li><li><a href="http://www.pcpowerguide.com/windows/running-activex-controls-safely/" title="Running ActiveX Controls Safely">Running ActiveX Controls Safely</a></li><li><a href="http://www.pcpowerguide.com/windows/introduction-to-microsoft-works-suite/" title="Introduction To Microsoft Works Suite">Introduction To Microsoft Works Suite</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/windows-media-player-%e2%80%93-video-and-audio-overview/" title="Windows Media Player – Video and Audio Overview">Windows Media Player – Video and Audio Overview</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-spyware/why-you-should-run-mcafee-antivirus/" title="Why You Should Run McAfee Antivirus">Why You Should Run McAfee Antivirus</a></li><li><a href="http://www.pcpowerguide.com/applications/using-microsoft-money-software/" title="Using Microsoft Money Software">Using Microsoft Money Software</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/fix-pc-crashing-problems/" title="Fix PC Crashing Problems">Fix PC Crashing Problems</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-system-restore/" title="Windows XP System Restore">Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/applications/what-is-a-flash-player/" title="What is a Flash Player?">What is a Flash Player?</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-backup-your-outlook-express-data/" title="How to Backup Your Outlook Express Data">How to Backup Your Outlook Express Data</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/understanding-windows-vista-memory/" title="Understanding Windows Vista Memory">Understanding Windows Vista Memory</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-fix-common-adobe-acrobat-errors/" title="How To Fix Common Adobe Acrobat Errors">How To Fix Common Adobe Acrobat Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/how-to-speed-up-a-slow-computer/" title="How To Speed Up A Slow Computer">How To Speed Up A Slow Computer</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-safely-add-and-remove-programs/" title="How To Safely Add and Remove Programs">How To Safely Add and Remove Programs</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/customizing-windows-xp-taskbar/" title="Customizing Windows XP Taskbar">Customizing Windows XP Taskbar</a></li><li><a href="http://www.pcpowerguide.com/windows/updating-windows-drivers/" title="Updating Windows Drivers">Updating Windows Drivers</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-system-restore/" title="Using Windows XP System Restore">Using Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/registry/clean-up-your-windows-registry/" title="Clean Up Your Windows Registry">Clean Up Your Windows Registry</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/what-is-a-windows-dll-file/" title="What is a Windows DLL File">What is a Windows DLL File</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-common-errors-with-quicktime/" title="How To Fix Common Errors With QuickTime">How To Fix Common Errors With QuickTime</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/exe-file-errors/" title="EXE File Errors">EXE File Errors</a></li><li><a href="http://www.pcpowerguide.com/applications/installing-adobe-reader/" title="Installing Adobe Reader">Installing Adobe Reader</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-fix-desktop-icons/" title="How To Fix Desktop Icons">How To Fix Desktop Icons</a></li><li><a href="http://www.pcpowerguide.com/windows/office/starting-microsoft-excel-in-safe-mode/" title="Starting Microsoft Excel in Safe Mode">Starting Microsoft Excel in Safe Mode</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/fix-exe-file-association-errors/" title="Fix .EXE File Association Errors">Fix .EXE File Association Errors</a></li><li><a href="http://www.pcpowerguide.com/applications/family-tree-maker-review/" title="Family Tree Maker Review">Family Tree Maker Review</a></li><li><a href="http://www.pcpowerguide.com/windows/office/errors-with-microsoft-office/" title="Errors With Microsoft Office">Errors With Microsoft Office</a></li><li><a href="http://www.pcpowerguide.com/multimedia/adobe-flash-player/" title="Adobe Flash Player">Adobe Flash Player</a></li><li><a href="http://www.pcpowerguide.com/processes/fix-activex-errors/" title="Fix ActiveX Errors">Fix ActiveX Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/top-3-dvd-software-programs/" title="Top 3 DVD Software Programs">Top 3 DVD Software Programs</a></li><li><a href="http://www.pcpowerguide.com/windows/office/fix-and-repair-microsoft-word-settings/" title="Fix and Repair Microsoft Word Settings">Fix and Repair Microsoft Word Settings</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-ccapp-exe-errors/" title="How to Fix Ccapp EXE Errors">How to Fix Ccapp EXE Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/fix-windows-vista-internet-explorer-icon/" title="Fix Windows Vista Internet Explorer Icon ">Fix Windows Vista Internet Explorer Icon </a></li><li><a href="http://www.pcpowerguide.com/windows/upgrading-to-windows-xp-from-windows-millennium-edition-me/" title="Upgrading From Windows Millennium Edition (ME) To Windows XP">Upgrading From Windows Millennium Edition (ME) To Windows XP</a></li><li><a href="http://www.pcpowerguide.com/multimedia/fix-sound-errors-in-windows-xp/" title="Fix Sound Errors in Windows XP">Fix Sound Errors in Windows XP</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/how-to-format-your-hard-drive/" title="How To Format Your Hard Drive">How To Format Your Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/windows/program-not-responding-errors/" title="Program not responding errors">Program not responding errors</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-iexploreexe-application-errors/" title="How To Fix iExplore.exe Application Errors">How To Fix iExplore.exe Application Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/compaq-presario-v6700tx-laptop-review/" title="Compaq Presario V6700TX Laptop Review">Compaq Presario V6700TX Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/how-to-fix-missing-dll-errors/" title="How To Fix Missing DLL Errors">How To Fix Missing DLL Errors</a></li><li><a href="http://www.pcpowerguide.com/featured/fix-pc-errors-automatically-with-registrysmart/" title="Fix PC Errors Automatically With RegistrySmart&trade;">Fix PC Errors Automatically With RegistrySmart&trade;</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-trojan/how-to-remove-trojans-from-your-pc/" title="How To Remove Trojans From Your PC">How To Remove Trojans From Your PC</a></li><li><a href="http://www.pcpowerguide.com/windows/top-windows-media-center-features/" title="Top Windows Media Center Features">Top Windows Media Center Features</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/customizing-windows-vista-settings/" title="Customizing Windows Vista Settings">Customizing Windows Vista Settings</a></li><li><a href="http://www.pcpowerguide.com/applications/ccleaner-vs-window-washer/" title="Ccleaner vs Window Washer">Ccleaner vs Window Washer</a></li><li><a href="http://www.pcpowerguide.com/windows/customizing-tips-for-microsoft-internet-explorer/" title="Customizing Tips For Microsoft Internet Explorer">Customizing Tips For Microsoft Internet Explorer</a></li><li><a href="http://www.pcpowerguide.com/windows/office/outlook-express-errors/" title="Outlook Express Errors">Outlook Express Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/computer-randomly-restarts-by-itself/" title="Computer Randomly Restarts By Itself?">Computer Randomly Restarts By Itself?</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/how-to-fix-kernel32dll-errors/" title="How To Fix kernel32.dll Errors">How To Fix kernel32.dll Errors</a></li><li><a href="http://www.pcpowerguide.com/processes/runtime/what-is-a-runtime-error/" title="What is a Runtime Error?">What is a Runtime Error?</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-setup-your-pop-mail-in-outlook-express/" title="How to Setup Your Pop Mail in Outlook Express">How to Setup Your Pop Mail in Outlook Express</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-pc-review-pros-and-cons/" title="eMachines PC Review &#8211; Pros and Cons">eMachines PC Review &#8211; Pros and Cons</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/easy-media-creator-10-review/" title="Easy Media Creator 10 Review">Easy Media Creator 10 Review</a></li><li><a href="http://www.pcpowerguide.com/pc-security/adware/how-to-stop-and-remove-adware/" title="How To Stop and Remove Adware">How To Stop and Remove Adware</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-t5246-review/" title="eMachines T5246 Review">eMachines T5246 Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/burning-movies-with-1-click-dvd-copy/" title="Burning Movies with 1 Click DVD Copy">Burning Movies with 1 Click DVD Copy</a></li><li><a href="http://www.pcpowerguide.com/multimedia/fix-vlc-media-player-audio-errors/" title="Fix VLC Media Player Audio Errors">Fix VLC Media Player Audio Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/buying-an-acer-pc/" title="Buying an Acer PC">Buying an Acer PC</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-pinnacle-studio-render-errors/" title="How To Fix Pinnacle Studio Render Errors">How To Fix Pinnacle Studio Render Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/office/how-to-recover-lost-microsoft-word-documents/" title="How To Recover Lost Microsoft Word Documents">How To Recover Lost Microsoft Word Documents</a></li><li><a href="http://www.pcpowerguide.com/multimedia/macromedia-shockwave-multimedia-player/" title="Macromedia Shockwave Multimedia Player">Macromedia Shockwave Multimedia Player</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-service-pack-2/" title="Windows XP Service Pack 2">Windows XP Service Pack 2</a></li><li><a href="http://www.pcpowerguide.com/processes/how-to-fix-svchostexe-errors/" title="How To Fix Svchost.exe Errors">How To Fix Svchost.exe Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/office/getting-started-with-microsoft-frontpage-2003/" title="Getting Started With Microsoft FrontPage 2003">Getting Started With Microsoft FrontPage 2003</a></li><li><a href="http://www.pcpowerguide.com/multimedia/cyberlink-powerdvd-review/" title="Cyberlink PowerDVD Review">Cyberlink PowerDVD Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/how-to-copy-dvd-to-dvd/" title="How To Copy DVD to DVD ">How To Copy DVD to DVD </a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pcpowerguide.com/pc-optimization/defrag/windows-tips-fix-my-slow-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix .EXE File Association Errors</title>
		<link>http://www.pcpowerguide.com/processes/exe/fix-exe-file-association-errors/</link>
		<comments>http://www.pcpowerguide.com/processes/exe/fix-exe-file-association-errors/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 15:12:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EXE Files]]></category>
		<category><![CDATA[exe errors]]></category>
		<category><![CDATA[exe file associations]]></category>
		<category><![CDATA[fix exe error]]></category>

		<guid isPermaLink="false">http://www.pcpowerguide.com/processes/exe/fix-exe-file-association-errors/</guid>
		<description><![CDATA[The operating system has to know where a file is located and what to do with it before it can open the file. File extensions are a method of telling the operating system what kind of file it is and by using associations what application should be used to open the file. The operating system [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The operating system has to know where a file is located and what to do with it before it can open the file. File extensions are a method of telling the operating system what kind of file it is and by using associations what application should be used to open the file. The operating system uses the file extension&#8230;the three letters after the period such as word.exe to determine the association.The .exe extension states that a file is an executable application. A .doc extension identifies the file as a word processing document that can be opened with MS Word, Wordperfect, Wordpad and several other word processing applications.</p>
<p>File associations are stored in the windows registry in the <strong><em>HKEY_CLASSES_ROOT</em></strong> hive. The picture below shows the .exe entry in my windows registry.</p>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/77/image002.jpg" height="142" width="580" /></p>
<p>The registry key also contains the following information:</p>
<ul type="disc">
<li>preferred program that can open the file</li>
<li>the full path to the location of the preferred      program</li>
<li>Actions that can be performed on the file</li>
<li>A default action (what happens if you double click on      it)</li>
<li>Other programs that can open the file</li>
<li>Other actions that can be performed</li>
</ul>
<p>For example, the registry entry for the .mp3 file extension on my machine is shown below. On my machine both Quick Time and Real Player are associated with and therefore can play the file. Notice that Quick Time is the default.</p>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/77/image004.jpg" height="151" width="467" /></p>
<p>Since an executable file is an application that runs on your computer. Every program you open in windows has an executable file associated with it.  .exe executable files are opened by the windows application launcher. If the file association listed in the registry for .exe files is incorrect, applications using that file extension will not be able to run.</p>
<p><strong>EXE File Association Error in Windows Vista</strong></p>
<p>How does the registry entry get changed? It can happen when someone inadvertently assigns the .exe extension to an incorrect program. If they have not established a system restore point before making the change, the registry gets changed and executables using the .exe extension stop working. Usually the first symptom is that shortcuts suddenly have the .lnk extension which means they are no longer pointing to a valid operation.</p>
<h3>Solutions</h3>
<p>First off, if you are not comfortable changing your windows registry files, you should try a free <a href="http://www.pcpowerguide.com/featured/fix-pc-errors-automatically-with-registrysmart/" >registry cleaner</a> scan first and check for any potential errors that might be able to be fixed automatically.</p>
<p>Since programs like anti virus, spyware detectors and firewalls monitor the registry in real time, you must turn them off before you edit the registry to avoid unexpected unpleasant consequences. At worst they can either trash your system or prevent you from making the necessary corrections by not letting you save your changes.</p>
<p><strong>Creating a New File Extension</strong></p>
<p>Since almost all of the tools available in windows use the .exe extension very little will work. If you can get <strong><em>windows explorer</em></strong>, <strong><em>My Documents</em></strong> or <strong><em>My Computer</em></strong> to open, perform the following steps:</p>
<ul type="disc">
<li>Open the File Types dialog box from Windows Explorer,      My Documents or My Computer by selecting <strong><em>Tools -&gt; Folder Options      -&gt; File Types</em></strong> as shown below.</li>
<li>Click on the <strong><em>New </em></strong>button and the <strong><em>Create      New Extension</em></strong> window will open up</li>
<li>Next, click on the <strong><em>Advanced </em></strong>button.      Your window should look like the one below.</li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/77/image006.jpg" height="474" width="385" /></p>
<ul type="disc">
<li>Type in <strong><em>EXE</em></strong> for the extension and      select <strong><em>Application</em></strong> from the drop down list if it doesn&#8217;t appear      automatically.</li>
<li>Click <strong><em>OK</em></strong> and reboot the machine.</li>
</ul>
<p>If this procedure does not work or none of the applications would run, you will have to edit the registry.</p>
<p><strong>Editing the Registry</strong></p>
<p>Warning&#8212;Back up all of the files you created before you attempt to edit the registry. Also create a restore point so that you will be able to restore the system if you accidentally trash the operating system to the point that it will not boot up.</p>
<p>The EXE association problem can occur in all versions of windows and is normally fixed by editing the registry. We will only discuss how to fix the problem in windows vista. You must delete a registry key to correct this problem. Perform the following steps:</p>
<ul type="disc">
<li>Open up the registry editor by going to <strong><em>Start      -&gt; Run</em></strong></li>
<li>Type <strong><em>regedit</em></strong> in the dialog box.</li>
<li>Select <strong><em>Edit -&gt; Find</em></strong> as shown below.</li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/77/image008.jpg" height="259" width="312" /></p>
<ul type="disc">
<li>The      dialog box shown below will open. If the file association problem exists      the registry key listed below will exist. Type exe in the search field as      shown below or you can manually navigate to <strong><em>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe      </em></strong>Manual navigation is usually faster.</li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/77/image010.jpg" height="188" width="401" /></p>
<ul type="disc">
<li>By existing, this registry key&#8217;s configuration is      overwriting the default file association for .exe files. Therefore, to fix      the problem you must delete the registry key by right clicking and      selecting <strong><em>Delete</em></strong> from the drop down context menu.</li>
<li>Reboot the machine. When it reboots, the system will      use the default values. Therefore, the EXE extension should work properly      again.</li>
</ul>
<h3>Related Post</h3><ul class="related_post"><li><a href="http://www.pcpowerguide.com/processes/exe/exe-file-errors/" title="EXE File Errors">EXE File Errors</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pcpowerguide.com/processes/exe/fix-exe-file-association-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Windows Vista Internet Explorer Icon</title>
		<link>http://www.pcpowerguide.com/windows/vista/fix-windows-vista-internet-explorer-icon/</link>
		<comments>http://www.pcpowerguide.com/windows/vista/fix-windows-vista-internet-explorer-icon/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 21:25:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[fix vista icon]]></category>
		<category><![CDATA[internet explorer icon]]></category>
		<category><![CDATA[windows vista icons]]></category>

		<guid isPermaLink="false">http://www.pcpowerguide.com/windows/vista/fix-windows-vista-internet-explorer-icon/</guid>
		<description><![CDATA[Back in the 1980s McDonald&#8217;s decided to make ringing up products easier, minimize errors and save time by putting pictures (icons) of the food items on their cash registers. Following McDonald&#8217;s lead, both Apple and Microsoft decided that rather than just listing the names of applications on the computer&#8217;s desktop, they would provide little pictures [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Back in the 1980s McDonald&#8217;s decided to make ringing up products easier, minimize errors and save time by putting pictures (icons) of the food items on their cash registers. Following McDonald&#8217;s lead, both Apple and Microsoft decided that rather than just listing the names of applications on the computer&#8217;s desktop, they would provide little pictures to the represent the programs. Usually the picture is the logo of the application.</p>
<p>Clicking on the icon will launch the application&#8217;s executable file. The first icon below will execute the Internet Explorer executable, iexplore.exe. The second icon will open filename.doc by running word.exe to open Microsoft Word if it is available on the computer. If Word is not available windows will open the file by executing wordpad.exe to launch Wordpad.   The third icon calls exe.exe to launch the temp folder.</p>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/76/image002.jpg" height="76" width="64" />  <img src="http://www.pcpowerguide.com/images/content/76/image004.jpg" height="75" width="109" /><img src="http://www.pcpowerguide.com/images/content/76/image006.jpg" height="76" width="58" /></p>
<p align="center">&nbsp;</p>
<p>Each icon has a set of properties associated with it that are stored in the master file table.  The icon&#8217;s properties will contain the full path to the executable or the location of the file or folder as shown below. Notice on the word document property sheet it tells the operating system that the file opens with Microsoft Word.</p>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/76/image008.jpg" height="199" width="337" /></p>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/76/image010.jpg" height="198" width="341" /></p>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/76/mage012.jpg" height="110" width="341" /></p>
<p align="center">&nbsp;</p>
<p>Shortcuts are pictures that represent active links to a windows object. The shortcut below is for an application called New Novelist. Notice the arrow in the bottom left hand side of the icon. It denotes that this is a shortcut rather than an icon. Also notice that the path to the program is in double quotes. That is because it will be passed as a variable to the program launcher so that the application can be opened. It also tells the operating system what folder to use as the root for the application. If it didn&#8217;t do that the operating system would not know where to find all of the other files the application needs to run.</p>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/76/image014.jpg" height="187" width="348" /></p>
<p align="center">&nbsp;</p>
<p>The maximum allowable size for an icon in Vista is 256 x256 pixels which allows them to be shown in high resolution<strong>.</strong></p>
<h3>Displaying the Internet Explorer Icon in Vista</h3>
<p>I have absolutely no idea why Microsoft chose to so it, but by default the internet explorer is not displayed in Vista. There is a graphical user interface tool for displaying other system icons but it does not work for internet explorer. If you want it to be available on your desktop you will need to edit the windows registry by performing the following steps.</p>
<ul type="disc">
<li>Click on <strong><em>Start -&gt; Run </em></strong></li>
<li>When the dialog box opens, type <em><strong>Regedi</strong>t</em> in the <strong><em>Start      Search</em></strong> box.</li>
<li>Press <strong><em>Enter</em></strong></li>
<li>When the Registry Editor appears, navigate to <em><strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\</strong></em><strong><em><br />
<em>CurrentVersion\Explorer\HidedesktopIcons\NewStartPanel </em></em></strong><em>The picture below      shows the area of the HKEY_CURRENT_USER hive where you need to go.</em></li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/76/image016.jpg" height="202" width="274" /></p>
<p align="center">&nbsp;</p>
<ul type="disc">
<li>Find the <em><strong>HidedesktopIcons\NewStartPanel      </strong></em><em>key      and click</em> anywhere inside the <strong><em>NewStartPanel</em></strong>      folder.</li>
<li>Pull down the <strong><em>Edit</em></strong> menu and select the <strong><em>New      -&gt; DWORD (32-bit) Value</em></strong> command as shown below and</li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/76/image018.gif" height="163" width="325" /></p>
<ul type="disc">
<li>Type in <strong>{871C5380-42A0-1069-A2EA-08002B30309D      </strong><strong>in the <em>Value Name</em></strong><strong> text Box as shown      above</strong></li>
<li><strong>Then put the value <em>0</em></strong><strong> in the <em>Value Data</em></strong><strong> text box</strong></li>
<li><strong>Click <em>OK</em></strong></li>
</ul>
<ul type="disc">
<li>To complete the operation, click <strong><em>OK </em></strong>and close the      Registry Editor. In a few moments, you&#8217;ll see an Internet Explorer icon on      your desktop<strong> </strong></li>
<li><strong>If the new icon isn&#8217;t already there, click on any free area of your      desktop and press the F5 key to refresh your desktop </strong></li>
</ul>
<h3>Delete the Internet Explorer Icon</h3>
<p>If you change your mind later and want to delete the icon, follow these steps:</p>
<ul type="disc">
<li>Click on  <strong><em>Start      -&gt; Run </em></strong></li>
<li>Type <em><strong>Regedi</strong>t</em>      in the <strong><em>Start Search</em></strong> box.</li>
<li>Press <strong><em>Enter</em></strong></li>
<li>When the Registry Editor appears, navigate to <em><strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\</strong></em><strong><em><br />
<em>CurrentVersion\Explorer\HidedesktopIcons\NewStartPanel</em></em></strong></li>
<li>Delete the<strong><em> DWORD (32-bit</em></strong>) entry</li>
<li>Close the registry editor</li>
<li><strong>Click on any free area of your desktop and press the F5 key to      refresh your desktop. </strong>The IE icon should be gone.</li>
</ul>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/fix-media-player-to-play-video-files/" title="Fix Media Player to Play Video Files">Fix Media Player to Play Video Files</a></li><li><a href="http://www.pcpowerguide.com/windows/updating-windows-drivers/" title="Updating Windows Drivers">Updating Windows Drivers</a></li><li><a href="http://www.pcpowerguide.com/windows/program-not-responding-errors/" title="Program not responding errors">Program not responding errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-common-errors-with-quicktime/" title="How To Fix Common Errors With QuickTime">How To Fix Common Errors With QuickTime</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-control-panel/" title="Using Windows XP Control Panel">Using Windows XP Control Panel</a></li><li><a href="http://www.pcpowerguide.com/applications/what-is-a-flash-player/" title="What is a Flash Player?">What is a Flash Player?</a></li><li><a href="http://www.pcpowerguide.com/featured/fix-pc-errors-automatically-with-registrysmart/" title="Fix PC Errors Automatically With RegistrySmart&trade;">Fix PC Errors Automatically With RegistrySmart&trade;</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-ccapp-exe-errors/" title="How to Fix Ccapp EXE Errors">How to Fix Ccapp EXE Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/office/outlook-express-errors/" title="Outlook Express Errors">Outlook Express Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/how-to-format-your-hard-drive/" title="How To Format Your Hard Drive">How To Format Your Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/processes/runtime/what-is-a-runtime-error/" title="What is a Runtime Error?">What is a Runtime Error?</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-safely-add-and-remove-programs/" title="How To Safely Add and Remove Programs">How To Safely Add and Remove Programs</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/dll-file-errors/" title="DLL File Errors">DLL File Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/fix-vlc-media-player-audio-errors/" title="Fix VLC Media Player Audio Errors">Fix VLC Media Player Audio Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/easy-media-creator-10-review/" title="Easy Media Creator 10 Review">Easy Media Creator 10 Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/dvd-cloner-5-review/" title="DVD Cloner 5 Review">DVD Cloner 5 Review</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/gateway-p-6831fx-gaming-laptop-review/" title="Gateway P-6831FX Gaming Laptop Review">Gateway P-6831FX Gaming Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/defrag/windows-tips-fix-my-slow-pc/" title="Windows Tips &#8211; Fix My Slow PC!">Windows Tips &#8211; Fix My Slow PC!</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/windows-media-player-%e2%80%93-video-and-audio-overview/" title="Windows Media Player – Video and Audio Overview">Windows Media Player – Video and Audio Overview</a></li><li><a href="http://www.pcpowerguide.com/applications/using-microsoft-money-software/" title="Using Microsoft Money Software">Using Microsoft Money Software</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/top-3-dvd-software-programs/" title="Top 3 DVD Software Programs">Top 3 DVD Software Programs</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-iexploreexe-application-errors/" title="How To Fix iExplore.exe Application Errors">How To Fix iExplore.exe Application Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/office/starting-microsoft-excel-in-safe-mode/" title="Starting Microsoft Excel in Safe Mode">Starting Microsoft Excel in Safe Mode</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/how-to-copy-dvd-to-dvd/" title="How To Copy DVD to DVD ">How To Copy DVD to DVD </a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/registry/clean-up-your-windows-registry/" title="Clean Up Your Windows Registry">Clean Up Your Windows Registry</a></li><li><a href="http://www.pcpowerguide.com/windows/office/how-to-recover-lost-microsoft-word-documents/" title="How To Recover Lost Microsoft Word Documents">How To Recover Lost Microsoft Word Documents</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/compaq-presario-v6700tx-laptop-review/" title="Compaq Presario V6700TX Laptop Review">Compaq Presario V6700TX Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/fix-pc-crashing-problems/" title="Fix PC Crashing Problems">Fix PC Crashing Problems</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/defrag/defragging-your-windows-hard-drive/" title="Defragging Your Windows Hard Drive">Defragging Your Windows Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/processes/how-to-fix-svchostexe-errors/" title="How To Fix Svchost.exe Errors">How To Fix Svchost.exe Errors</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/how-to-fix-kernel32dll-errors/" title="How To Fix kernel32.dll Errors">How To Fix kernel32.dll Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-security/adware/how-to-stop-and-remove-adware/" title="How To Stop and Remove Adware">How To Stop and Remove Adware</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-t5246-review/" title="eMachines T5246 Review">eMachines T5246 Review</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-system-restore/" title="Windows XP System Restore">Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-trojan/how-to-remove-trojans-from-your-pc/" title="How To Remove Trojans From Your PC">How To Remove Trojans From Your PC</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-backup-your-outlook-express-data/" title="How to Backup Your Outlook Express Data">How to Backup Your Outlook Express Data</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-fix-desktop-icons/" title="How To Fix Desktop Icons">How To Fix Desktop Icons</a></li><li><a href="http://www.pcpowerguide.com/multimedia/macromedia-shockwave-multimedia-player/" title="Macromedia Shockwave Multimedia Player">Macromedia Shockwave Multimedia Player</a></li><li><a href="http://www.pcpowerguide.com/windows/running-activex-controls-safely/" title="Running ActiveX Controls Safely">Running ActiveX Controls Safely</a></li><li><a href="http://www.pcpowerguide.com/windows/upgrading-to-windows-xp-from-windows-millennium-edition-me/" title="Upgrading From Windows Millennium Edition (ME) To Windows XP">Upgrading From Windows Millennium Edition (ME) To Windows XP</a></li><li><a href="http://www.pcpowerguide.com/applications/ccleaner-vs-window-washer/" title="Ccleaner vs Window Washer">Ccleaner vs Window Washer</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-pinnacle-studio-render-errors/" title="How To Fix Pinnacle Studio Render Errors">How To Fix Pinnacle Studio Render Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/adobe-flash-player/" title="Adobe Flash Player">Adobe Flash Player</a></li><li><a href="http://www.pcpowerguide.com/multimedia/fix-sound-errors-in-windows-xp/" title="Fix Sound Errors in Windows XP">Fix Sound Errors in Windows XP</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/customizing-windows-xp-taskbar/" title="Customizing Windows XP Taskbar">Customizing Windows XP Taskbar</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/buying-an-acer-pc/" title="Buying an Acer PC">Buying an Acer PC</a></li><li><a href="http://www.pcpowerguide.com/applications/installing-adobe-reader/" title="Installing Adobe Reader">Installing Adobe Reader</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-spyware/why-you-should-run-mcafee-antivirus/" title="Why You Should Run McAfee Antivirus">Why You Should Run McAfee Antivirus</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-service-pack-2/" title="Windows XP Service Pack 2">Windows XP Service Pack 2</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/fix-exe-file-association-errors/" title="Fix .EXE File Association Errors">Fix .EXE File Association Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/how-to-speed-up-a-slow-computer/" title="How To Speed Up A Slow Computer">How To Speed Up A Slow Computer</a></li><li><a href="http://www.pcpowerguide.com/processes/fix-activex-errors/" title="Fix ActiveX Errors">Fix ActiveX Errors</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/exe-file-errors/" title="EXE File Errors">EXE File Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/customizing-windows-vista-settings/" title="Customizing Windows Vista Settings">Customizing Windows Vista Settings</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/computer-randomly-restarts-by-itself/" title="Computer Randomly Restarts By Itself?">Computer Randomly Restarts By Itself?</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/how-to-fix-missing-dll-errors/" title="How To Fix Missing DLL Errors">How To Fix Missing DLL Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/burning-movies-with-1-click-dvd-copy/" title="Burning Movies with 1 Click DVD Copy">Burning Movies with 1 Click DVD Copy</a></li><li><a href="http://www.pcpowerguide.com/windows/customizing-tips-for-microsoft-internet-explorer/" title="Customizing Tips For Microsoft Internet Explorer">Customizing Tips For Microsoft Internet Explorer</a></li><li><a href="http://www.pcpowerguide.com/windows/office/fix-and-repair-microsoft-word-settings/" title="Fix and Repair Microsoft Word Settings">Fix and Repair Microsoft Word Settings</a></li><li><a href="http://www.pcpowerguide.com/applications/family-tree-maker-review/" title="Family Tree Maker Review">Family Tree Maker Review</a></li><li><a href="http://www.pcpowerguide.com/windows/office/getting-started-with-microsoft-frontpage-2003/" title="Getting Started With Microsoft FrontPage 2003">Getting Started With Microsoft FrontPage 2003</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/understanding-windows-vista-memory/" title="Understanding Windows Vista Memory">Understanding Windows Vista Memory</a></li><li><a href="http://www.pcpowerguide.com/windows/introduction-to-microsoft-works-suite/" title="Introduction To Microsoft Works Suite">Introduction To Microsoft Works Suite</a></li><li><a href="http://www.pcpowerguide.com/windows/top-windows-media-center-features/" title="Top Windows Media Center Features">Top Windows Media Center Features</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/what-is-a-windows-dll-file/" title="What is a Windows DLL File">What is a Windows DLL File</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-system-restore/" title="Using Windows XP System Restore">Using Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-fix-common-adobe-acrobat-errors/" title="How To Fix Common Adobe Acrobat Errors">How To Fix Common Adobe Acrobat Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/cyberlink-powerdvd-review/" title="Cyberlink PowerDVD Review">Cyberlink PowerDVD Review</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-setup-your-pop-mail-in-outlook-express/" title="How to Setup Your Pop Mail in Outlook Express">How to Setup Your Pop Mail in Outlook Express</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-pc-review-pros-and-cons/" title="eMachines PC Review &#8211; Pros and Cons">eMachines PC Review &#8211; Pros and Cons</a></li><li><a href="http://www.pcpowerguide.com/windows/office/errors-with-microsoft-office/" title="Errors With Microsoft Office">Errors With Microsoft Office</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pcpowerguide.com/windows/vista/fix-windows-vista-internet-explorer-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing Windows Vista Settings</title>
		<link>http://www.pcpowerguide.com/windows/vista/customizing-windows-vista-settings/</link>
		<comments>http://www.pcpowerguide.com/windows/vista/customizing-windows-vista-settings/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 04:42:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[customize vista]]></category>
		<category><![CDATA[vista tweaks]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.pcpowerguide.com/windows/vista/customizing-windows-vista-settings/</guid>
		<description><![CDATA[One of the biggest features that Microsoft has been using to sell Vista besides its spectacular graphics capabilities is the ability to customize the operating system and truly personalize your PC. While you have always been able to customize windows, vista does allow you to customize the following items:

 Colors
 Desktop Background
 Screen Saver
 Sounds
 [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>One of the biggest features that Microsoft has been using to sell Vista besides its spectacular graphics capabilities is the ability to customize the operating system and truly personalize your PC. While you have always been able to customize windows, vista does allow you to customize the following items:</p>
<ul class="unIndentedList">
<li> Colors</li>
<li> Desktop Background</li>
<li> Screen Saver</li>
<li> Sounds</li>
<li> User account picture</li>
<li> Windows Themes</li>
<li> Windows Sidebar</li>
<li> Sidebar Gadgets</li>
</ul>
<p><strong>The Control Panel</strong></p>
<p>Since windows 3.1, the windows control panel is the place to go if you want to change the default settings for any aspect of the windows graphical user interface GUI. Some of vista&#8217;s control panel functions are different and others identical to those in windows XP. Most XP users do not like the default view that vista provides for the control panel. To an inexperienced user this may be easier but it usually annoys the experienced users who really want to see all of the available applets in a single window. The picture below shows the default control panel view in vista.</p>
<p align="center"> <img src="http://www.pcpowerguide.com/images/content/75/image002.jpg" border="0" /></p>
<p>You can change it back to the classic view as shown below simply by selecting Classic View in the left pane.</p>
<p align="center"> <img src="http://www.pcpowerguide.com/images/content/75/image003.gif" border="0" /></p>
<p align="center"> <img src="http://www.pcpowerguide.com/images/content/75/image005.jpg" border="0" /></p>
<p>There is a compromise between the default and classic views. You can choose the classic view and click on the Category column heading at the top shown above to sort and then choose group. This groups related icons together.</p>
<p><strong>Personalization</strong></p>
<p>Switch to the classic view of the control panel because it will require less steps than using the default view. Select the personalization applet in the control panel.</p>
<p><strong>Themes</strong></p>
<p>This is toward the bottom of the window. Themes allow you to select different schemes. If you like one of the available schemes, a single click will change all of the setting to provide the theme. It&#8217;s basically a one click settings control.</p>
<p>Choose the Windows Vista theme and click OK.  Your selection will be displayed as My Current Theme. You can save any theme you create by selecting Save As and giving the file a name. It will be saved in the .theme format.</p>
<p><strong>Colors</strong></p>
<p>If you have Aero capability and is already enabled you will see the screen below.</p>
<p align="center"> <img src="http://www.pcpowerguide.com/images/content/75/image007.jpg" border="0" /></p>
<p>If not, you will see the next screen. Features unique to Aero is the ability to adjust the transparency of a window, Flip (Alt?) which shows live thumbnails of all of your open windows and Flip 3D (Win?) which lets you go through the thumbnails like you were looking at them on a rolodex. If your hardware supports, select to run windows aero.</p>
<p align="center"> <img src="http://www.pcpowerguide.com/images/content/75/image009.jpg" border="0" /></p>
<p><strong>Effects</strong></p>
<p>Regardless of the selected color scheme, there are three options under Effects. All are checked:</p>
<ul class="unIndentedList">
<li> Standard</li>
<li> ClearType (default)</li>
<li> None (uncheck the box)</li>
</ul>
<p>Show shadows under menus &#8211; puts shadows under menus. Personally I don&#8217;t like this feature</p>
<p>Show window contents while dragging &#8211; again this is a preference and entirely up to you.</p>
<p><strong>Desktop Background</strong></p>
<p>Select Desktop Background. This is a much better interface as shown below than the one in XP because it lets you select the background by choosing the picture. The pictures are selected from the following disk locations: Windows Wallpapers, Pictures, Sample Pictures, Public Pictures and Solid Colors. You can limit background choices to your pictures folder. There is also a browse button to let you search elsewhere.</p>
<p align="center"> <img src="http://www.pcpowerguide.com/images/content/75/image011.jpg" border="0" /></p>
<p><strong>Screen Saver</strong></p>
<p>This hasn&#8217;t changed since XP so there are no real surprises here. Your options are:</p>
<ul class="unIndentedList">
<li> None &#8211; standard presentation setting</li>
<li> 3D Text &#8211; you select the text</li>
<li> Aurora &#8211; looks something like the northern lights</li>
<li> Blank &#8211; actually blank</li>
<li> Bubbles &#8211; cute</li>
<li> Mystify &#8211; animated geometric shapes</li>
<li> Photos &#8211; you select a folder or use image tags to select them as a slide show</li>
<li> Ribbons &#8211; color displays</li>
<li> Windows Energy &#8211; requires a 3D card combination of Mystify and Ribbons</li>
<li> Windows Logo &#8211; a fancier version of the logo</li>
</ul>
<p><strong>Sounds</strong></p>
<p>There really isn&#8217;t anything new her either. To apply a sound scheme:</p>
<ul class="unIndentedList">
<li> Select the Sounds tab</li>
<li> Under Sound Scheme, select the sound scheme you want to use.</li>
</ul>
<p><strong>User Account Picture</strong></p>
<p>You can select what picture you want to appear next to your user name on the welcome screen and on the start menu. The picture can be one of the ones included in windows or one of your own.</p>
<p><strong>Windows Sideba</strong>r</p>
<p>You can customize the sidebar by keeping it on top,, hiding it and adding and removing gadgets from it. There are many gadgets available from the Windows Live Gallery website.</p>
<p>Open the Windows Sidebar by clicking the <strong>Start -&gt; All Programs -&gt; Accessories -&gt; Windows Sidebar.</strong></p>
<p>You can&#8217;t change the width of Sidebar. However, you can detach gadgets from the Sidebar and place them anywhere on the desktop. When you close the sidebar, the detached gadgets will remain open.</p>
<h3>Related Post</h3><ul class="related_post"><li><a href="http://www.pcpowerguide.com/windows/top-windows-media-center-features/" title="Top Windows Media Center Features">Top Windows Media Center Features</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pcpowerguide.com/windows/vista/customizing-windows-vista-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Sound Errors in Windows XP</title>
		<link>http://www.pcpowerguide.com/multimedia/fix-sound-errors-in-windows-xp/</link>
		<comments>http://www.pcpowerguide.com/multimedia/fix-sound-errors-in-windows-xp/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 15:16:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[audio errors]]></category>
		<category><![CDATA[fix sound card errors]]></category>
		<category><![CDATA[windows xp sound problem]]></category>

		<guid isPermaLink="false">http://www.pcpowerguide.com/multimedia/fix-sound-errors-in-windows-xp/</guid>
		<description><![CDATA[With sound and video bring ubiquitous on the internet, in voice and video email, in computer games and even many of the latest applications, working sound has almost become a necessity to use your computer. Sound causes more problems than any other single thing on every personal computer operating system.
Symptoms
A computer with sound problems will [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>With sound and video bring ubiquitous on the internet, in voice and video email, in computer games and even many of the latest applications, working sound has almost become a necessity to use your computer. Sound causes more problems than any other single thing on every personal computer operating system.</p>
<h3>Symptoms</h3>
<p>A computer with sound problems will display one or several of the following symptoms:</p>
<ul type="disc">
<li>There is no sound at all</li>
<li>The sound keeps fading in and out</li>
<li>The sound seems to skip or jump on everything you try      to play</li>
<li>The sound is distorted or scratchy on everything you      try to play</li>
<li>The computer freezes or reboots if you try to play      sound</li>
<li>You receive one of the following error messages:
<ul type="circle">
<li><strong><em>MIDI</em></strong><strong><em>       output error detected</em></strong></li>
<li><strong><em>No wave device that can play files in the       current format is installed</em></strong></li>
<li><strong><em>The CD Audio device is in use by       another application</em></strong></li>
<li><strong><em>WAV sound playback error detected</em></strong></li>
<li><strong><em>Your audio hardware cannot play files       like the current file</em></strong></li>
</ul>
</li>
</ul>
<h3>Solutions for Sound Problems in XP</h3>
<p>There are several common methods to troubleshoot and repair you windows XP sound problems:</p>
<ul type="disc">
<li>Use the Windows Troubleshooter</li>
<li>Update sound card drivers</li>
<li>Update your media Player</li>
<li>Install a new sound card</li>
</ul>
<h3>Use the Windows Troubleshooter</h3>
<p>Windows XP has a built in troubleshooter. To use this feature perform the following steps:</p>
<ul type="disc">
<li>Click <strong><em>Start</em></strong>      and then select Help<strong><em> and      Support</em></strong></li>
<li>Under <strong><em>Pick      a Help Topic</em></strong>, select <strong><em>Fixing a problem </em></strong><strong>in the window shown below</strong></li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/74/image002.jpg" height="321" width="408" /></p>
<ul type="disc">
<li>In the      navigation pane, on the left, click <strong><em>Games, sound, and video problems</em></strong> as shown in the      picture below.</li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/74/image003.gif" height="14" width="112" /><img src="http://www.pcpowerguide.com/images/content/74/image005.jpg" height="348" width="380" /></p>
<ul type="disc">
<li>In the      topic pane, on the right, click <strong><em>Sound Troubleshooter</em></strong></li>
</ul>
<p><strong> </strong></p>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/74/image007.jpg" height="410" width="339" /></p>
<ul type="disc">
<li>The      window shown below will open. Select the option that describes the problem      that is occurring, and then click <strong><em>Next</em></strong><em>.</em></li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/74/image009.jpg" height="311" width="370" /></p>
<ul type="disc">
<li>Repeat      the steps for each condition until your problem is resolved or until you      have reached the end of the troubleshooting path.<strong> </strong></li>
</ul>
<p><strong> </strong></p>
<p>You can click <strong><em>Back</em></strong><em> </em>at any time to repeat the last step, or you can click <strong><em>Start Over</em></strong><em> </em>to start the Sound Troubleshooter again. If your sound is still not working, try the next method.</p>
<h3>Update the Sound Card Drivers</h3>
<p>The easiest way to check your drivers is to use the DirectX diagnostic tool. To run the tool do the following:</p>
<ul type="disc">
<li>Click <strong><em>Start</em></strong><em> -&gt; <strong>Run</strong></em>, <strong><em>type      dxdiag</em></strong> in the <strong><em>Open</em></strong><em> </em>box, and then click <strong>O<em>K</em></strong>. The screen below will open.</li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/74/image011.jpg" height="165" width="539" /></p>
<ul type="disc">
<li>Click on      the <strong>Sound</strong> tab. The window shown below will open.</li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/74/image013.jpg" height="426" width="585" /></p>
<p align="center">&nbsp;</p>
<ul type="disc">
<li>Click      on <strong><em>Test DirectSound</em></strong>. Repeat the test on the <strong><em>Music</em></strong>      tab as shown below for item listed in the <strong><em>Test Using this Port</em></strong>      box.</li>
</ul>
<p align="center">&nbsp;</p>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/74/image015.jpg" height="414" width="573" /></p>
<p><strong>Alternately you can go to</strong>:</p>
<ul type="disc">
<li><strong><em>Start -&gt; Run -&gt; Control Panel </em></strong></li>
<li>Click on the <strong><em>System</em></strong> icon</li>
<li>Select <strong><em>Hardware</em></strong></li>
<li>Click on the <strong><em>Device Manager</em></strong> Button</li>
<li>Open the <strong><em>Sound, Video and Game Controllers</em></strong>      as show below</li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/74/image017.jpg" height="450" width="331" /></p>
<ul type="disc">
<li>Right      click on each device and select <strong><em>Update Driver</em></strong> as shown below</li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/74/image019.jpg" height="210" width="371" /></p>
<ul type="disc">
<li>The      driver wizard will open as shown below</li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/74/image021.jpg" height="318" width="408" /></p>
<ul type="disc">
<li>Follow the directions to update the drivers.</li>
<li>Repeat the process for each device</li>
</ul>
<p>If you are still having problems then try the next method.</p>
<h3>Update Your Media Player</h3>
<p>If you are using Window Media Player, go to the Microsoft website and download the latest version. For other media players such as Real Player, iTunes, Quick Time and VLC media Player, go to the publisher&#8217;s website and download and install the latest version.</p>
<p>If that doesn&#8217;t fix the problem then try the next method.</p>
<h3>Install New Hardware</h3>
<p>If you got this far, you most likely have a hardware problem. Either you sound cable, your speakers or your sound card is bad. We tried all of the repairs that were free in the preceding methods. Perform the following steps to test your sound.</p>
<p>Borrow a known good sound cable and replace the one on your system. If the sound works, buy a new cable.</p>
<p>If not, leave the good cable installed and borrow known good speakers and replace your speakers. If the sound works, buy new speakers.</p>
<p>Next, either borrow a known good sound card and replace your sound card.  If it is a different card than the one you have, make sure you install the correct drivers for the sound card before testing the sound. If the sound works, replace your sound card.</p>
<p>If the sound still doesn&#8217;t work, either buy a new computer (you probably need a new motherboard) or take your computer to a repair shop and let see if they can fix the problem since they have equipment that can test all of the hardware components.</p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://www.pcpowerguide.com/multimedia/fix-vlc-media-player-audio-errors/" title="Fix VLC Media Player Audio Errors">Fix VLC Media Player Audio Errors</a></li><li><a href="http://www.pcpowerguide.com/featured/fix-pc-errors-automatically-with-registrysmart/" title="Fix PC Errors Automatically With RegistrySmart&trade;">Fix PC Errors Automatically With RegistrySmart&trade;</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/defrag/defragging-your-windows-hard-drive/" title="Defragging Your Windows Hard Drive">Defragging Your Windows Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-fix-common-adobe-acrobat-errors/" title="How To Fix Common Adobe Acrobat Errors">How To Fix Common Adobe Acrobat Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/easy-media-creator-10-review/" title="Easy Media Creator 10 Review">Easy Media Creator 10 Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/how-to-copy-dvd-to-dvd/" title="How To Copy DVD to DVD ">How To Copy DVD to DVD </a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/burning-movies-with-1-click-dvd-copy/" title="Burning Movies with 1 Click DVD Copy">Burning Movies with 1 Click DVD Copy</a></li><li><a href="http://www.pcpowerguide.com/windows/office/outlook-express-errors/" title="Outlook Express Errors">Outlook Express Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-system-restore/" title="Using Windows XP System Restore">Using Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/how-to-fix-missing-dll-errors/" title="How To Fix Missing DLL Errors">How To Fix Missing DLL Errors</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-iexploreexe-application-errors/" title="How To Fix iExplore.exe Application Errors">How To Fix iExplore.exe Application Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-fix-desktop-icons/" title="How To Fix Desktop Icons">How To Fix Desktop Icons</a></li><li><a href="http://www.pcpowerguide.com/windows/office/errors-with-microsoft-office/" title="Errors With Microsoft Office">Errors With Microsoft Office</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/fix-windows-vista-internet-explorer-icon/" title="Fix Windows Vista Internet Explorer Icon ">Fix Windows Vista Internet Explorer Icon </a></li><li><a href="http://www.pcpowerguide.com/windows/office/starting-microsoft-excel-in-safe-mode/" title="Starting Microsoft Excel in Safe Mode">Starting Microsoft Excel in Safe Mode</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/understanding-windows-vista-memory/" title="Understanding Windows Vista Memory">Understanding Windows Vista Memory</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/defrag/windows-tips-fix-my-slow-pc/" title="Windows Tips &#8211; Fix My Slow PC!">Windows Tips &#8211; Fix My Slow PC!</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-control-panel/" title="Using Windows XP Control Panel">Using Windows XP Control Panel</a></li><li><a href="http://www.pcpowerguide.com/windows/introduction-to-microsoft-works-suite/" title="Introduction To Microsoft Works Suite">Introduction To Microsoft Works Suite</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-system-restore/" title="Windows XP System Restore">Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/applications/installing-adobe-reader/" title="Installing Adobe Reader">Installing Adobe Reader</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/dll-file-errors/" title="DLL File Errors">DLL File Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-safely-add-and-remove-programs/" title="How To Safely Add and Remove Programs">How To Safely Add and Remove Programs</a></li><li><a href="http://www.pcpowerguide.com/windows/office/how-to-recover-lost-microsoft-word-documents/" title="How To Recover Lost Microsoft Word Documents">How To Recover Lost Microsoft Word Documents</a></li><li><a href="http://www.pcpowerguide.com/processes/fix-activex-errors/" title="Fix ActiveX Errors">Fix ActiveX Errors</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-setup-your-pop-mail-in-outlook-express/" title="How to Setup Your Pop Mail in Outlook Express">How to Setup Your Pop Mail in Outlook Express</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/windows-media-player-%e2%80%93-video-and-audio-overview/" title="Windows Media Player – Video and Audio Overview">Windows Media Player – Video and Audio Overview</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-pc-review-pros-and-cons/" title="eMachines PC Review &#8211; Pros and Cons">eMachines PC Review &#8211; Pros and Cons</a></li><li><a href="http://www.pcpowerguide.com/applications/family-tree-maker-review/" title="Family Tree Maker Review">Family Tree Maker Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/fix-media-player-to-play-video-files/" title="Fix Media Player to Play Video Files">Fix Media Player to Play Video Files</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/fix-exe-file-association-errors/" title="Fix .EXE File Association Errors">Fix .EXE File Association Errors</a></li><li><a href="http://www.pcpowerguide.com/processes/runtime/what-is-a-runtime-error/" title="What is a Runtime Error?">What is a Runtime Error?</a></li><li><a href="http://www.pcpowerguide.com/windows/top-windows-media-center-features/" title="Top Windows Media Center Features">Top Windows Media Center Features</a></li><li><a href="http://www.pcpowerguide.com/windows/office/fix-and-repair-microsoft-word-settings/" title="Fix and Repair Microsoft Word Settings">Fix and Repair Microsoft Word Settings</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-t5246-review/" title="eMachines T5246 Review">eMachines T5246 Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/top-3-dvd-software-programs/" title="Top 3 DVD Software Programs">Top 3 DVD Software Programs</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/compaq-presario-v6700tx-laptop-review/" title="Compaq Presario V6700TX Laptop Review">Compaq Presario V6700TX Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-spyware/why-you-should-run-mcafee-antivirus/" title="Why You Should Run McAfee Antivirus">Why You Should Run McAfee Antivirus</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-service-pack-2/" title="Windows XP Service Pack 2">Windows XP Service Pack 2</a></li><li><a href="http://www.pcpowerguide.com/multimedia/adobe-flash-player/" title="Adobe Flash Player">Adobe Flash Player</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/fix-pc-crashing-problems/" title="Fix PC Crashing Problems">Fix PC Crashing Problems</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/gateway-p-6831fx-gaming-laptop-review/" title="Gateway P-6831FX Gaming Laptop Review">Gateway P-6831FX Gaming Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/windows/program-not-responding-errors/" title="Program not responding errors">Program not responding errors</a></li><li><a href="http://www.pcpowerguide.com/windows/running-activex-controls-safely/" title="Running ActiveX Controls Safely">Running ActiveX Controls Safely</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/how-to-format-your-hard-drive/" title="How To Format Your Hard Drive">How To Format Your Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/what-is-a-windows-dll-file/" title="What is a Windows DLL File">What is a Windows DLL File</a></li><li><a href="http://www.pcpowerguide.com/windows/upgrading-to-windows-xp-from-windows-millennium-edition-me/" title="Upgrading From Windows Millennium Edition (ME) To Windows XP">Upgrading From Windows Millennium Edition (ME) To Windows XP</a></li><li><a href="http://www.pcpowerguide.com/multimedia/macromedia-shockwave-multimedia-player/" title="Macromedia Shockwave Multimedia Player">Macromedia Shockwave Multimedia Player</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/dvd-cloner-5-review/" title="DVD Cloner 5 Review">DVD Cloner 5 Review</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-ccapp-exe-errors/" title="How to Fix Ccapp EXE Errors">How to Fix Ccapp EXE Errors</a></li><li><a href="http://www.pcpowerguide.com/processes/how-to-fix-svchostexe-errors/" title="How To Fix Svchost.exe Errors">How To Fix Svchost.exe Errors</a></li><li><a href="http://www.pcpowerguide.com/applications/what-is-a-flash-player/" title="What is a Flash Player?">What is a Flash Player?</a></li><li><a href="http://www.pcpowerguide.com/windows/customizing-tips-for-microsoft-internet-explorer/" title="Customizing Tips For Microsoft Internet Explorer">Customizing Tips For Microsoft Internet Explorer</a></li><li><a href="http://www.pcpowerguide.com/applications/ccleaner-vs-window-washer/" title="Ccleaner vs Window Washer">Ccleaner vs Window Washer</a></li><li><a href="http://www.pcpowerguide.com/windows/office/getting-started-with-microsoft-frontpage-2003/" title="Getting Started With Microsoft FrontPage 2003">Getting Started With Microsoft FrontPage 2003</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-backup-your-outlook-express-data/" title="How to Backup Your Outlook Express Data">How to Backup Your Outlook Express Data</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/computer-randomly-restarts-by-itself/" title="Computer Randomly Restarts By Itself?">Computer Randomly Restarts By Itself?</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-common-errors-with-quicktime/" title="How To Fix Common Errors With QuickTime">How To Fix Common Errors With QuickTime</a></li><li><a href="http://www.pcpowerguide.com/pc-security/adware/how-to-stop-and-remove-adware/" title="How To Stop and Remove Adware">How To Stop and Remove Adware</a></li><li><a href="http://www.pcpowerguide.com/multimedia/cyberlink-powerdvd-review/" title="Cyberlink PowerDVD Review">Cyberlink PowerDVD Review</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/buying-an-acer-pc/" title="Buying an Acer PC">Buying an Acer PC</a></li><li><a href="http://www.pcpowerguide.com/applications/using-microsoft-money-software/" title="Using Microsoft Money Software">Using Microsoft Money Software</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/customizing-windows-xp-taskbar/" title="Customizing Windows XP Taskbar">Customizing Windows XP Taskbar</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/how-to-fix-kernel32dll-errors/" title="How To Fix kernel32.dll Errors">How To Fix kernel32.dll Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-pinnacle-studio-render-errors/" title="How To Fix Pinnacle Studio Render Errors">How To Fix Pinnacle Studio Render Errors</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/exe-file-errors/" title="EXE File Errors">EXE File Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/customizing-windows-vista-settings/" title="Customizing Windows Vista Settings">Customizing Windows Vista Settings</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/registry/clean-up-your-windows-registry/" title="Clean Up Your Windows Registry">Clean Up Your Windows Registry</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/how-to-speed-up-a-slow-computer/" title="How To Speed Up A Slow Computer">How To Speed Up A Slow Computer</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-trojan/how-to-remove-trojans-from-your-pc/" title="How To Remove Trojans From Your PC">How To Remove Trojans From Your PC</a></li><li><a href="http://www.pcpowerguide.com/windows/updating-windows-drivers/" title="Updating Windows Drivers">Updating Windows Drivers</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pcpowerguide.com/multimedia/fix-sound-errors-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook Express Errors</title>
		<link>http://www.pcpowerguide.com/windows/office/outlook-express-errors/</link>
		<comments>http://www.pcpowerguide.com/windows/office/outlook-express-errors/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 22:41:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[fix outlook express]]></category>
		<category><![CDATA[outlook help]]></category>

		<guid isPermaLink="false">http://www.pcpowerguide.com/windows/office/outlook-express-errors/</guid>
		<description><![CDATA[As we become more dependent on email as a primary method of communication in both our professional and business life, errors can be especially annoying and possibly serious when it affects out livelihood. The table below lists to common error codes and the various methods of fixing the errors after that. I recommend you start [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>As we become more dependent on email as a primary method of communication in both our professional and business life, errors can be especially annoying and possibly serious when it affects out livelihood. The table below lists to common error codes and the various methods of fixing the errors after that. I recommend you start repairs by performing each of the solution in order to get the best results. I&#8217;ve listed them from the easiest to the most difficult.</p>
<h3>Common Errors</h3>
<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" width="31%">Error 0&#215;800ccc91</td>
<td width="68%">(POP3 username invalid)</td>
</tr>
<tr>
<td nowrap="nowrap" width="31%">Error 0&#215;800ccc92</td>
<td width="68%">(POP3 password invalid)</td>
</tr>
<tr>
<td nowrap="nowrap" width="31%">Error 0&#215;800ccc7d</td>
<td width="68%">(Server does not support SSL)</td>
</tr>
<tr>
<td nowrap="nowrap" width="31%">Error 0&#215;800420cb</td>
<td width="68%">Message could not be opened</td>
</tr>
<tr>
<td nowrap="nowrap" width="31%">Error 800ccc0131</td>
<td width="68%">MSIMN Errors</td>
</tr>
<tr>
<td nowrap="nowrap" width="31%">Kernel Errors</td>
<td width="68%">Messages involving kernel32.dll</td>
</tr>
<tr>
<td nowrap="nowrap" width="31%">Wininet Errors</td>
<td width="68%">Messages involving wininet.dll</td>
</tr>
<tr>
<td nowrap="nowrap" width="31%">MSOE Errors</td>
<td width="68%">Messages involving msoe.dll</td>
</tr>
<tr>
<td nowrap="nowrap" width="31%">Riched Errors</td>
<td width="68%">Messages involving riched32</td>
</tr>
<tr>
<td nowrap="nowrap" width="31%">Errors 0&#215;800ccc0d <u><br />
</u>&amp; 0&#215;800ccc0e</td>
<td width="68%">(Can&#8217;t find Host &#8211; cannot Locate Server and Failed to   Connect &#8211; Cannot Connect to Server)</td>
</tr>
<tr>
<td nowrap="nowrap" width="31%">Error 0&#215;800ccc0f</td>
<td width="68%">(Connection dropped (DUN connection disconnected)</td>
</tr>
<tr>
<td nowrap="nowrap" width="31%">Error 0&#215;800ccc79</td>
<td width="68%">(SMTP rejected recipients (sending email to invalid email   address)</td>
</tr>
<tr>
<td nowrap="nowrap" width="31%">Error 0&#215;800ccc90</td>
<td width="68%">(POP3 response error &#8211; Client Response invalid)</td>
</tr>
<tr>
<td colspan="2" width="100%">Problems opening attachments</td>
</tr>
<tr>
<td colspan="2" width="100%">Messages lost if you are running Windows XP</td>
</tr>
<tr>
<td colspan="2" width="100%">Can&#8217;t start Outlook Express</td>
</tr>
<tr>
<td colspan="2" width="100%">Other problems sending messages</td>
</tr>
<tr>
<td colspan="2" width="100%">Authentication Problems</td>
</tr>
<tr>
<td colspan="2" width="100%">http://www.plus.net/support/email/email_troubleshooting/oe_error_guide.shtml   for excruitating detail</td>
</tr>
</table>
<p>Here are some basic steps to repair any of the errors listed above for Outlook Express:</p>
<p><strong>Reboot the computer</strong> &#8211; this can fix any problems that are being caused by improperly closed files, memory data corruption and damage to system files.</p>
<p><strong>Close other programs</strong> &#8211; close everything except internet explorer and outlook express so you don&#8217;t cause problem in any of your open programs while attempting to repair outlook express.</p>
<p><strong>Delete Temporary internet files</strong> &#8211; In internet explorer</p>
<ul class="unIndentedList">
<li> Select <strong><em>Internet Option</em></strong> from the <strong><em>Tools</em></strong> menu</li>
<li> Then in the temporary internet files panel, select <strong><em>Delete files.</em></strong></li>
<li> In the pop up window check <strong><em>Delete all offline files</em></strong></li>
<li> Click <strong><em>OK</em></strong></li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/73/image001.gif" alt="Clear Cache" height="382" width="335" /></p>
<p align="center">&nbsp;</p>
<p>You need to delete the temporary files because every time you view anything in outlook it creates a temporary file to display the contents of the message. If this multitude, it can grow to a rather large number fairly quickly) of temporary files gets damaged strange things can happen in outlook express.</p>
<p><strong>Compact your folders</strong> &#8211; on the file menu select <strong><em>Folder -&gt; Compact all Folders</em></strong>. Then go for a walk. Do not use your computer until the compacting process is complete. You should compact your folders periodically to prevent common problems.</p>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/73/image002.gif" alt="Compacting" height="137" width="335" /></p>
<p><strong>Registry fix</strong>- sometimes registry corruption prevents outlook express from being recognized as the default email client. To fix this problem perform the following steps:</p>
<ul class="unIndentedList">
<li> Click Start -&gt; Run and type msimn /reg</li>
<li> <strong><em>Click OK</em></strong>. Nothing appears to happen.</li>
<li> Select Tools -&gt; Options in internet explorer</li>
<li> On the programs tab select <strong><em>outlook express</em></strong> as the default email client</li>
</ul>
<p><strong>Library Fix</strong> &#8211; sometimes there can be problems in one or more of the dynamic link libraries that outlook express routinely used. The easiest way to be sure all of the libraries ae working properly is to re-register them using <strong><em>regsvr32.</em></strong> Perform the folloing steps:</p>
<ul class="unIndentedList">
<li> Go to Start -&gt; run</li>
<li> Type regsrv32 urlmon.dll and click OK</li>
<li> Type regsrv32 mshtml.dll and click OK</li>
<li> Type regsrv32 shdocvw.dll and click OK</li>
<li> Type regsrv32 browseui.dll and click OK</li>
<li> Type regsrv32 msjava.dll and click OK</li>
</ul>
<p><strong><em> </em></strong></p>
<p>Create a new identity &#8211; if nothing else we done works, try this. Creating a new identity will create a new message store folder and all new registry keys which should correct the problems you are experiencing. To create a new identity, perform the following steps:</p>
<ul class="unIndentedList">
<li> Select <strong><em>Tools -&gt; Accounts</em></strong></li>
<li> Select the <strong><em>Mail tab</em></strong> and select the default account</li>
<li> Select <strong><em>Export</em></strong> and give the file a name. Make sure the extension is .iaf</li>
<li> Repeat steps 2 and 3 for all existing email accounts</li>
<li> Do the same for all news accounts</li>
<li> When finished, select <strong><em>Close</em></strong></li>
<li> On the <strong><em>File</em></strong> menu select <strong><em>Identities</em></strong></li>
<li> Click on <strong><em>Add New Identity</em></strong></li>
<li> Type in a name for the new identity as shown below</li>
</ul>
<p align="center"><img src="http://www.pcpowerguide.com/images/content/73/image003.gif" alt="New Identity" height="218" width="335" /></p>
<ul class="unIndentedList">
<li> Click yes to switch to the new identity</li>
<li> Select Cancel to close the wizard and select Cancel if any other windows pop up</li>
<li> Next, select Tools -&gt; Accounts</li>
<li> Select import and start importing the .iaf files you created one at a time until you have imported all of them</li>
<li> Next, select File -&gt; Import -&gt; Messages</li>
<li> Highlight Microsoft Outlook Express 6 on the list</li>
<li> Select Next</li>
<li> Select the name of your old identity and then click OK</li>
</ul>
<p><strong>Last Resort</strong> &#8211; reinstall outlook express. Go to the Microsoft website and download the guide to reinstall and repair both internet explorer and outlook express. There are also several good third party tools available to repair outlook express.</p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/fix-media-player-to-play-video-files/" title="Fix Media Player to Play Video Files">Fix Media Player to Play Video Files</a></li><li><a href="http://www.pcpowerguide.com/windows/office/errors-with-microsoft-office/" title="Errors With Microsoft Office">Errors With Microsoft Office</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-safely-add-and-remove-programs/" title="How To Safely Add and Remove Programs">How To Safely Add and Remove Programs</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-fix-common-adobe-acrobat-errors/" title="How To Fix Common Adobe Acrobat Errors">How To Fix Common Adobe Acrobat Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/customizing-windows-xp-taskbar/" title="Customizing Windows XP Taskbar">Customizing Windows XP Taskbar</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/registry/clean-up-your-windows-registry/" title="Clean Up Your Windows Registry">Clean Up Your Windows Registry</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/understanding-windows-vista-memory/" title="Understanding Windows Vista Memory">Understanding Windows Vista Memory</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/windows-media-player-%e2%80%93-video-and-audio-overview/" title="Windows Media Player – Video and Audio Overview">Windows Media Player – Video and Audio Overview</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/gateway-p-6831fx-gaming-laptop-review/" title="Gateway P-6831FX Gaming Laptop Review">Gateway P-6831FX Gaming Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/exe-file-errors/" title="EXE File Errors">EXE File Errors</a></li><li><a href="http://www.pcpowerguide.com/applications/installing-adobe-reader/" title="Installing Adobe Reader">Installing Adobe Reader</a></li><li><a href="http://www.pcpowerguide.com/multimedia/fix-vlc-media-player-audio-errors/" title="Fix VLC Media Player Audio Errors">Fix VLC Media Player Audio Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/compaq-presario-v6700tx-laptop-review/" title="Compaq Presario V6700TX Laptop Review">Compaq Presario V6700TX Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-pinnacle-studio-render-errors/" title="How To Fix Pinnacle Studio Render Errors">How To Fix Pinnacle Studio Render Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-t5246-review/" title="eMachines T5246 Review">eMachines T5246 Review</a></li><li><a href="http://www.pcpowerguide.com/windows/office/starting-microsoft-excel-in-safe-mode/" title="Starting Microsoft Excel in Safe Mode">Starting Microsoft Excel in Safe Mode</a></li><li><a href="http://www.pcpowerguide.com/multimedia/adobe-flash-player/" title="Adobe Flash Player">Adobe Flash Player</a></li><li><a href="http://www.pcpowerguide.com/windows/introduction-to-microsoft-works-suite/" title="Introduction To Microsoft Works Suite">Introduction To Microsoft Works Suite</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/computer-randomly-restarts-by-itself/" title="Computer Randomly Restarts By Itself?">Computer Randomly Restarts By Itself?</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-trojan/how-to-remove-trojans-from-your-pc/" title="How To Remove Trojans From Your PC">How To Remove Trojans From Your PC</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/how-to-format-your-hard-drive/" title="How To Format Your Hard Drive">How To Format Your Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-iexploreexe-application-errors/" title="How To Fix iExplore.exe Application Errors">How To Fix iExplore.exe Application Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-system-restore/" title="Using Windows XP System Restore">Using Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/defrag/windows-tips-fix-my-slow-pc/" title="Windows Tips &#8211; Fix My Slow PC!">Windows Tips &#8211; Fix My Slow PC!</a></li><li><a href="http://www.pcpowerguide.com/multimedia/macromedia-shockwave-multimedia-player/" title="Macromedia Shockwave Multimedia Player">Macromedia Shockwave Multimedia Player</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-spyware/why-you-should-run-mcafee-antivirus/" title="Why You Should Run McAfee Antivirus">Why You Should Run McAfee Antivirus</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-setup-your-pop-mail-in-outlook-express/" title="How to Setup Your Pop Mail in Outlook Express">How to Setup Your Pop Mail in Outlook Express</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-control-panel/" title="Using Windows XP Control Panel">Using Windows XP Control Panel</a></li><li><a href="http://www.pcpowerguide.com/applications/ccleaner-vs-window-washer/" title="Ccleaner vs Window Washer">Ccleaner vs Window Washer</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-service-pack-2/" title="Windows XP Service Pack 2">Windows XP Service Pack 2</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-backup-your-outlook-express-data/" title="How to Backup Your Outlook Express Data">How to Backup Your Outlook Express Data</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/fix-exe-file-association-errors/" title="Fix .EXE File Association Errors">Fix .EXE File Association Errors</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/how-to-fix-kernel32dll-errors/" title="How To Fix kernel32.dll Errors">How To Fix kernel32.dll Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/how-to-speed-up-a-slow-computer/" title="How To Speed Up A Slow Computer">How To Speed Up A Slow Computer</a></li><li><a href="http://www.pcpowerguide.com/multimedia/fix-sound-errors-in-windows-xp/" title="Fix Sound Errors in Windows XP">Fix Sound Errors in Windows XP</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/what-is-a-windows-dll-file/" title="What is a Windows DLL File">What is a Windows DLL File</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/how-to-copy-dvd-to-dvd/" title="How To Copy DVD to DVD ">How To Copy DVD to DVD </a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/easy-media-creator-10-review/" title="Easy Media Creator 10 Review">Easy Media Creator 10 Review</a></li><li><a href="http://www.pcpowerguide.com/windows/program-not-responding-errors/" title="Program not responding errors">Program not responding errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/burning-movies-with-1-click-dvd-copy/" title="Burning Movies with 1 Click DVD Copy">Burning Movies with 1 Click DVD Copy</a></li><li><a href="http://www.pcpowerguide.com/windows/office/getting-started-with-microsoft-frontpage-2003/" title="Getting Started With Microsoft FrontPage 2003">Getting Started With Microsoft FrontPage 2003</a></li><li><a href="http://www.pcpowerguide.com/windows/running-activex-controls-safely/" title="Running ActiveX Controls Safely">Running ActiveX Controls Safely</a></li><li><a href="http://www.pcpowerguide.com/multimedia/cyberlink-powerdvd-review/" title="Cyberlink PowerDVD Review">Cyberlink PowerDVD Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/dvd-cloner-5-review/" title="DVD Cloner 5 Review">DVD Cloner 5 Review</a></li><li><a href="http://www.pcpowerguide.com/processes/fix-activex-errors/" title="Fix ActiveX Errors">Fix ActiveX Errors</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/dll-file-errors/" title="DLL File Errors">DLL File Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/top-windows-media-center-features/" title="Top Windows Media Center Features">Top Windows Media Center Features</a></li><li><a href="http://www.pcpowerguide.com/pc-security/adware/how-to-stop-and-remove-adware/" title="How To Stop and Remove Adware">How To Stop and Remove Adware</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-system-restore/" title="Windows XP System Restore">Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/applications/what-is-a-flash-player/" title="What is a Flash Player?">What is a Flash Player?</a></li><li><a href="http://www.pcpowerguide.com/processes/runtime/what-is-a-runtime-error/" title="What is a Runtime Error?">What is a Runtime Error?</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/customizing-windows-vista-settings/" title="Customizing Windows Vista Settings">Customizing Windows Vista Settings</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-fix-desktop-icons/" title="How To Fix Desktop Icons">How To Fix Desktop Icons</a></li><li><a href="http://www.pcpowerguide.com/windows/office/fix-and-repair-microsoft-word-settings/" title="Fix and Repair Microsoft Word Settings">Fix and Repair Microsoft Word Settings</a></li><li><a href="http://www.pcpowerguide.com/windows/customizing-tips-for-microsoft-internet-explorer/" title="Customizing Tips For Microsoft Internet Explorer">Customizing Tips For Microsoft Internet Explorer</a></li><li><a href="http://www.pcpowerguide.com/processes/how-to-fix-svchostexe-errors/" title="How To Fix Svchost.exe Errors">How To Fix Svchost.exe Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/updating-windows-drivers/" title="Updating Windows Drivers">Updating Windows Drivers</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-common-errors-with-quicktime/" title="How To Fix Common Errors With QuickTime">How To Fix Common Errors With QuickTime</a></li><li><a href="http://www.pcpowerguide.com/applications/using-microsoft-money-software/" title="Using Microsoft Money Software">Using Microsoft Money Software</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/how-to-fix-missing-dll-errors/" title="How To Fix Missing DLL Errors">How To Fix Missing DLL Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-pc-review-pros-and-cons/" title="eMachines PC Review &#8211; Pros and Cons">eMachines PC Review &#8211; Pros and Cons</a></li><li><a href="http://www.pcpowerguide.com/windows/office/how-to-recover-lost-microsoft-word-documents/" title="How To Recover Lost Microsoft Word Documents">How To Recover Lost Microsoft Word Documents</a></li><li><a href="http://www.pcpowerguide.com/windows/upgrading-to-windows-xp-from-windows-millennium-edition-me/" title="Upgrading From Windows Millennium Edition (ME) To Windows XP">Upgrading From Windows Millennium Edition (ME) To Windows XP</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/fix-pc-crashing-problems/" title="Fix PC Crashing Problems">Fix PC Crashing Problems</a></li><li><a href="http://www.pcpowerguide.com/featured/fix-pc-errors-automatically-with-registrysmart/" title="Fix PC Errors Automatically With RegistrySmart&trade;">Fix PC Errors Automatically With RegistrySmart&trade;</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/top-3-dvd-software-programs/" title="Top 3 DVD Software Programs">Top 3 DVD Software Programs</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/fix-windows-vista-internet-explorer-icon/" title="Fix Windows Vista Internet Explorer Icon ">Fix Windows Vista Internet Explorer Icon </a></li><li><a href="http://www.pcpowerguide.com/applications/family-tree-maker-review/" title="Family Tree Maker Review">Family Tree Maker Review</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-ccapp-exe-errors/" title="How to Fix Ccapp EXE Errors">How to Fix Ccapp EXE Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/defrag/defragging-your-windows-hard-drive/" title="Defragging Your Windows Hard Drive">Defragging Your Windows Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/buying-an-acer-pc/" title="Buying an Acer PC">Buying an Acer PC</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pcpowerguide.com/windows/office/outlook-express-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Program not responding errors</title>
		<link>http://www.pcpowerguide.com/windows/program-not-responding-errors/</link>
		<comments>http://www.pcpowerguide.com/windows/program-not-responding-errors/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 23:07:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[program not responding]]></category>
		<category><![CDATA[windows error]]></category>

		<guid isPermaLink="false">http://www.pcpowerguide.com/windows/program-not-responding-errors/</guid>
		<description><![CDATA[Every computer user has asked themselves the following questions:

Why is my program not responding?
What is taking so long&#8230;why is it running so slow?

Most of the time we think the program is actually doing something until we get frustrated enough to start clicking in the window and we get the Programming not Responding Error.
There are several [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Every computer user has asked themselves the following questions:</p>
<ul type="disc">
<li>Why is my program not responding?</li>
<li>What is taking so long&#8230;why is it running so slow?</li>
</ul>
<p>Most of the time we think the program is actually doing something until we get frustrated enough to start clicking in the window and we get the <strong><em>Programming not Responding</em></strong> Error.</p>
<p>There are several possible causes for this happening such as:</p>
<ul type="disc">
<li>Resources conflicts</li>
<li>Programming Errors</li>
<li>No resources available</li>
<li>Hardware Errors</li>
<li>Viruses and Spyware</li>
</ul>
<h3>Symptoms</h3>
<p>Windows expects applications to interact with it so when you type something or click on the application window, Windows expects the application to respond to the request. When it doesn&#8217;t, <strong><em>Program not Responding</em></strong> will appear in the window title bar. It may not be responding because it is doing something else at the moment or it may be hung and need closing. The application may eventually come out of the hung state and start responding again. Let&#8217;s look at the cause and a couple of examples.</p>
<p><strong>Resource Conflicts</strong></p>
<p>Sometimes there is nothing wrong. The application may just be doing something that is taking a lot of time because it is CPU intensive and you have several applications open and it has to wait its turn and share the CPU with other applications. A module on the computer schedules the amount of time each application is allowed to use the CPU before it has to stop and wait for its next turn. For example, let&#8217;s say you have Photoshop and Outlook both open. You are saving a file with multiple layers and special effects in Photoshop. That usually takes a little bit of time.</p>
<p>Now let&#8217;s suppose you have your email client configured to check for new mail every 5 minutes. If your email client is ready to check for new email while Photoshop is saving the file, the CPU scheduler may make Photoshop stop and let Outlook have a turn using the CPU. They will have to take turns until one of them is finished using the CPU.</p>
<p>In this case you have two options. Open the task manager and terminate the program that is not responding. Or you can go do something else for a while. In my case since I was saving a file that had taken hours to create, so I decided to have dinner. When I was finished and came back, everything was responding again and my file was saved.</p>
<p><strong>Programming Error</strong></p>
<p>Sometimes it is possible to cause an application to go into an infinite loop. When that happens, it cannot respond to windows and is definitely hung. All a user can do is use task manager to terminate the application. If it continues to happen, you can either reinstall the application or try to figure out what action you are taking that causes the problem.</p>
<p>For example, I use outlook as my email client at home. I have several email accounts being pulled into outlook from my ISP, yahoo and hotmail. In almost all cases, the <strong><em>To:</em></strong> field just has my name in it. Every time I would right click on my name to see what account the email was sent to, outlook would hang. I reinstalled it and it still did it. I reported it to Microsoft&#8230;tried one of their fixes&#8230;no success. My solution&#8230;I no longer right click on my name. I haven&#8217;t had the problem since.</p>
<p><strong>No Resources Available</strong></p>
<p>Since I do some very heavy duty graphics work, I frequently have Photoshop, Illustrator, Dreamweaver, multiple instances of Firefox and Outlook open at the same time. All of those applications are greedy pigs when it comes to memory. Sometimes I just run out of memory and most if not all of the applications hang. By that I mean that I have run out of RAM and there is no more room in my swap file for the operating system to store the data being used by all of the open applications. I have had to increase my virtual memory (swap file size) several times during the past few months. I could also close some of the open files but I actually do need them all open to work efficiently.</p>
<p><strong>Hardware Errors</strong></p>
<p>If a hardware device fails for some reason, an application that tries to access the hardware device will most probably hang and stop responding. The same thing can happen if the hardware is busy and unable to respond or a driver gets corrupted. Always install the latest hardware drivers on your computer and if you suspect a problem, run the hardware diagnostics to see if they detect a problem.</p>
<p><strong>Viruses and Spyware</strong></p>
<p>Many viruses and malware programs can cause other applications to hang. Viruses hang application because they damage files or write malformed code to the registry. Malware hangs applications because they frequently are sending information to a database somewhere out on the internet and are gobbling up all of your computer&#8217;s resources. But since you are not aware that they are running, you probably won&#8217;t suspect that is what is causing the problem.</p>
<h3>Summary</h3>
<p>If you encounter a <strong><em>Program not Responding</em></strong> error, run you anti virus program, you anti spyware program and a good <a href="http://www.pcpowerguide.com/featured/fix-pc-errors-automatically-with-registrysmart/" >registry cleaner</a> first. Then if you still see the problem, try using the other suggestions to determine the cause and find a solution.</p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://www.pcpowerguide.com/multimedia/adobe-flash-player/" title="Adobe Flash Player">Adobe Flash Player</a></li><li><a href="http://www.pcpowerguide.com/windows/top-windows-media-center-features/" title="Top Windows Media Center Features">Top Windows Media Center Features</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/understanding-windows-vista-memory/" title="Understanding Windows Vista Memory">Understanding Windows Vista Memory</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/what-is-a-windows-dll-file/" title="What is a Windows DLL File">What is a Windows DLL File</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-common-errors-with-quicktime/" title="How To Fix Common Errors With QuickTime">How To Fix Common Errors With QuickTime</a></li><li><a href="http://www.pcpowerguide.com/applications/using-microsoft-money-software/" title="Using Microsoft Money Software">Using Microsoft Money Software</a></li><li><a href="http://www.pcpowerguide.com/windows/office/errors-with-microsoft-office/" title="Errors With Microsoft Office">Errors With Microsoft Office</a></li><li><a href="http://www.pcpowerguide.com/applications/ccleaner-vs-window-washer/" title="Ccleaner vs Window Washer">Ccleaner vs Window Washer</a></li><li><a href="http://www.pcpowerguide.com/multimedia/macromedia-shockwave-multimedia-player/" title="Macromedia Shockwave Multimedia Player">Macromedia Shockwave Multimedia Player</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/computer-randomly-restarts-by-itself/" title="Computer Randomly Restarts By Itself?">Computer Randomly Restarts By Itself?</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/fix-exe-file-association-errors/" title="Fix .EXE File Association Errors">Fix .EXE File Association Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-trojan/how-to-remove-trojans-from-your-pc/" title="How To Remove Trojans From Your PC">How To Remove Trojans From Your PC</a></li><li><a href="http://www.pcpowerguide.com/windows/updating-windows-drivers/" title="Updating Windows Drivers">Updating Windows Drivers</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/compaq-presario-v6700tx-laptop-review/" title="Compaq Presario V6700TX Laptop Review">Compaq Presario V6700TX Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/how-to-format-your-hard-drive/" title="How To Format Your Hard Drive">How To Format Your Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/customizing-windows-xp-taskbar/" title="Customizing Windows XP Taskbar">Customizing Windows XP Taskbar</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/buying-an-acer-pc/" title="Buying an Acer PC">Buying an Acer PC</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-fix-desktop-icons/" title="How To Fix Desktop Icons">How To Fix Desktop Icons</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/registry/clean-up-your-windows-registry/" title="Clean Up Your Windows Registry">Clean Up Your Windows Registry</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-service-pack-2/" title="Windows XP Service Pack 2">Windows XP Service Pack 2</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-spyware/why-you-should-run-mcafee-antivirus/" title="Why You Should Run McAfee Antivirus">Why You Should Run McAfee Antivirus</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/easy-media-creator-10-review/" title="Easy Media Creator 10 Review">Easy Media Creator 10 Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/top-3-dvd-software-programs/" title="Top 3 DVD Software Programs">Top 3 DVD Software Programs</a></li><li><a href="http://www.pcpowerguide.com/processes/fix-activex-errors/" title="Fix ActiveX Errors">Fix ActiveX Errors</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/exe-file-errors/" title="EXE File Errors">EXE File Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/gateway-p-6831fx-gaming-laptop-review/" title="Gateway P-6831FX Gaming Laptop Review">Gateway P-6831FX Gaming Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/how-to-fix-missing-dll-errors/" title="How To Fix Missing DLL Errors">How To Fix Missing DLL Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/customizing-tips-for-microsoft-internet-explorer/" title="Customizing Tips For Microsoft Internet Explorer">Customizing Tips For Microsoft Internet Explorer</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/defrag/defragging-your-windows-hard-drive/" title="Defragging Your Windows Hard Drive">Defragging Your Windows Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/fix-pc-crashing-problems/" title="Fix PC Crashing Problems">Fix PC Crashing Problems</a></li><li><a href="http://www.pcpowerguide.com/multimedia/cyberlink-powerdvd-review/" title="Cyberlink PowerDVD Review">Cyberlink PowerDVD Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/fix-vlc-media-player-audio-errors/" title="Fix VLC Media Player Audio Errors">Fix VLC Media Player Audio Errors</a></li><li><a href="http://www.pcpowerguide.com/processes/runtime/what-is-a-runtime-error/" title="What is a Runtime Error?">What is a Runtime Error?</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-iexploreexe-application-errors/" title="How To Fix iExplore.exe Application Errors">How To Fix iExplore.exe Application Errors</a></li><li><a href="http://www.pcpowerguide.com/applications/what-is-a-flash-player/" title="What is a Flash Player?">What is a Flash Player?</a></li><li><a href="http://www.pcpowerguide.com/pc-security/adware/how-to-stop-and-remove-adware/" title="How To Stop and Remove Adware">How To Stop and Remove Adware</a></li><li><a href="http://www.pcpowerguide.com/windows/introduction-to-microsoft-works-suite/" title="Introduction To Microsoft Works Suite">Introduction To Microsoft Works Suite</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/customizing-windows-vista-settings/" title="Customizing Windows Vista Settings">Customizing Windows Vista Settings</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/how-to-fix-kernel32dll-errors/" title="How To Fix kernel32.dll Errors">How To Fix kernel32.dll Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/office/fix-and-repair-microsoft-word-settings/" title="Fix and Repair Microsoft Word Settings">Fix and Repair Microsoft Word Settings</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-t5246-review/" title="eMachines T5246 Review">eMachines T5246 Review</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/how-to-speed-up-a-slow-computer/" title="How To Speed Up A Slow Computer">How To Speed Up A Slow Computer</a></li><li><a href="http://www.pcpowerguide.com/applications/family-tree-maker-review/" title="Family Tree Maker Review">Family Tree Maker Review</a></li><li><a href="http://www.pcpowerguide.com/windows/office/getting-started-with-microsoft-frontpage-2003/" title="Getting Started With Microsoft FrontPage 2003">Getting Started With Microsoft FrontPage 2003</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/dvd-cloner-5-review/" title="DVD Cloner 5 Review">DVD Cloner 5 Review</a></li><li><a href="http://www.pcpowerguide.com/applications/installing-adobe-reader/" title="Installing Adobe Reader">Installing Adobe Reader</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-fix-common-adobe-acrobat-errors/" title="How To Fix Common Adobe Acrobat Errors">How To Fix Common Adobe Acrobat Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-pinnacle-studio-render-errors/" title="How To Fix Pinnacle Studio Render Errors">How To Fix Pinnacle Studio Render Errors</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/dll-file-errors/" title="DLL File Errors">DLL File Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/office/starting-microsoft-excel-in-safe-mode/" title="Starting Microsoft Excel in Safe Mode">Starting Microsoft Excel in Safe Mode</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/windows-media-player-%e2%80%93-video-and-audio-overview/" title="Windows Media Player – Video and Audio Overview">Windows Media Player – Video and Audio Overview</a></li><li><a href="http://www.pcpowerguide.com/windows/upgrading-to-windows-xp-from-windows-millennium-edition-me/" title="Upgrading From Windows Millennium Edition (ME) To Windows XP">Upgrading From Windows Millennium Edition (ME) To Windows XP</a></li><li><a href="http://www.pcpowerguide.com/windows/office/outlook-express-errors/" title="Outlook Express Errors">Outlook Express Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/fix-media-player-to-play-video-files/" title="Fix Media Player to Play Video Files">Fix Media Player to Play Video Files</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-system-restore/" title="Windows XP System Restore">Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/how-to-copy-dvd-to-dvd/" title="How To Copy DVD to DVD ">How To Copy DVD to DVD </a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-control-panel/" title="Using Windows XP Control Panel">Using Windows XP Control Panel</a></li><li><a href="http://www.pcpowerguide.com/featured/fix-pc-errors-automatically-with-registrysmart/" title="Fix PC Errors Automatically With RegistrySmart&trade;">Fix PC Errors Automatically With RegistrySmart&trade;</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/burning-movies-with-1-click-dvd-copy/" title="Burning Movies with 1 Click DVD Copy">Burning Movies with 1 Click DVD Copy</a></li><li><a href="http://www.pcpowerguide.com/windows/running-activex-controls-safely/" title="Running ActiveX Controls Safely">Running ActiveX Controls Safely</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-system-restore/" title="Using Windows XP System Restore">Using Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-ccapp-exe-errors/" title="How to Fix Ccapp EXE Errors">How to Fix Ccapp EXE Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/defrag/windows-tips-fix-my-slow-pc/" title="Windows Tips &#8211; Fix My Slow PC!">Windows Tips &#8211; Fix My Slow PC!</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-pc-review-pros-and-cons/" title="eMachines PC Review &#8211; Pros and Cons">eMachines PC Review &#8211; Pros and Cons</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-setup-your-pop-mail-in-outlook-express/" title="How to Setup Your Pop Mail in Outlook Express">How to Setup Your Pop Mail in Outlook Express</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-backup-your-outlook-express-data/" title="How to Backup Your Outlook Express Data">How to Backup Your Outlook Express Data</a></li><li><a href="http://www.pcpowerguide.com/windows/office/how-to-recover-lost-microsoft-word-documents/" title="How To Recover Lost Microsoft Word Documents">How To Recover Lost Microsoft Word Documents</a></li><li><a href="http://www.pcpowerguide.com/multimedia/fix-sound-errors-in-windows-xp/" title="Fix Sound Errors in Windows XP">Fix Sound Errors in Windows XP</a></li><li><a href="http://www.pcpowerguide.com/processes/how-to-fix-svchostexe-errors/" title="How To Fix Svchost.exe Errors">How To Fix Svchost.exe Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/fix-windows-vista-internet-explorer-icon/" title="Fix Windows Vista Internet Explorer Icon ">Fix Windows Vista Internet Explorer Icon </a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-safely-add-and-remove-programs/" title="How To Safely Add and Remove Programs">How To Safely Add and Remove Programs</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pcpowerguide.com/windows/program-not-responding-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Fix kernel32.dll Errors</title>
		<link>http://www.pcpowerguide.com/processes/dll/how-to-fix-kernel32dll-errors/</link>
		<comments>http://www.pcpowerguide.com/processes/dll/how-to-fix-kernel32dll-errors/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 19:16:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DLL Files]]></category>
		<category><![CDATA[kernel32]]></category>
		<category><![CDATA[kernel32 error]]></category>
		<category><![CDATA[kernel32.dll]]></category>

		<guid isPermaLink="false">http://www.pcpowerguide.com/processes/dll/how-to-fix-kernel32dll-errors/</guid>
		<description><![CDATA[Kernel32.dll is a dynamic link library used by the windows operating system to handle input, output, interrupts and memory management. That means that this file contains all of the programming code that controls your input and out put operations such as reading the input from your keyboard or mouse and writing that output to the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Kernel32.dll is a dynamic link library used by the windows operating system to handle input, output, interrupts and memory management. That means that this file contains all of the programming code that controls your input and out put operations such as reading the input from your keyboard or mouse and writing that output to the screen or a printer, etc. Interrupts are how hardware devices let the CPU know that they want it to do something. For example, every time you press a key on the keyboard, a voltage is placed on an interrupt line that a CPU module monitors waiting for requests. Each device has its own interrupt line. When the CPU sees the request from the keyboard it starts collecting the input, processes it and sends it to the monitor to display.</p>
<p>Memory management involves taking data not being used at the moment from RAM and writing it to the page file located on the hard drive and then taking requested data from the hard drive and putting into RAM where an application can use it.  Obviously, your computer can not function properly if something happens to the kernel32.dll file. Each version of windows uses its own version of the file and they cannot use one designed for another version of windows.</p>
<h3>Kernel32.dll Errors</h3>
<p>There are several common causes of kernel32.dll errors such as:</p>
<p><strong>Memory</strong></p>
<p>When windows starts, one of the first things it does is load the kernel32,dll file into a protected memory location so it will be available to both the operating system and applications. If a memory module is damaged and the CPU cannot load the file into a protected part of the memory, you will receive a page fault error. A temporary solution is to swap memory modules if you have more than one of them since most protected memory locations are in the first MB of RAM which is always located on the chip inserted in slot 0. If that fixes the problem, you have damaged blocks on the other module. You should replace the damaged memory chip.</p>
<p><strong>Swap File</strong></p>
<p>If your swap file is too small, non-existent, or located on an area of the hard drive with bad blocks, it can cause an error. The solution is to run a utility to mark bad blocks on the hard drive so that the operating system does not use them. Put the swap file on a different partition or replace the hard drive.</p>
<p><strong>Video drivers</strong></p>
<p>Although any bad hardware driver can cause errors, the most common drivers that cause kernel32.dll problems are video drivers. This usually only happens when new drivers are installed or the old file becomes corrupted. Boot the computer in Safe mode which causes it to use VGA display settings and update or replace the video drivers. If you can&#8217;t boot to safe mode, use the repair console to replace the driver file.</p>
<p><strong>Over clocking</strong></p>
<p>If you have over clocked your system, consult your motherboard manual and reset the BIOS setting back to the default and see if that fixes the problem. It is possible that a newly installed application cannot use the higher clock speed.</p>
<p><strong>Overheating</strong></p>
<p>Most CPUs have safety features that will shut down the CPU if it reaches a critical temperature to prevent it from getting fried. However, the operating system can experience failures such as a kerner32.dll error when the system is running hot. Check you CPU and case cooling fans and make sure they are clean and working properly. Dust tends to accumulate on the fan blades which slows them down and prevents proper cooling.</p>
<p><strong>Graphic Accelerators</strong></p>
<p>Check the manual for your graphics accelerator to see what settings are appropriate and how to trouble shoot it or visit the manufacturer&#8217;s website. If it was working properly, there may be a hardware problem. If so, you should replace the graphic accelerator.</p>
<p><strong>Active Desktop</strong></p>
<p>Active desktop can cause all sorts of annoying problems. Most of the time, the operating system will shut it down if there is a problem. I&#8217;m sure everybody has seen the white screen with the big triangle asking if you want to restore your active desktop. You can see if this is the problem by disabling all of the features and then re enabling them one at a time to see if one of them is causing the problem.</p>
<p><strong>Registry entries</strong></p>
<p>Corrupted data in the registry can cause the problem. Run a good <a href="http://www.pcpowerguide.com/featured/fix-pc-errors-automatically-with-registrysmart/" >registry cleaner</a> to correct any problems.  You should run anti virus and anti spyware programs as well since viruses and malware are what frequently causes the registry problems.</p>
<h3>Summary</h3>
<p>If none of these step work, you may need to reinstall the windows operating system. Just remember to backup all of the files you have created because most of them will be overwritten during the reinstallation.</p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://www.pcpowerguide.com/windows/office/getting-started-with-microsoft-frontpage-2003/" title="Getting Started With Microsoft FrontPage 2003">Getting Started With Microsoft FrontPage 2003</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-pc-review-pros-and-cons/" title="eMachines PC Review &#8211; Pros and Cons">eMachines PC Review &#8211; Pros and Cons</a></li><li><a href="http://www.pcpowerguide.com/multimedia/fix-vlc-media-player-audio-errors/" title="Fix VLC Media Player Audio Errors">Fix VLC Media Player Audio Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/fix-sound-errors-in-windows-xp/" title="Fix Sound Errors in Windows XP">Fix Sound Errors in Windows XP</a></li><li><a href="http://www.pcpowerguide.com/windows/introduction-to-microsoft-works-suite/" title="Introduction To Microsoft Works Suite">Introduction To Microsoft Works Suite</a></li><li><a href="http://www.pcpowerguide.com/windows/customizing-tips-for-microsoft-internet-explorer/" title="Customizing Tips For Microsoft Internet Explorer">Customizing Tips For Microsoft Internet Explorer</a></li><li><a href="http://www.pcpowerguide.com/windows/updating-windows-drivers/" title="Updating Windows Drivers">Updating Windows Drivers</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/exe-file-errors/" title="EXE File Errors">EXE File Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-spyware/why-you-should-run-mcafee-antivirus/" title="Why You Should Run McAfee Antivirus">Why You Should Run McAfee Antivirus</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-service-pack-2/" title="Windows XP Service Pack 2">Windows XP Service Pack 2</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/computer-randomly-restarts-by-itself/" title="Computer Randomly Restarts By Itself?">Computer Randomly Restarts By Itself?</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/dvd-cloner-5-review/" title="DVD Cloner 5 Review">DVD Cloner 5 Review</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/understanding-windows-vista-memory/" title="Understanding Windows Vista Memory">Understanding Windows Vista Memory</a></li><li><a href="http://www.pcpowerguide.com/windows/office/outlook-express-errors/" title="Outlook Express Errors">Outlook Express Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/easy-media-creator-10-review/" title="Easy Media Creator 10 Review">Easy Media Creator 10 Review</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/how-to-fix-missing-dll-errors/" title="How To Fix Missing DLL Errors">How To Fix Missing DLL Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-pinnacle-studio-render-errors/" title="How To Fix Pinnacle Studio Render Errors">How To Fix Pinnacle Studio Render Errors</a></li><li><a href="http://www.pcpowerguide.com/applications/installing-adobe-reader/" title="Installing Adobe Reader">Installing Adobe Reader</a></li><li><a href="http://www.pcpowerguide.com/applications/using-microsoft-money-software/" title="Using Microsoft Money Software">Using Microsoft Money Software</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/compaq-presario-v6700tx-laptop-review/" title="Compaq Presario V6700TX Laptop Review">Compaq Presario V6700TX Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-iexploreexe-application-errors/" title="How To Fix iExplore.exe Application Errors">How To Fix iExplore.exe Application Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/defrag/defragging-your-windows-hard-drive/" title="Defragging Your Windows Hard Drive">Defragging Your Windows Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/how-to-format-your-hard-drive/" title="How To Format Your Hard Drive">How To Format Your Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/applications/family-tree-maker-review/" title="Family Tree Maker Review">Family Tree Maker Review</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/defrag/windows-tips-fix-my-slow-pc/" title="Windows Tips &#8211; Fix My Slow PC!">Windows Tips &#8211; Fix My Slow PC!</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/registry/clean-up-your-windows-registry/" title="Clean Up Your Windows Registry">Clean Up Your Windows Registry</a></li><li><a href="http://www.pcpowerguide.com/applications/what-is-a-flash-player/" title="What is a Flash Player?">What is a Flash Player?</a></li><li><a href="http://www.pcpowerguide.com/windows/office/starting-microsoft-excel-in-safe-mode/" title="Starting Microsoft Excel in Safe Mode">Starting Microsoft Excel in Safe Mode</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-common-errors-with-quicktime/" title="How To Fix Common Errors With QuickTime">How To Fix Common Errors With QuickTime</a></li><li><a href="http://www.pcpowerguide.com/windows/office/fix-and-repair-microsoft-word-settings/" title="Fix and Repair Microsoft Word Settings">Fix and Repair Microsoft Word Settings</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/gateway-p-6831fx-gaming-laptop-review/" title="Gateway P-6831FX Gaming Laptop Review">Gateway P-6831FX Gaming Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-ccapp-exe-errors/" title="How to Fix Ccapp EXE Errors">How to Fix Ccapp EXE Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-system-restore/" title="Windows XP System Restore">Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/windows/top-windows-media-center-features/" title="Top Windows Media Center Features">Top Windows Media Center Features</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-fix-common-adobe-acrobat-errors/" title="How To Fix Common Adobe Acrobat Errors">How To Fix Common Adobe Acrobat Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/fix-windows-vista-internet-explorer-icon/" title="Fix Windows Vista Internet Explorer Icon ">Fix Windows Vista Internet Explorer Icon </a></li><li><a href="http://www.pcpowerguide.com/applications/ccleaner-vs-window-washer/" title="Ccleaner vs Window Washer">Ccleaner vs Window Washer</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/how-to-speed-up-a-slow-computer/" title="How To Speed Up A Slow Computer">How To Speed Up A Slow Computer</a></li><li><a href="http://www.pcpowerguide.com/windows/upgrading-to-windows-xp-from-windows-millennium-edition-me/" title="Upgrading From Windows Millennium Edition (ME) To Windows XP">Upgrading From Windows Millennium Edition (ME) To Windows XP</a></li><li><a href="http://www.pcpowerguide.com/windows/office/how-to-recover-lost-microsoft-word-documents/" title="How To Recover Lost Microsoft Word Documents">How To Recover Lost Microsoft Word Documents</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/windows-media-player-%e2%80%93-video-and-audio-overview/" title="Windows Media Player – Video and Audio Overview">Windows Media Player – Video and Audio Overview</a></li><li><a href="http://www.pcpowerguide.com/multimedia/adobe-flash-player/" title="Adobe Flash Player">Adobe Flash Player</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/fix-exe-file-association-errors/" title="Fix .EXE File Association Errors">Fix .EXE File Association Errors</a></li><li><a href="http://www.pcpowerguide.com/processes/runtime/what-is-a-runtime-error/" title="What is a Runtime Error?">What is a Runtime Error?</a></li><li><a href="http://www.pcpowerguide.com/multimedia/macromedia-shockwave-multimedia-player/" title="Macromedia Shockwave Multimedia Player">Macromedia Shockwave Multimedia Player</a></li><li><a href="http://www.pcpowerguide.com/windows/program-not-responding-errors/" title="Program not responding errors">Program not responding errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/burning-movies-with-1-click-dvd-copy/" title="Burning Movies with 1 Click DVD Copy">Burning Movies with 1 Click DVD Copy</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-control-panel/" title="Using Windows XP Control Panel">Using Windows XP Control Panel</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/fix-media-player-to-play-video-files/" title="Fix Media Player to Play Video Files">Fix Media Player to Play Video Files</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/dll-file-errors/" title="DLL File Errors">DLL File Errors</a></li><li><a href="http://www.pcpowerguide.com/featured/fix-pc-errors-automatically-with-registrysmart/" title="Fix PC Errors Automatically With RegistrySmart&trade;">Fix PC Errors Automatically With RegistrySmart&trade;</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/buying-an-acer-pc/" title="Buying an Acer PC">Buying an Acer PC</a></li><li><a href="http://www.pcpowerguide.com/pc-security/adware/how-to-stop-and-remove-adware/" title="How To Stop and Remove Adware">How To Stop and Remove Adware</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-system-restore/" title="Using Windows XP System Restore">Using Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/processes/how-to-fix-svchostexe-errors/" title="How To Fix Svchost.exe Errors">How To Fix Svchost.exe Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/running-activex-controls-safely/" title="Running ActiveX Controls Safely">Running ActiveX Controls Safely</a></li><li><a href="http://www.pcpowerguide.com/processes/fix-activex-errors/" title="Fix ActiveX Errors">Fix ActiveX Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/how-to-copy-dvd-to-dvd/" title="How To Copy DVD to DVD ">How To Copy DVD to DVD </a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-safely-add-and-remove-programs/" title="How To Safely Add and Remove Programs">How To Safely Add and Remove Programs</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-backup-your-outlook-express-data/" title="How to Backup Your Outlook Express Data">How to Backup Your Outlook Express Data</a></li><li><a href="http://www.pcpowerguide.com/windows/office/errors-with-microsoft-office/" title="Errors With Microsoft Office">Errors With Microsoft Office</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/top-3-dvd-software-programs/" title="Top 3 DVD Software Programs">Top 3 DVD Software Programs</a></li><li><a href="http://www.pcpowerguide.com/multimedia/cyberlink-powerdvd-review/" title="Cyberlink PowerDVD Review">Cyberlink PowerDVD Review</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/what-is-a-windows-dll-file/" title="What is a Windows DLL File">What is a Windows DLL File</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-t5246-review/" title="eMachines T5246 Review">eMachines T5246 Review</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-trojan/how-to-remove-trojans-from-your-pc/" title="How To Remove Trojans From Your PC">How To Remove Trojans From Your PC</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/customizing-windows-vista-settings/" title="Customizing Windows Vista Settings">Customizing Windows Vista Settings</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-fix-desktop-icons/" title="How To Fix Desktop Icons">How To Fix Desktop Icons</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-setup-your-pop-mail-in-outlook-express/" title="How to Setup Your Pop Mail in Outlook Express">How to Setup Your Pop Mail in Outlook Express</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/customizing-windows-xp-taskbar/" title="Customizing Windows XP Taskbar">Customizing Windows XP Taskbar</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/fix-pc-crashing-problems/" title="Fix PC Crashing Problems">Fix PC Crashing Problems</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pcpowerguide.com/processes/dll/how-to-fix-kernel32dll-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Windows DLL File</title>
		<link>http://www.pcpowerguide.com/processes/dll/what-is-a-windows-dll-file/</link>
		<comments>http://www.pcpowerguide.com/processes/dll/what-is-a-windows-dll-file/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 13:58:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DLL Files]]></category>
		<category><![CDATA[fix dll files]]></category>
		<category><![CDATA[windows dll]]></category>

		<guid isPermaLink="false">http://www.pcpowerguide.com/processes/dll/what-is-a-windows-dll-file/</guid>
		<description><![CDATA[A windows .dll file is a dynamic link library which is a method that windows uses to house commonly used features to make application development easier and to maintain the modularity of modern programming. The windows operating system contains over 10 million lines of programming code. With out modular programming, a small change in one [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A windows .dll file is a dynamic link library which is a method that windows uses to house commonly used features to make application development easier and to maintain the modularity of modern programming. The windows operating system contains over 10 million lines of programming code. With out modular programming, a small change in one part of the code could cause the entire system to stop working. The idea behind the dlls is to let an application call common features such as printing, opening a hyperlink, opening and closing a file, etc. Many hardware drivers are now written as dll files to take advantage of the windows API and minimize the possibility of interoperability problems. So basically a .dll file is an executable program that cannot run as a stand alone program. It must be called by another application to run.Missing windows .dll is a common error message that users receive when they try to run an application. You get this message for any one of several reasons. The most common causes of this error are:</p>
<ul type="disc">
<li>You removed a program that uninstalled the windows      .dll file that the program you are trying to opens needs to run.</li>
<li>You installed a new application and it over wrote the      version the application needs and the new version of the .dll file doesn&#8217;t      contain the required information.</li>
<li>Some software event that occurred on your computer      corrupted the .dll your application needs</li>
<li>A hardware problem on your hard drive caused the file      to become corrupted.</li>
</ul>
<p>In all of these cases the solution is to find and install an uncorrupted version, or in some cases, the correct version of the needed file. There are several websites that offer windows .dll files for download. Some web sites provide free downloads and others charge a per download fee. Another source of an uncorrupted windows .dll is the broken applications original install disk or the windows installation disk. Either one of them may have the correct version of the missing or corrupted file.</p>
<p><strong>Restore Points</strong></p>
<p>Both windows XP and Vista users can try to restore their computer to an earlier configuration using the windows system restore feature. This feature allows you to undo any recent changes by reverting to the last configuration saved by the system.</p>
<p><strong>Use the SPC Command</strong></p>
<p>You can also use the SPC command to have windows scan and repair files on your hard drive. Perform the following steps to use the SPC command:</p>
<ul type="disc">
<li>Select <strong><em>Start</em></strong></li>
<li>Choose <strong><em>Run</em></strong></li>
<li>Type <strong><em>spc /scannow</em></strong> into the dialog      box and then press Enter.</li>
</ul>
<p>Windows will scan the system and will verify the files and report the results.</p>
<p><strong> </strong></p>
<p><strong>Reinstall the broken application</strong></p>
<p>You can always reinstall the broken application. Make sure that any files you have created that are stored in the program&#8217;s directory on the C drive are backed up because in most cases they will be deleted by the reinstallation. Since you are reinstalling your application, this would be a good time to visit the publisher&#8217;s website to see if there are free updates or patches available for the application and install them as well</p>
<p>In fact, if there are patches or updates, installing just them might fix your problem. If not, do the complete reinstall. If the problem was caused by another program overwriting the needed .dll file, that program may stop working after the reinstall.</p>
<p><strong>Malware Infection</strong></p>
<p>Another possible cause of windows .dll problems is your computer being infected with a virus, spyware or some other form of malware. Therefore, you need to run you anti-virus program to check for virus infections. Then run you spyware program. In both cases let the applications clean up the suspected files. Just to be on the safe side, when you have completed these scans use a good <a href="http://www.pcpowerguide.com/featured/fix-pc-errors-automatically-with-registrysmart/" >registry cleaner</a> to remove any problems in the windows registry.</p>
<p>After completing these repair functions, then try reinstalling the broken application to see if that fixes the problem.</p>
<p><strong>Summary</strong></p>
<p>If none of the suggestions offered above solve your problem and it is a single application, contact the software&#8217;s publisher and ask their technical support how to fix the problem. As an alternative, you can check the online user forums for your application and see if anyone else has had this problem and how they fixed it. There usually is someone out there who can tell you how to fix almost any problem you might encounter.</p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://www.pcpowerguide.com/pc-hardware/computer-randomly-restarts-by-itself/" title="Computer Randomly Restarts By Itself?">Computer Randomly Restarts By Itself?</a></li><li><a href="http://www.pcpowerguide.com/pc-security/adware/how-to-stop-and-remove-adware/" title="How To Stop and Remove Adware">How To Stop and Remove Adware</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/fix-windows-vista-internet-explorer-icon/" title="Fix Windows Vista Internet Explorer Icon ">Fix Windows Vista Internet Explorer Icon </a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-backup-your-outlook-express-data/" title="How to Backup Your Outlook Express Data">How to Backup Your Outlook Express Data</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/dll-file-errors/" title="DLL File Errors">DLL File Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/office/how-to-recover-lost-microsoft-word-documents/" title="How To Recover Lost Microsoft Word Documents">How To Recover Lost Microsoft Word Documents</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-pc-review-pros-and-cons/" title="eMachines PC Review &#8211; Pros and Cons">eMachines PC Review &#8211; Pros and Cons</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/how-to-fix-kernel32dll-errors/" title="How To Fix kernel32.dll Errors">How To Fix kernel32.dll Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-system-restore/" title="Using Windows XP System Restore">Using Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/fix-exe-file-association-errors/" title="Fix .EXE File Association Errors">Fix .EXE File Association Errors</a></li><li><a href="http://www.pcpowerguide.com/applications/family-tree-maker-review/" title="Family Tree Maker Review">Family Tree Maker Review</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-fix-desktop-icons/" title="How To Fix Desktop Icons">How To Fix Desktop Icons</a></li><li><a href="http://www.pcpowerguide.com/windows/office/errors-with-microsoft-office/" title="Errors With Microsoft Office">Errors With Microsoft Office</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/how-to-format-your-hard-drive/" title="How To Format Your Hard Drive">How To Format Your Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/processes/how-to-fix-svchostexe-errors/" title="How To Fix Svchost.exe Errors">How To Fix Svchost.exe Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/fix-pc-crashing-problems/" title="Fix PC Crashing Problems">Fix PC Crashing Problems</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-common-errors-with-quicktime/" title="How To Fix Common Errors With QuickTime">How To Fix Common Errors With QuickTime</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-service-pack-2/" title="Windows XP Service Pack 2">Windows XP Service Pack 2</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-spyware/why-you-should-run-mcafee-antivirus/" title="Why You Should Run McAfee Antivirus">Why You Should Run McAfee Antivirus</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/emachines-t5246-review/" title="eMachines T5246 Review">eMachines T5246 Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/dvd-cloner-5-review/" title="DVD Cloner 5 Review">DVD Cloner 5 Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/fix-media-player-to-play-video-files/" title="Fix Media Player to Play Video Files">Fix Media Player to Play Video Files</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/registry/clean-up-your-windows-registry/" title="Clean Up Your Windows Registry">Clean Up Your Windows Registry</a></li><li><a href="http://www.pcpowerguide.com/pc-security/anti-trojan/how-to-remove-trojans-from-your-pc/" title="How To Remove Trojans From Your PC">How To Remove Trojans From Your PC</a></li><li><a href="http://www.pcpowerguide.com/windows/running-activex-controls-safely/" title="Running ActiveX Controls Safely">Running ActiveX Controls Safely</a></li><li><a href="http://www.pcpowerguide.com/windows/office/fix-and-repair-microsoft-word-settings/" title="Fix and Repair Microsoft Word Settings">Fix and Repair Microsoft Word Settings</a></li><li><a href="http://www.pcpowerguide.com/applications/what-is-a-flash-player/" title="What is a Flash Player?">What is a Flash Player?</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/using-windows-xp-control-panel/" title="Using Windows XP Control Panel">Using Windows XP Control Panel</a></li><li><a href="http://www.pcpowerguide.com/multimedia/how-to-fix-pinnacle-studio-render-errors/" title="How To Fix Pinnacle Studio Render Errors">How To Fix Pinnacle Studio Render Errors</a></li><li><a href="http://www.pcpowerguide.com/featured/fix-pc-errors-automatically-with-registrysmart/" title="Fix PC Errors Automatically With RegistrySmart&trade;">Fix PC Errors Automatically With RegistrySmart&trade;</a></li><li><a href="http://www.pcpowerguide.com/windows/office/outlook-express-errors/" title="Outlook Express Errors">Outlook Express Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/adobe-flash-player/" title="Adobe Flash Player">Adobe Flash Player</a></li><li><a href="http://www.pcpowerguide.com/windows/office/starting-microsoft-excel-in-safe-mode/" title="Starting Microsoft Excel in Safe Mode">Starting Microsoft Excel in Safe Mode</a></li><li><a href="http://www.pcpowerguide.com/windows/introduction-to-microsoft-works-suite/" title="Introduction To Microsoft Works Suite">Introduction To Microsoft Works Suite</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/buying-an-acer-pc/" title="Buying an Acer PC">Buying an Acer PC</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/defrag/defragging-your-windows-hard-drive/" title="Defragging Your Windows Hard Drive">Defragging Your Windows Hard Drive</a></li><li><a href="http://www.pcpowerguide.com/applications/using-microsoft-money-software/" title="Using Microsoft Money Software">Using Microsoft Money Software</a></li><li><a href="http://www.pcpowerguide.com/processes/runtime/what-is-a-runtime-error/" title="What is a Runtime Error?">What is a Runtime Error?</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/top-3-dvd-software-programs/" title="Top 3 DVD Software Programs">Top 3 DVD Software Programs</a></li><li><a href="http://www.pcpowerguide.com/windows/updating-windows-drivers/" title="Updating Windows Drivers">Updating Windows Drivers</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-fix-common-adobe-acrobat-errors/" title="How To Fix Common Adobe Acrobat Errors">How To Fix Common Adobe Acrobat Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/easy-media-creator-10-review/" title="Easy Media Creator 10 Review">Easy Media Creator 10 Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/fix-vlc-media-player-audio-errors/" title="Fix VLC Media Player Audio Errors">Fix VLC Media Player Audio Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/compaq-presario-v6700tx-laptop-review/" title="Compaq Presario V6700TX Laptop Review">Compaq Presario V6700TX Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/windows/customizing-tips-for-microsoft-internet-explorer/" title="Customizing Tips For Microsoft Internet Explorer">Customizing Tips For Microsoft Internet Explorer</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-ccapp-exe-errors/" title="How to Fix Ccapp EXE Errors">How to Fix Ccapp EXE Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/burning-movies-with-1-click-dvd-copy/" title="Burning Movies with 1 Click DVD Copy">Burning Movies with 1 Click DVD Copy</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/how-to-speed-up-a-slow-computer/" title="How To Speed Up A Slow Computer">How To Speed Up A Slow Computer</a></li><li><a href="http://www.pcpowerguide.com/processes/fix-activex-errors/" title="Fix ActiveX Errors">Fix ActiveX Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/customizing-windows-xp-taskbar/" title="Customizing Windows XP Taskbar">Customizing Windows XP Taskbar</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/customizing-windows-vista-settings/" title="Customizing Windows Vista Settings">Customizing Windows Vista Settings</a></li><li><a href="http://www.pcpowerguide.com/applications/ccleaner-vs-window-washer/" title="Ccleaner vs Window Washer">Ccleaner vs Window Washer</a></li><li><a href="http://www.pcpowerguide.com/multimedia/macromedia-shockwave-multimedia-player/" title="Macromedia Shockwave Multimedia Player">Macromedia Shockwave Multimedia Player</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/exe-file-errors/" title="EXE File Errors">EXE File Errors</a></li><li><a href="http://www.pcpowerguide.com/windows/vista/understanding-windows-vista-memory/" title="Understanding Windows Vista Memory">Understanding Windows Vista Memory</a></li><li><a href="http://www.pcpowerguide.com/multimedia/cyberlink-powerdvd-review/" title="Cyberlink PowerDVD Review">Cyberlink PowerDVD Review</a></li><li><a href="http://www.pcpowerguide.com/windows/how-to-safely-add-and-remove-programs/" title="How To Safely Add and Remove Programs">How To Safely Add and Remove Programs</a></li><li><a href="http://www.pcpowerguide.com/applications/how-to-setup-your-pop-mail-in-outlook-express/" title="How to Setup Your Pop Mail in Outlook Express">How to Setup Your Pop Mail in Outlook Express</a></li><li><a href="http://www.pcpowerguide.com/windows/program-not-responding-errors/" title="Program not responding errors">Program not responding errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/fix-sound-errors-in-windows-xp/" title="Fix Sound Errors in Windows XP">Fix Sound Errors in Windows XP</a></li><li><a href="http://www.pcpowerguide.com/windows/top-windows-media-center-features/" title="Top Windows Media Center Features">Top Windows Media Center Features</a></li><li><a href="http://www.pcpowerguide.com/windows/office/getting-started-with-microsoft-frontpage-2003/" title="Getting Started With Microsoft FrontPage 2003">Getting Started With Microsoft FrontPage 2003</a></li><li><a href="http://www.pcpowerguide.com/processes/dll/how-to-fix-missing-dll-errors/" title="How To Fix Missing DLL Errors">How To Fix Missing DLL Errors</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/windows-media-player-%e2%80%93-video-and-audio-overview/" title="Windows Media Player – Video and Audio Overview">Windows Media Player – Video and Audio Overview</a></li><li><a href="http://www.pcpowerguide.com/pc-optimization/defrag/windows-tips-fix-my-slow-pc/" title="Windows Tips &#8211; Fix My Slow PC!">Windows Tips &#8211; Fix My Slow PC!</a></li><li><a href="http://www.pcpowerguide.com/windows/xp/windows-xp-system-restore/" title="Windows XP System Restore">Windows XP System Restore</a></li><li><a href="http://www.pcpowerguide.com/windows/upgrading-to-windows-xp-from-windows-millennium-edition-me/" title="Upgrading From Windows Millennium Edition (ME) To Windows XP">Upgrading From Windows Millennium Edition (ME) To Windows XP</a></li><li><a href="http://www.pcpowerguide.com/processes/exe/how-to-fix-iexploreexe-application-errors/" title="How To Fix iExplore.exe Application Errors">How To Fix iExplore.exe Application Errors</a></li><li><a href="http://www.pcpowerguide.com/pc-hardware/gateway-p-6831fx-gaming-laptop-review/" title="Gateway P-6831FX Gaming Laptop Review">Gateway P-6831FX Gaming Laptop Review</a></li><li><a href="http://www.pcpowerguide.com/multimedia/dvd-cd/how-to-copy-dvd-to-dvd/" title="How To Copy DVD to DVD ">How To Copy DVD to DVD </a></li><li><a href="http://www.pcpowerguide.com/applications/installing-adobe-reader/" title="Installing Adobe Reader">Installing Adobe Reader</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pcpowerguide.com/processes/dll/what-is-a-windows-dll-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Flash Player?</title>
		<link>http://www.pcpowerguide.com/applications/what-is-a-flash-player/</link>
		<comments>http://www.pcpowerguide.com/applications/what-is-a-flash-player/#comments</comments>
		<pubDate>Tue, 27 May 2008 00:32:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[adobe flash]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[macromedia flash]]></category>

		<guid isPermaLink="false">http://www.pcpowerguide.com/applications/what-is-a-flash-player/</guid>
		<description><![CDATA[As the internet has matured it is no longer a media of static information. Interactive web pages are the rule rather than the exception. A lot of that interactivity has been made possible by Flash. Flash was originally created by the Macromedia Corporation as a way to animate two dimensional graphics to create cartoons that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>As the internet has matured it is no longer a media of static information. Interactive web pages are the rule rather than the exception. A lot of that interactivity has been made possible by Flash. Flash was originally created by the Macromedia Corporation as a way to animate two dimensional graphics to create cartoons that could be displayed on websites. Later it was used to create special effects such as sparkling and letting a picture fade in. Eventually the ability to add sound was incorporated. The final addition was the ability to drop video from actual cameras into the timeline.</p>
<p>As a result, Flash is the format of choice for most video applications currently in use on the internet and the basis of many computer games. Then a few years ago, a scripting language called action script was added to Flash which gave web developers the ability to create entire websites using just flash. The current version of action script has pretty much all of the capabilities of java script. Adobe bought Macromedia and now the product is called Adobe Flash.</p>
<p>Adobe Flash is also called just Flash. The name applies to both the flash player which is distributed freely by adobe as a stand alone application and as a plug in for almost all commonly used web browsers and the name is also used for the application development environment that creates movies and animated shows. Flash movies require only a relatively small file size which makes it perfect for use on websites.</p>
<p>The flash development program contains the action script programming language that can be used to create interactive web pages. An example of this would be the yahoo television listings. When you click on a specific program name, the details open directly below the link without replacing anything else on the page. Flash has to the ability to display new information using animation techniques to make it appear to be part of the original page.</p>
<p>Flash uses both vector and raster graphics and bi directional streaming of audio and video. Strictly speaking Flash is the development environment and the Flash player is the viewer but most people do not make any real distinction between the two. The flash player was originally designed to display two dimensional vector animations. While it is now capable of streaming video and audio, it still uses vector graphics to create much smaller file sizes that allow streaming. The smaller file sizes also reduce the necessary web page downloading time.</p>
<p>The latest version of Flash is version 9. It is available for Windows (all versions), Linux (most versions), Solaris (all versions) and the MAC OSX. At present it is only available as a 32 bit application. Fortunately most 64 bit operating systems can still run 32 bit applications. Adobe is working on providing a version that provides a native 64 bit environment. Additional versions of the player are available for many mobile device operating systems such as:</p>
<ul class="unIndentedList">
<li> Nokia phones</li>
<li> OS/2</li>
<li> Symbian OS</li>
<li> Palm OS</li>
<li> BeOS</li>
<li> IRIX</li>
<li> Kodak Easyshare One</li>
<li> Leap Frog devices</li>
<li> Playstation portables</li>
<li> Nintendo&#8217;s Wii</li>
</ul>
<p>The SWF format is a proprietary format owned by adobe which they have not been willing to release for free software development. However they have released the action script virtual machine for development under GPL licensing. Anyone wanting to use the SWF format must pay licensing fees to Adobe.</p>
<p>One of the potential problems of using flash player is the fact that when it is connected to a web page that uses flash elements it uses tracking files somewhat similar to cookies called persistent identification elements or a local shared object file that are stored on your local hard drive. This could allow a hacker to access personal information. The flash control panel provides methods to prevent any possible problems. Of course you could turn the flash player off, but why would you want to do that.</p>
<p>The Flash player can capture and play audio and video data from almost any web camera or microphone connected to the user&#8217;s computer while it is sending and receiving over the internet. The Flash Player comes embedded as an integral part of some of the latest versions of web browsers and is available as an add on for most other versions. The Flash development environment and its associated Flash Player have revolutionized how we share information on the internet.</p>
<h3>Related Post</h3><ul class="related_post"><li><a href="http://www.pcpowerguide.com/multimedia/adobe-flash-player/" title="Adobe Flash Player">Adobe Flash Player</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pcpowerguide.com/applications/what-is-a-flash-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
