<?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>Optimize Your PC &#187; Windows Application Errors</title>
	<atom:link href="http://www.optimize-your-pc.org/category/windows-application-errors/feed" rel="self" type="application/rss+xml" />
	<link>http://www.optimize-your-pc.org</link>
	<description>Optimal PC Performance Made Easy!</description>
	<lastBuildDate>Thu, 13 Oct 2011 04:23:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<atom:link rel='hub' href='http://www.optimize-your-pc.org/?pushpress=hub'/>
		<item>
		<title>Fix Windows Installer Error 1719</title>
		<link>http://www.optimize-your-pc.org/fix-windows-installer-error-1719?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-windows-installer-error-1719</link>
		<comments>http://www.optimize-your-pc.org/fix-windows-installer-error-1719#comments</comments>
		<pubDate>Sat, 01 Oct 2011 03:47:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Application Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=1115</guid>
		<description><![CDATA[The Complete Guide to Manually Fix Windows Installer Error 1719 "Error 1719. The Windows Installer Service Could Not Be Accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance." This can occur if you are running Windows in [...]

<br/>
		<a href="http://www.optimize-your-pc.org/fix-windows-installer-error" rel="bookmark">Fix windows installer error</a><br/>
		<a href="http://www.optimize-your-pc.org/the-windows-installer-service-could-not-be-accessed-error-message-when-installing-office" rel="bookmark">&#8220;The Windows Installer service could not be accessed&#8221; error message when installing Office</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-svchost-exe-application-error-0x745f2780" rel="bookmark">How to Fix SVCHOST.EXE Application Error 0x745f2780</a><br/>
	]]></description>
			<content:encoded><![CDATA[<h2>The Complete Guide to Manually Fix Windows Installer Error 1719</h2>
<p><img src="http://www.optimize-your-pc.org/wp-content/uploads/2011/10/27317-1.gif" alt="27317 1 Fix Windows Installer Error 1719"  title="Fix Windows Installer Error 1719" /></p>
<p><code>"Error 1719. The Windows Installer Service Could Not Be Accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance."</code></p>
<p>This can occur if you are running Windows in safe mode, or if the Windows Installer is not currently installed.</p>
<p>The causes of this error are the Windows Installer files are either corrupt or missing.</p>
<h2>How to Resolve Installer Error 1719</h2>
<p>To resolve this problem, you must register the Windows Installer Service.</p>
<h3>If you are using Windows Xp:</h3>
<p style="padding-left: 30px;"><strong>1.</strong> Click Start</p>
<p style="padding-left: 30px;"><strong>2.</strong> Click Run</p>
<p style="padding-left: 30px;"><strong>3.</strong> Enter the following command (as shown in the image below) and then click OK.</p>
<p style="padding-left: 30px;"><strong>msiexec /regserver</strong></p>
<p style="padding-left: 30px;"><img src="http://www.optimize-your-pc.org/wp-content/uploads/2011/10/inst01.png" alt="inst01 Fix Windows Installer Error 1719" border="0" title="Fix Windows Installer Error 1719" /></p>
<p style="padding-left: 30px;">If the command above produces a path not found error, enter the following command:</p>
<p style="padding-left: 30px;"> <strong>C:Windows\system32\msiexec.exe /regserver</strong></p>
<h3>If you are using Windows Vista or Windows 7</h3>
<ol>
<li>click Start and then type CMD in the Start Search box.<br />
Right-click the cmd.exe in the program list that is displayed, and click &#8220;Run as Administrator&#8221;.</li>
<li> Type the following commands in the Command Prompt window one by one and press Enter to execute them:<br />
&gt; msiexec /unregister<br />
&gt; msiexec /regserver<br />
&gt; net stop msiserver<br />
&gt; net start msiserver</li>
</ol>
<p>The last 2 commands stops the Windows Installer and then restarts it. The first 2 resets the registry of Windows Installer Package in the Windows registry.ie. Stop the msi server and then start it again. Unregister msi executable and register it again. You can avoid the last 2 entries, if you reboot your computer after the execution of first 2 commands.</p>
<p>In <strong>Windows 7 64 bit</strong>, you might want to do the following,</p>
<ol>
<li>Start, then Run, then type regedit</li>
<li>Go to HKEY_LOCAL_MACHINE\SYSTEM\CURRENT CONTROL SET\SERVICES\MSIserver\WOW64</li>
<li>Right click on WOW64, then select Modify</li>
<li>Set Value Data to 0 (if is set to 1) and Base should be Hexadecimal</li>
<li>Close the Registry Editor</li>
<li>Start, type CMD in the search bar.</li>
<li>In the Command Prompt, Type net stop msiserver Enter and Type net start msiserver and then Enter. To execute both the command.</li>
</ol>
<p>If that did not work, you want to register it first,</p>
<ol>
<li>click <strong>Start</strong>, click <strong>Run</strong>, type C:\Windows\Syswow64\Msiexec /regserver in the <strong>Open</strong> box, and then click <strong>OK</strong>.</li>
</ol>
<p>Note: Or you can restart the PC for changes to take effect without doing steps 6 and 7.</p>
<p>If doing that in normal mode did not resolve the problem, try doing that in safe mode. Read this article on how to <a href="http://www.optimize-your-pc.org/how-to-start-windows-in-safe-mode">start windows in safe mode</a>, if you are not sure.</p>
<h2>If Registering the Windows Installer Service did not help.</h2>
<p>&nbsp;</p>
<h3>1. Make sure that the Windows Installer service is set to run manually on your computer.</h3>
<ol>
<li>On Windows Xp, click <strong>Start</strong>, click <strong>Run</strong>, type <strong>Services.msc </strong>and press Enter. On Windows Vista and Windows 7, click <strong>Start</strong>, type <strong>Services</strong> in the <strong>Start Search </strong>box and press Enter.</li>
<li>In the <strong>Services </strong>window, scroll down and check the <strong>Startup type </strong>of <strong>Windows</strong> <strong>Installer</strong> service.</li>
<li>If startup type is not <strong>Manual</strong>, right-click on <strong>Windows Installer</strong> and select <strong>Properties</strong>.</li>
<li>Here, change the <strong>Startup type </strong>to <strong>Manual </strong>and click <strong>OK</strong>.</li>
<li>Close the Windows Service Utility.</li>
<li>Restart your computer.</li>
</ol>
<h3>2.Install latest version of Windows Installer.</h3>
<p>If registering it again did not help. Search for the latest version of Windows Installer and download it. Version 4.5 is available at the moment for Windows Xp and Windows Vista <a href="http://www.microsoft.com/download/en/details.aspx?id=8483" target="_blank">here</a>.</p>
<h3>3. If you can&#8217;t install the latest version.</h3>
<p>You need to rename the core Windows Installer files (msiexec.exe,msi.dll and msihnd.dll) as they are corrupted and preventing the overwrite of them. We are changing the attributes of them and renaming them, so the new version can install the updated version of the files.</p>
<ol>
<li>Click <strong>Start</strong>, click <strong>Run</strong>, type cmd in the <strong>Open</strong>  box, and then click <strong>OK</strong>.</li>
<li>Type cd C:\Windows\system32, and then press ENTER.</li>
<li>Type attrib -r -s -h dllcache, and then press ENTER.</li>
<li>Type <strong>ren msi.dll msi.bak</strong>, and then press ENTER.</li>
<li>Type ren msiexec.exe msiexec.bak, and then press ENTER.</li>
<li>Type ren msihnd.dll msihnd.bak, and then press ENTER.</li>
<li>Type exit, and then press ENTER.</li>
<li>Restart your computer.</li>
<li>Download and install the latest version of the Windows Installer.</li>
</ol>
<h3>4.Make sure that the location of the Msiexec.exe file in Registry Editor is correct. If not change it to start it with /V switch.</h3>
<p>To do this, follow these steps below:</p>
<ol>
<li>Click <strong>Start</strong>, click <strong>Run</strong>, type regedit in the <strong>Open</strong> box, and then click <strong>OK</strong>.</li>
<li>Expand <strong>HKEY_LOCAL_MACHINE</strong>, expand <strong>SYSTEM</strong>, expand <strong>CurrentControlSet</strong>, expand <strong>Services</strong>, and then click <strong>MSIServer</strong>. (To expand click on [+])</li>
<li>In the right pane, right-click <strong>ImagePath</strong>, and then click <strong>Modify</strong>.</li>
<li>In the <strong>Value data</strong>  box, type the location of the <strong>Msiexec.exe</strong> file, followed by the value of <strong>/V</strong>, and then click <strong>OK</strong>.<br />
C:\WINDOWS\System32\msiexec.exe /V</li>
<li>Click <strong>OK</strong> to close that box.</li>
<li>Close the Registry Editor.</li>
<li>Reboot the computer.</li>
</ol>
<p>&nbsp;</p>


<br/>
		<a href="http://www.optimize-your-pc.org/fix-windows-installer-error" rel="bookmark">Fix windows installer error</a><br/>
		<a href="http://www.optimize-your-pc.org/the-windows-installer-service-could-not-be-accessed-error-message-when-installing-office" rel="bookmark">&#8220;The Windows Installer service could not be accessed&#8221; error message when installing Office</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-svchost-exe-application-error-0x745f2780" rel="bookmark">How to Fix SVCHOST.EXE Application Error 0x745f2780</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/fix-windows-installer-error-1719/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;The Windows Installer service could not be accessed&#8221; error message when installing Office</title>
		<link>http://www.optimize-your-pc.org/the-windows-installer-service-could-not-be-accessed-error-message-when-installing-office?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-windows-installer-service-could-not-be-accessed-error-message-when-installing-office</link>
		<comments>http://www.optimize-your-pc.org/the-windows-installer-service-could-not-be-accessed-error-message-when-installing-office#comments</comments>
		<pubDate>Mon, 19 Sep 2011 09:45:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Application Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=938</guid>
		<description><![CDATA[Common Reasons There are many reasons as to why &#8220;The Windows Installer service could not be accessed&#8221; error message when installing Office would suddenly pop out especially when you are installing a software application. One of which is the type of operating system that you are using. Microsoft has designed their new operating systems to [...]

<br/>
		<a href="http://www.optimize-your-pc.org/fix-windows-installer-error" rel="bookmark">Fix windows installer error</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-windows-installer-error-1719" rel="bookmark">Fix Windows Installer Error 1719</a><br/>
		<a href="http://www.optimize-your-pc.org/windows-installer-cleanup-utility" rel="bookmark">Windows installer cleanup utility</a><br/>
	]]></description>
			<content:encoded><![CDATA[<h2><a href="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/The-Windows-Installer-service-could-not-be-accessed.jpg"><img class="alignright size-full wp-image-945" title="The Windows Installer service could not be accessed" src="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/The-Windows-Installer-service-could-not-be-accessed.jpg" alt="The Windows Installer service could not be accessed The Windows Installer service could not be accessed error message when installing Office" width="287" height="175" /></a>Common Reasons</h2>
<p>There are many reasons as to why &#8220;The Windows Installer service could not be accessed&#8221; error message when installing Office would suddenly pop out especially when you are installing a software application.</p>
<p>One of which is the type of operating system that you are using. Microsoft has designed their new operating systems to block out and prevent installation of older software applications. Through blocking out old applications, users would not be able to use any illegally acquired software or use any serial keys which are already in use.</p>
<p>Another reason as to why most applications are blocked can be due to some technical problems with your software. Usually, errors would suddenly show up especially when the user is using an installer which is not downloaded well.</p>
<h2><strong>Using MSconfig or Microsoft Configuration manager</strong></h2>
<p>In removing the error message found when installing office, there two ways <strong></strong> that you can consider. One of which is the use of the MSconfig or Microsoft Configuration manager. The Microsoft Configuration Manager is a set of kernels which are embedded on the system in order to organize and run your Windows. It is also responsible for checking any type of Microsoft related software applications which are using used serial keys and other patches. Through the use of this configuration tool, you would be able to remove the error message when installing Office.</p>
<p>The first thing that you need to do is to open your Msconfig. You can do so by clicking the start option and then clicking on run. If you know something about your Command prompt, you can open the file through there or you can simply type in Msconfig on your open box and then click the OK button.</p>
<p>The system configuration utility tab would then show up showing you some of the hidden features for your operating system. Some of which would be the type of startup that you want to have when you restart your system. Remember, you should never change any of the settings because it would cause your system to restore its original configurations. You would also see a couple of other tabs such as the Boot.ini and System.ini. Instead of clicking any of those options, click on the services tab on the right corner of the Configuration Manager. You will find a series of services that are running in your computer including the manufacturer who made such services. Scroll down the services and you will see the Windows installer line below. Click on its box and then press OK. After you click the OK button, you need to restart your system. When you restart your computer, you will be able to use your Office and you will not have to bother yourself with the product key when the program opens.</p>
<h2>re-register your Windows installer</h2>
<p>Another Computer fix which you can apply in order to remove that pesky error message would be to re-register your Windows installer. In this method, you will need to modify and change some of the lines in your registry. However, you should remember that when you do change some of the lines in your registry, there is a serious problem that might occur if you delete the wrong line. Remember to check on the lines and kernels first before you delete any of them. Your operating system would not function well if those lines are deleted. In order to safeguard your settings, you need to backup your system before you change anything. In order to backup your system, you can either create a boot disk for backup purposes or you can use your system restore. The system restore tab is found in the accessories panel in the system tools tab. You can also type in %SystemRoot%\System32\Restore\Rstrui.exe in the open tab in order to open the restore panel.</p>
<p>After backing up your computer, you can now start editing your registry. Some of the steps to follow might often be different than that of other operating systems. If so then you can use the product documentation file in order to complete this method.</p>
<ol start="1">
<li>The first step you need to do is to click on start and open your search button.</li>
<li>When you reach the search button, click on “All files and Folders” tab and in the file name box, you need to type in Msiexec.exe.</li>
<li>After typing that, you need to click search. When the search is completed, you would notice that the file that you are looking for would be seen at C:\Windows\System32.</li>
<li>You will then need to close the search dialog box and proceed to the run tab. In the run tab, type in “Regedit” and press ok. This would then lead you to the registry panel of your computer.</li>
<li>Look for the drive :\Windows\System32\msiexec.exe /V line. If the value of the line does not match the correct path of the file, make the necessary changes and click ok.</li>
<li>You would then need to go to safemode. In your safemode, go to run, type in msiexec /regserver and then Click ok.</li>
</ol>
<p>This fix would then remove the &#8220;<em>The Windows Installer service could not be accessed</em>&#8221; error message when installing Office.</p>


<br/>
		<a href="http://www.optimize-your-pc.org/fix-windows-installer-error" rel="bookmark">Fix windows installer error</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-windows-installer-error-1719" rel="bookmark">Fix Windows Installer Error 1719</a><br/>
		<a href="http://www.optimize-your-pc.org/windows-installer-cleanup-utility" rel="bookmark">Windows installer cleanup utility</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/the-windows-installer-service-could-not-be-accessed-error-message-when-installing-office/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix SVCHOST.EXE Application Error 0x745f2780</title>
		<link>http://www.optimize-your-pc.org/how-to-fix-svchost-exe-application-error-0x745f2780?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-svchost-exe-application-error-0x745f2780</link>
		<comments>http://www.optimize-your-pc.org/how-to-fix-svchost-exe-application-error-0x745f2780#comments</comments>
		<pubDate>Fri, 28 Jan 2011 12:13:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Application Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=349</guid>
		<description><![CDATA[The instruction at &#8220;Ox745f2780&#8243; referenced memory at &#8220;0&#215;00000000&#8243;. The memory could not be &#8220;read&#8221; You might have ran a Windows Update, and when restarting the PC, you get this error after logging into the Windows. You still get the error even starting in safe mode. On checking the event log in Windows Xp, you see [...]

<br/>
		<a href="http://www.optimize-your-pc.org/fix-windows-installer-error-1719" rel="bookmark">Fix Windows Installer Error 1719</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-bcmwltry-exe-error" rel="bookmark">How to fix Bcmwltry.exe Error?</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-ntoskrnl-exe-errors" rel="bookmark">Fix Ntoskrnl.exe Errors</a><br/>
	]]></description>
			<content:encoded><![CDATA[<blockquote><p>The instruction at &#8220;Ox745f2780&#8243; referenced memory at &#8220;0&#215;00000000&#8243;.<br />
The memory could not be &#8220;read&#8221;</p></blockquote>
<p>You might have ran a Windows Update, and when restarting the PC, you get this error after logging into the Windows. You still get the error even starting in safe mode. On checking the event log in Windows Xp, you see that the problem lies with SVCHOST.EXE file. The problem is corrupted Windows update. Let&#8217;s fix that now,</p>
<h2>Steps to fixing SvcHost.exe Application Error 0X745f2780:</h2>
<p>This is a 3 step process.</p>
<ol>
<li>Verifying the Windows update service and BITS service settings.</li>
<li>Re-registering Windows update DLL files.</li>
<li>Removing corrupted Windows Update Files.</li>
</ol>
<p><a href="http://www.optimize-your-pc.org/go/registry-download/" target="_self">Download this recommended Quick Fix Tool</a> to fix it immediately without getting your hands dirt.</p>
<p>Let&#8217;s get to fixing it manually.</p>
<h3>Verifying the Windows update service settings and that of Background Intelligence Transfer settings (BITS).</h3>
<ol>
<li>Click Start &gt; Run, type services.msc in the open box.</li>
<li>Locate the automatic update service, and double click on it to open.</li>
<li>Click on Log On tab.
<ol>
<li>Make sure &#8220;<em><strong>Local System Account</strong></em>&#8221; is selected as the log On account.</li>
<li>and &#8220;<em><strong>Allow service to interact with desktop</strong></em>&#8221; is <span style="text-decoration: underline;">unchecked</span>.</li>
</ol>
</li>
<li>While at Log On tab, under Hardware Profile section, make sure the service is ENABLED.</li>
<li>Now, on the General Tab, make sure the start up type is set to Automatic, if not select Automatic from the drop down box.</li>
<li>Once its all done, make sure the service is started. If not under the service status, click start.</li>
</ol>
<p>Now you verified that Windows update service is running and set to Automatic. Repeat the above steps 1 -6 for another service <em><strong>Background Intelligence Transfer Settings (BITS).</strong></em></p>
<h3>Re-Registering Windows update DLL files.</h3>
<ul>
<li>Click Start button &gt; Run, type the following commands in the open box,
<ul>
<li><small>REGSVR32 WUAPI.DLL</small></li>
<li><small>REGSVR32 WUAUENG.DLL</small></li>
<li><small>REGSVR32 WUAUENG1.DLL</small></li>
<li><small>REGSVR32 ATL.DLL</small></li>
<li><small>REGSVR32 WUCLTUI.DLL</small></li>
<li><small>REGSVR32 WUPS.DLL</small></li>
<li><small>REGSVR32 WUPS2.DLL</small></li>
<li><small>REGSVR32 WUWEB.DLL</small></li>
</ul>
</li>
<li>Alternatively, you can open a notepad, and copy the following as is,
<ul>
<li><small>REGSVR32 WUAPI.DLL<br />
REGSVR32 WUAUENG.DLL<br />
REGSVR32 WUAUENG1.DLL<br />
REGSVR32 ATL.DLL<br />
REGSVR32 WUCLTUI.DLL<br />
REGSVR32 WUPS.DLL<br />
REGSVR32 WUPS2.DLL<br />
REGSVR32 WUWEB.DLL</small></li>
</ul>
</li>
<li>and save it as reregisterwudll.bat, or whatever name with .bat extension, and run that Batch file to re-register all the dll files in one click. Or you can open Command prompt, and type those list of commands, one by one.</li>
</ul>
<h3>Remove corrupted Windows update files.</h3>
<p>To fix that, stop windows update service, rename the SoftwareDistribution folder and then start it again, to do that with command prompt, open command prompt by going to Start &gt; run &gt; cmd</p>
<p>type,</p>
<p><em><strong>net stop WuAuServ</strong></em> ENTER</p>
<p>type,</p>
<p><em><strong>cd %windir%</strong></em> ENTER</p>
<p>type,</p>
<p><em><strong>ren SoftwareDistribution sd-bck-old</strong></em> ENTER</p>
<pre>NOTE: we have renamed the folder SoftwareDistribution to sd-bck-old,
you can rename it to anything you want.</pre>
<p>while still at command prompt, we need to start the Windows Update service now.</p>
<p>type,</p>
<p><em><strong>net start WUAUServ</strong></em> ENTER</p>
<p>type,</p>
<p><em><strong>exit </strong></em>ENTER<em><strong> </strong></em></p>
<p>to exit the command prompt.</p>
<p>You can do that from services.msc and Windows Explorer as well.</p>
<p>Open Services.msc, by going to Start &gt; Run &gt; type services.msc</p>
<p>Locate the Windows update service, open it and stop.</p>
<p>Go to Start &gt; Run &gt; type %windir% to open the windows directory.</p>
<p>Rename the folder SoftwareDistributions to someother let&#8217;s say SD_bck_OLD</p>
<p>and then go back to services.msc and start the Windows service again.</p>
<p>After you have done all the 3 steps, restart the PC.</p>
<p>This should fix, all the SVCHOST.EXE Application Error caused by corrupted Windows Update!</p>
<h3><a href="http://www.optimize-your-pc.org/go/registry-download/" target="_self">Recommended Download to fix all kinds of SVCHOST.EXE error</a></h3>


<br/>
		<a href="http://www.optimize-your-pc.org/fix-windows-installer-error-1719" rel="bookmark">Fix Windows Installer Error 1719</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-bcmwltry-exe-error" rel="bookmark">How to fix Bcmwltry.exe Error?</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-ntoskrnl-exe-errors" rel="bookmark">Fix Ntoskrnl.exe Errors</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/how-to-fix-svchost-exe-application-error-0x745f2780/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Fix Ccsvchst.exe Errors</title>
		<link>http://www.optimize-your-pc.org/how-to-fix-ccsvchst-exe-errors?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-ccsvchst-exe-errors</link>
		<comments>http://www.optimize-your-pc.org/how-to-fix-ccsvchst-exe-errors#comments</comments>
		<pubDate>Sat, 27 Mar 2010 11:55:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exe Errors]]></category>
		<category><![CDATA[Windows Application Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=147</guid>
		<description><![CDATA[What is a Ccsvchst.exe Error and what it&#8217;s doing on your computer? Ccsvhst.exe is a part of Norton security software, referred as Symantec Service Framework is a graphic user interface (GUI) provider for Norton security software such as  internet security suit and antivirus program. Is ccsvchst.exe Safe? This is a safe process and not likely [...]

<br/>
		<a href="http://www.optimize-your-pc.org/fixing-ccsvchstexe-problems" rel="bookmark">Fixing CcSvcHst.exe Problems</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-ntoskrnl-exe-errors" rel="bookmark">Fix Ntoskrnl.exe Errors</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-rthdcpl-exe-errors" rel="bookmark">Fix Rthdcpl.exe Errors</a><br/>
	]]></description>
			<content:encoded><![CDATA[<p><strong>What is a Ccsvchst.exe Error and what it&#8217;s doing on your computer?</strong></p>
<p style="text-align: left;">Ccsvhst.exe is a part of Norton security software, referred as Symantec Service Framework is a graphic user interface (GUI) provider for Norton security software such as  internet security suit and antivirus program.</p>
<p style="text-align: left;"><strong>Is ccsvchst.exe Safe?</strong></p>
<p style="text-align: left;">This is a safe process and not likely to harm.</p>
<p style="text-align: left;">But what gets complained about is this file eats up a lot of CPU making the PC freeze or respond slow. This is the issue here, and if you have any of the Norton products, there is a good chance that you might have experienced this. But other than that, this is a complete legitimate file that is owned by Symantec Corporation.</p>
<p><strong>Location and  file size:</strong></p>
<p>It’s located at the <em>C:\Program Files\Common Files</em> and occupies at the average of <span style="color: #ff0000;">112 KB</span>.</p>
<p><strong>Is it ok to end this process?</strong></p>
<p>You can&#8217;t stop this process, as it&#8217;s needed by Norton software. The only way to stop this is to uninstall it completely.</p>
<p><strong>CPU Consumption:</strong><img class="alignright" src="http://www.optimize-your-pc.org/wp-content/uploads/2011/04/task-manager-performance.jpg" alt="task manager performance How To Fix Ccsvchst.exe Errors"  title="How To Fix Ccsvchst.exe Errors" /></p>
<p>The most common issue that you might see is high CPU. This is because of the bugs present in the file, which must be fixed in the latest version. Other than that, this is not considered to be a CPU intensive process.</p>
<p><strong>Shutdown and Startup:</strong></p>
<p>Let’s now talk about the error that occurs during shutdown and startup.</p>
<p><strong><em>During shutdown:</em></strong></p>
<p>The file throws up this error during the shutdown -</p>
<blockquote><p><code><strong>The instruction at "0x059a2df" referenced memory at 0x059a2df" the memory could not be written. Click OK to terminate the Program.</strong></code></p></blockquote>
<p>This does bothers. It slows down the shutdown time, or even interferes when you have programs to auto shutdown PC. Yeah, I use a tool to auto shutdown my PC after 90 minutes before I decide to call it a day! This error use to come in the way of that smooth shutdown process.</p>
<p><strong><em>During the startup:</em></strong></p>
<p>Other than that, it also slows down the start up time, which is yet another annoying thing. It takes forever to see all the desktop icons or the desktop to respond when you click F5 to refresh the screen. You might probably end up opening the process manager to kill the process, but this file is vital and cannot be terminated. Which leaves you the only available option, that is hard reboot, phew hit the power button or remove the laptop battery after disconnecting the power cord. Lots of hassles!</p>
<p><strong>How to fix ccsvchst.exe?<br />
</strong></p>
<p>There are many ways you can resolve this error, those are listed below:</p>
<ol>
<li><strong>Running a Norton Update:</strong>There are good chances that the bugs in Ccsvchst.exe are fixed in the latest Norton internet security or antivirus update. So run it and install the latest update, which may help fix this problem. If this did not work, try other methods.</li>
<li><strong>Uninstall and reinstall Norton:</strong>Go to Norton’s website, Symantec.com, search for Norton Removal Tool. Choose the tool for your version of Norton. Download it and then run it. This will uninstall Norton completely. After uninstalling, make sure to clean invalid registry entries from your registry using a <a href="http://www.optimize-your-pc.org/go/registry-download/">Registry Optimizer Tool</a>. Then restart your PC. After reboot, download and install the latest Norton product that you have paid for. Be sure that the new version is free from virus or malwares.</li>
<li><strong>Disable Norton’s Floppy drive scan:</strong>This is a quick fix. Norton by default tries to scan floppy drive on shutdown, when there are no floppy drive this throw up an error. To fix this follow the methods below: Start <em>Norton Antivirus</em>, go to <em>settings &gt; Auto protect &gt; configure &gt; General settings &gt; Real time protection</em> &gt; uncheck <em>scan floppy drive in A:  for boot viruses when shutting down</em>. Click OK and then restart your PC.</li>
<li><strong>Setting the personal firewall:</strong>
<ol>
<li>Start <em>Norton internet security<br />
</em></li>
<li>Then navigate to <em>Norton internet security &gt; settings &gt; web browsing &gt; personal firewall &gt; configure &gt; internet security and firewall options &gt; General settings</em>.</li>
<li>Now you are here make sure that <em>automatically decide what to do (recommended)</em> is checked.</li>
<li>On your left pane select <em>Program control under personal firewall</em>, while you are here make sure that <em>Access</em> settings for <em>Microsoft Internet Explorer</em> and <em>Microsoft Generic Host process for Win32 services</em> is set to <em>Allow</em>.</li>
</ol>
</li>
<li><strong>Remove Norton and go for another one:</strong>When all the above methods did not help, you think that Norton is consuming too many CPU, and gives more error, remove it and opt for another program. There are many alternative antivirus/internet security programs to consider. After removing Norton make sure to run a good <a href="http://www.optimize-your-pc.org/go/registry-download/">Registry Optimizer Tool</a>, to clean your windows registry for invalid entries.</li>
</ol>


<br/>
		<a href="http://www.optimize-your-pc.org/fixing-ccsvchstexe-problems" rel="bookmark">Fixing CcSvcHst.exe Problems</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-ntoskrnl-exe-errors" rel="bookmark">Fix Ntoskrnl.exe Errors</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-rthdcpl-exe-errors" rel="bookmark">Fix Rthdcpl.exe Errors</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/how-to-fix-ccsvchst-exe-errors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing CcSvcHst.exe Problems</title>
		<link>http://www.optimize-your-pc.org/fixing-ccsvchstexe-problems?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fixing-ccsvchstexe-problems</link>
		<comments>http://www.optimize-your-pc.org/fixing-ccsvchstexe-problems#comments</comments>
		<pubDate>Sat, 26 Sep 2009 02:36:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exe Errors]]></category>
		<category><![CDATA[Windows Application Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=73</guid>
		<description><![CDATA[Ccsvchst.exe is an exe file that is installed on to your computer when you install Norton programs such as antivirus, internet security, event manager… You can find this file on -&#62; C:\Program Files\Common Files, folder. This file is a part of Symantec service framework, from Symantec corporation; so if you use any of the Norton [...]

<br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-ccsvchst-exe-errors" rel="bookmark">How To Fix Ccsvchst.exe Errors</a><br/>
		<a href="http://www.optimize-your-pc.org/fixing-freeze-up-problems-on-your-windows-xp" rel="bookmark">Fixing Freeze up Problems on your Windows XP</a><br/>
		<a href="http://www.optimize-your-pc.org/spoolsv-exe-high-cpu-usage" rel="bookmark">Spoolsv.exe High CPU Usage</a><br/>
	]]></description>
			<content:encoded><![CDATA[<p>Ccsvchst.exe is an exe file that is installed on to your computer when you install Norton programs such as antivirus, internet security, event manager… You can find this file on -&gt; C:\Program Files\Common Files, folder. This file is a part of Symantec service framework, from Symantec corporation; so if you use any of the Norton products, you will find these files and hence the problem associated with that executable file.</p>
<p><strong>CcsvcHst.exe – Application Error problem! </strong></p>
<p>It is one of the most common problems with this file. If the error says “The instruction at 0X059a2df reference memory could not be written” you have no choice but to exit the application from the task manager.</p>
<p>This usually occurs upon system startup/shutdown where all files and drivers from system folder are loaded up or all files are about to close down. This error also eats up your CPU memory, so that you may experience slow computer or system freeze!</p>
<p>How to check if an application is using up your full CPU memory? Well right click on the task bar and click on Task Manager or press Ctrl + Alt + Del on your computer to get the task manager window up. Then select process tab and see what applications consumes your CPU memory to the maximum. You can then exit it if you know what that file does!</p>
<p>Sometimes Norton antivirus has bugs, which is also the primary cause of CcsvcHst.exe Error! Recently Norton fixed this bug. You need to update Norton for that to take effect.  So when the Norton prompts you for the live update run, make sure you let it run and allow it to install the latest software patches along with the virus definition file!</p>
<p>You need to uninstall Norton if it has been updated before the problem or the above method fails. Navigate to Start button &gt; Control panel &gt; Performance and maintenance &gt; Add or Remove. It will list out all the programs currently installed on your computer. Select Norton antivirus or any of the Norton products you have installed and click uninstall. Repeat this till all the Norton products are removed and then reboot your computer.</p>
<p>You can also remove Norton with a removal tool provide by Norton themselves. Go to the Norton website, Symantec.com and then search for Norton removal tool. Download it and then run it. This will cleanly uninstall all the Norton products from your PC. This is the faster method compared to the manual uninstallation from the control panel.</p>
<p>Now after removing Norton, there are still some registry keys and entries left on your computer. You need to use a registry cleaner to remove them all, so that you have a clean uninstallation. I recommend you to run a registry cleaner tool every time you install any program from your PC. After that, reboot your PC!</p>
<p><strong>What if I don’t have any of the Norton products but still get CcSvcHst.exe error?</strong></p>
<p>The only reason I can think of is due to some spyware or backdoor application. Malicious files take names of important system files and resemble like them to avoid detecting them as threat. This is a danger to your computer! If you keep getting CcSvcHst.exe error but you don’t have any Norton products installed and your system gradually slows down to its maximum, then you can say that you are infected with a malware that resembles CcSvcHst.exe. Since it’s an executable file, malware can hide and run behind without your notice. But the danger of it, doesn’t stop there, as they are a backdoor files, It is a serious threat to your identity as well. Yes, they do collect your credit card numbers; other user accounts credentials like passwords, bank account credentials and then get them in the hands of hackers who abuse!</p>
<p>To stop that, you must always have a anti-spyware along with your antivirus software, keep it updated with all the security patches and schedule to scan your entire PC everyday! Along with that, use a registry cleaner to completely clean the registry off of malicious registry keys!</p>
<p><strong>In a nutshell! </strong></p>
<ol>
<li>Perform live update of Norton softwares. If it fails, then uninstall Norton with a Norton removal tool. Then use a registry cleaner to clean it completely!</li>
<li>Use antispyware along with antivirus, and registry cleaner to protect spyware and backdoor attacks everyday! Don’t let hackers steal your important credentials like bank account, credit card numbers and other accounts like email, etc…</li>
<li>Invest in a <a href="http://www.optimize-your-pc.org/go/registry-download/">Registry Optimizer Tool</a> tool if you haven’t done so already! Click on the Scan now tool above this article to download a free trial version of a registry cleaner tool which I personally use and recommend!</li>
</ol>


<br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-ccsvchst-exe-errors" rel="bookmark">How To Fix Ccsvchst.exe Errors</a><br/>
		<a href="http://www.optimize-your-pc.org/fixing-freeze-up-problems-on-your-windows-xp" rel="bookmark">Fixing Freeze up Problems on your Windows XP</a><br/>
		<a href="http://www.optimize-your-pc.org/spoolsv-exe-high-cpu-usage" rel="bookmark">Spoolsv.exe High CPU Usage</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/fixing-ccsvchstexe-problems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uninstalling DirectX 9</title>
		<link>http://www.optimize-your-pc.org/uninstalling-directx-9?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uninstalling-directx-9</link>
		<comments>http://www.optimize-your-pc.org/uninstalling-directx-9#comments</comments>
		<pubDate>Sat, 26 Sep 2009 02:29:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Application Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=63</guid>
		<description><![CDATA[Among all the windows Application Programming Interface (API) DirectX is know to be the popular one. This API is used to perform high-end tasks like gaming, game programming and video editing, all multimedia tasks. The DirectX is designed to give multimedia files, access to multimedia hardware devices like sound, video cards, game devices and network [...]

<br/>
		<a href="http://www.optimize-your-pc.org/directx-9-driver-download" rel="bookmark">DirectX 9 Driver Download</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-flash-ocx-error-by-uninstalling-flash-player" rel="bookmark">How to Fix Flash OCX Error by uninstalling Flash player</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-ati3duag-dll-stop-error" rel="bookmark">Fix ati3duag.dll Stop Error</a><br/>
	]]></description>
			<content:encoded><![CDATA[<p>Among all the windows Application Programming Interface (API) DirectX is know to be the popular one. This API is used to perform high-end tasks like gaming, game programming and video editing, all multimedia tasks. The DirectX is designed to give multimedia files, access to multimedia hardware devices like sound, video cards, game devices and network peripherals.</p>
<p>Microsoft XP comes in-built with DirectX 8.1, which means all you have to do is upgrade it to the stable version of 9, (however 10 is the most recent version), if your work involves multimedia. The reason to upgrade is to make sure you have the latest patches and security hot fixes, which must reduce the errors connected with DirectX! So if you haven’t updated it yet, its time to do that!</p>
<p>If you have anyone like your son who loves to play computer games, then upgrading is important. Latest games always are so sophisticated and hence need a latest version of DirectX. If you are an avid PC gamer, then you might already have the latest version of DirectX. Not just that you need to upgrade it only if you play games, upgrading also enhances the PC’s performance. Like the video editing tool that needs the latest version to even execute!</p>
<p>Currently DirectX 9 is the most used version. The features in this latest version are optimized to work with gaming controller, so that you have better gaming experience. Other softwares will also, do great if you have the latest version of DirectX that is 9! The only drawback that I can find from this DirectX 9 is that it doesn’t come with an uninstaller. That means you can’t uninstall it automatically like any other software programs or applications. You need to manually remove it from your computer. This article will walk you through the manual uninstallation process.</p>
<p><strong>Why you want to uninstall DirectX 9?</strong></p>
<p>Because if you want to install the most recent version of DirectX 10, then you need to do that! Also the case with if any of your latest games or video editing softwares are not depending on DirectX 9 anymore, so you need to remove the version 9 and move to 10!</p>
<p><strong>Uninstalling DirectX 9 and Installing DirectX 10! </strong></p>
<ol>
<li>The first step is to uninstall DirectX 9. But before that you must do a clean boot up of your PC.</li>
<li>To clean boot – click start menu &gt; run &gt; type msconfig &gt; select Selective Startup checkbox &gt; unselect all other options below it &gt; Service tab &gt; Click Hide all Microsoft Services &gt; press disable all button &gt; click ok and exit the msconfig utility. Reboot your PC! – You made a clean boot!</li>
<li>Now go to Microsoft.com and download DirectX and install it! This will manually uninstall DirectX 9 and install DirectX 10!</li>
<li>If your PC is new, and you just need to uninstall DirectX 9 alone, then you can use a system restore to restore to the timeline just before the installation of DirectX 9!</li>
</ol>


<br/>
		<a href="http://www.optimize-your-pc.org/directx-9-driver-download" rel="bookmark">DirectX 9 Driver Download</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-flash-ocx-error-by-uninstalling-flash-player" rel="bookmark">How to Fix Flash OCX Error by uninstalling Flash player</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-ati3duag-dll-stop-error" rel="bookmark">Fix ati3duag.dll Stop Error</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/uninstalling-directx-9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix rundll errors</title>
		<link>http://www.optimize-your-pc.org/how-to-fix-rundll-errors?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-rundll-errors</link>
		<comments>http://www.optimize-your-pc.org/how-to-fix-rundll-errors#comments</comments>
		<pubDate>Fri, 25 Sep 2009 23:43:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exe Errors]]></category>
		<category><![CDATA[Windows Application Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=39</guid>
		<description><![CDATA[Rundll errors can be very troublesome when running or downloading a program. Rundll errors are common errors that sometimes get resolved upon rebooting the PC. But you can control its frequency of occurrence and can also be eliminated completely. Let’s talk about that now… The first step to prevent is by cleaning your windows registry, [...]

<br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-ccsvchst-exe-errors" rel="bookmark">How To Fix Ccsvchst.exe Errors</a><br/>
		<a href="http://www.optimize-your-pc.org/a-dummy-proof-way-to-fix-xp-dll-errors-in-quick-easy-steps" rel="bookmark">A Dummy-Proof Way to Fix XP DLL Errors in Quick, Easy Steps</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-ntoskrnl-exe-errors" rel="bookmark">Fix Ntoskrnl.exe Errors</a><br/>
	]]></description>
			<content:encoded><![CDATA[<p>Rundll errors can be very troublesome when running or downloading a program. Rundll errors are common errors that sometimes get resolved upon rebooting the PC. But you can control its frequency of occurrence and can also be eliminated completely. Let’s talk about that now…</p>
<ol>
<li>The first step to prevent is by cleaning your windows registry, which is the heart of your PC. Registry as its name sounds registers and records all the vital settings of all softwares, hardwares and other settings of your computer. Thus after every installation/uninstallation of programs the datas are recorded in the registry. When a program asks for a restart of PC it means that it needs to update the registry and retrieve information for the future use. Thus cleaning a registry is vital since it gets bloated up with constant flow of informations from and to them. The entries that are left in it from incomplete installation and removal of programs accumulate overtime and lead to the program conflicts which are the root cause of rundll errors!</li>
<li>Spywares, Trojans, worms and virus are also the causes of rundll errors. These malwares are installed on your computer without your notice when you visit a harm websites or downloaded infected emails. They all attack the registry settings. A good antivirus and antispyware programs are indispensable to keep your system clean off these malware programs!</li>
<li>Then the last step is to find the file that is causing rundll error and remove it. You can go to msconfig and remove the unwanted startup programs. To do that go to start menu &gt; Run &gt; Type “msconfig” without quotes and then msconfig utility open up. You need to hop over the startup tab and remove the programs that you don’t want. Repeat until you have identified the file that is causing the problem. Once you have identified the file, uninstall it and install it fresh or use an alternative of the program. For example, you have identified that limewire is starting up on every PC startup and after disabling it from startup the rundll error is gone. You can uninstall it and install it from fresh or use an alternative such as bittorrent etc…</li>
<li> Also when a rundll error prompts, if there is an option to see the details of the error from the error message, click on and view the error details. Chances are that the application will be revealed or the dll file that is causing the problem will be revealed. You can uninstall it. The problem will be then solved!</li>
</ol>


<br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-ccsvchst-exe-errors" rel="bookmark">How To Fix Ccsvchst.exe Errors</a><br/>
		<a href="http://www.optimize-your-pc.org/a-dummy-proof-way-to-fix-xp-dll-errors-in-quick-easy-steps" rel="bookmark">A Dummy-Proof Way to Fix XP DLL Errors in Quick, Easy Steps</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-ntoskrnl-exe-errors" rel="bookmark">Fix Ntoskrnl.exe Errors</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/how-to-fix-rundll-errors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix Flash OCX Error by uninstalling Flash player</title>
		<link>http://www.optimize-your-pc.org/how-to-fix-flash-ocx-error-by-uninstalling-flash-player?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-flash-ocx-error-by-uninstalling-flash-player</link>
		<comments>http://www.optimize-your-pc.org/how-to-fix-flash-ocx-error-by-uninstalling-flash-player#comments</comments>
		<pubDate>Fri, 25 Sep 2009 23:39:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OCX Errors]]></category>
		<category><![CDATA[Windows Application Errors]]></category>
		<category><![CDATA[Windows Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=33</guid>
		<description><![CDATA[Flash player are one of the indispensable item in the internet these days. Every internet user has to use a flash file atleast once in his lifetime. You might have seen some of those interactive ads on the web pages with sounds, those are the flash files that I am talking about and most of [...]

<br/>
		<a href="http://www.optimize-your-pc.org/uninstalling-directx-9" rel="bookmark">Uninstalling DirectX 9</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-rundll-errors" rel="bookmark">How to fix rundll errors</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-svchost-exe-application-error-0x745f2780" rel="bookmark">How to Fix SVCHOST.EXE Application Error 0x745f2780</a><br/>
	]]></description>
			<content:encoded><![CDATA[<p>Flash player are one of the indispensable item in the internet these days. Every internet user has to use a flash file atleast once in his lifetime. You might have seen some of those interactive ads on the web pages with sounds, those are the flash files that I am talking about and most of you reading this already know that! The macromedia flash player is embedded onto to the webpage for the flash item to work. They do that with the aid of activex controls. These players and the embedding technology also have some errors that you might have to face it sometimes or more depending on the complexity of the flash item!  Those errors are called the Flash OCX Errors! Most people uninstall the flash player to get rid of these errors. However the macromedia, the makers of the flash player are aware of every problems and fixing it. Therefore you must not just uninstall but also reinstall the new version and upgrade that as often as you want. But the immediate solution to get rid of OCX errors is to uninstall flash player!</p>
<p>The older version of the Activex Flash player has to be removed completely and in an order. You can manually uninstall it or use and automatic uninstaller. Let’s go through the manual removal process in detail here. This is a complete uninstall, not just the one that you do from the start/remove programs from the control panel.</p>
<ol>
<li>The first step is to close all the running internet browsers.</li>
<li>Find flash.ocx using the windows search from the start menu.</li>
<li>Note down its file path. Ex. C:\windows\</li>
<li>Click on Start button &gt; Type “regsvr32 filepath\flash.ocx /u (the file path is what you noted down in the step 3) Enter ok. Ok again at the confirmation prompt window. (if you haven’t entered the file path correctly, you get an error message! )</li>
<li>Now you have unregistered the flash activex program! Now search and delete the flash items that you don’t want!</li>
</ol>
<p>Now let’s quickly go through the automatic uninstall process:</p>
<ol>
<li>Download the flash uninstaller <a href="http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe">http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe</a></li>
<li>Close all the running browsers and run it!</li>
</ol>
<p>That is designed to automatically remove the flash component from your computer! This is a temporary solution for the Flash OCX errors! Now before installing the new version, I recommend you to clean your registry with a registry cleaner (see recommended tool above this article!). After running and fixing all the registry errors you can now be assured that you completely cleaned your registry of unwanted and invalid entries.</p>
<p>But it’s not sure that the newer version of the flash player will not give any OCX errors, so it’s recommended that you invest in a registry cleaner and resolve activex flash OCX errors completely!</p>


<br/>
		<a href="http://www.optimize-your-pc.org/uninstalling-directx-9" rel="bookmark">Uninstalling DirectX 9</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-rundll-errors" rel="bookmark">How to fix rundll errors</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-svchost-exe-application-error-0x745f2780" rel="bookmark">How to Fix SVCHOST.EXE Application Error 0x745f2780</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/how-to-fix-flash-ocx-error-by-uninstalling-flash-player/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

