<?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>KP Solutions &#187; windows</title>
	<atom:link href="http://www.kpsolution.com/blog/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kpsolution.com/blog</link>
	<description>Solutions for Day to Day Technical Problems</description>
	<lastBuildDate>Wed, 14 Sep 2011 19:05:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Problem to Share Windows Media Center with PS3</title>
		<link>http://www.kpsolution.com/blog/windows/problem-share-windows-media-center-ps3/74/</link>
		<comments>http://www.kpsolution.com/blog/windows/problem-share-windows-media-center-ps3/74/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 05:06:59 +0000</pubDate>
		<dc:creator>Ketan Patel</dc:creator>
				<category><![CDATA[setup]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[media sharing]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://www.kpsolution.com/blog/?p=74</guid>
		<description><![CDATA[If you, like me, want to share the media from your PC/Laptop with PS3 and were unsuccessful then this blog post will help you out. Its quite simple and you don&#8217;t need to install any 3rd party software to do &#8230; <a href="http://www.kpsolution.com/blog/windows/problem-share-windows-media-center-ps3/74/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you, like me, want to share the media from your PC/Laptop with PS3 and were unsuccessful then this blog post will help you out.</p>
<p>Its quite simple and you don&#8217;t need to install any 3rd party software to do so. This post assumes you have Windows OS and the PC &amp; PS3 are on same private network. It&#8217;s only 2 step process:</p>
<ol>
<li>On the PC with the media content, you will have to add all the folders with media to the <a href="http://windows.microsoft.com/en-US/windows-vista/Add-items-to-the-Windows-Media-Player-library">Media Library</a>.</li>
<li>After you have added, then open up &#8216;Windows Media Player&#8217; and you have to enable <a href="http://windows.microsoft.com/en-US/windows7/Change-settings-for-streaming-media-in-Windows-Media-Player">Automatically allow all devices and computers to have access to your media</a>.</li>
</ol>
<p>Once you have successfully followed the two steps above, visit your PS3 and make sure you have &#8216;Media Server Connection&#8217; checked in &#8216;Settings&#8217;. After that, you should be able to see your PC-name and browse the media library.</p>
<p>As always, if this post helped you solve the problem, please leave a comment or donate if you will to keep me motivated.</p>
<p>Thanks,<br />
Ketan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kpsolution.com/blog/windows/problem-share-windows-media-center-ps3/74/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to load dynamic library php_mysql.dll</title>
		<link>http://www.kpsolution.com/blog/php/unable-to-load-dynamic-library-php_mysql-dll/63/</link>
		<comments>http://www.kpsolution.com/blog/php/unable-to-load-dynamic-library-php_mysql-dll/63/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 02:37:51 +0000</pubDate>
		<dc:creator>Ketan Patel</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.kpsolution.com/blog/?p=63</guid>
		<description><![CDATA[While trying to setup Apache, PHP and MySql on your development machine or server, you may face several hurdles and one of them would be unable to load the mysql library. On my windows development machine, I got a problem &#8230; <a href="http://www.kpsolution.com/blog/php/unable-to-load-dynamic-library-php_mysql-dll/63/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While trying to setup Apache, PHP and MySql on your development machine or server, you may face several hurdles and one of them would be unable to load the mysql library. On my windows development machine, I got a problem while trying to load mysql library. I got following error:</p>
<blockquote><p>PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;./php_mysql.dll&#8217; &#8211; The specified module could not be found.\r\n in Unknown on line 0</p></blockquote>
<p>The problem is two fold here:</p>
<ol>
<li>The extension directory path is incorrect</li>
<li>And php module isn&#8217;t able to find libmysql.dll</li>
</ol>
<p>To resolve the issue:</p>
<ol>
<li>Update &#8216;extension_dir&#8217; from &#8216;./&#8217; to &#8216;G:/Server/php/ext/&#8217;</li>
<li>Update the &#8216;PATH&#8217; variable on your computer to include the PHP directory (G:\Server\php) in my case.</li>
</ol>
<p>Hope this will save you time and trouble of finding a proper solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kpsolution.com/blog/php/unable-to-load-dynamic-library-php_mysql-dll/63/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error encountered while installing Microsoft Office</title>
		<link>http://www.kpsolution.com/blog/windows/error-encountered-while-installing-microsoft-office/54/</link>
		<comments>http://www.kpsolution.com/blog/windows/error-encountered-while-installing-microsoft-office/54/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:21:23 +0000</pubDate>
		<dc:creator>Ketan Patel</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.kpsolution.com/blog/?p=54</guid>
		<description><![CDATA[If you encounter an error while installing Microsoft Office, then you need to do the following steps to resolve it. From an administrator account, do the following: start -&#62; run -&#62; Type &#8220;msconfig&#8221; -&#62; click on ok Check the box &#8230; <a href="http://www.kpsolution.com/blog/windows/error-encountered-while-installing-microsoft-office/54/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you encounter an error while installing Microsoft Office, then you need to do the following steps to resolve it. From an administrator account, do the following:</p>
<ol>
<li>start -&gt; run -&gt; Type &#8220;msconfig&#8221; -&gt; click on ok</li>
<li>Check the box selective startup</li>
<li>Under selective start up uncheck the 1,2 and the 4 options</li>
<li>Click on the services tab</li>
<li>Check hide all microsoft services</li>
<li>Click on disable all</li>
<li>Click on apply and ok</li>
<li>When asked, restart the computer</li>
<li>Wait for restart to complete and then log on to administrator account</li>
<li>Start -&gt; Run -&gt; Type &#8220;msiexec.exe /unregister&#8221; -&gt;  click on ok</li>
<li>Start -&gt; run -&gt; Type &#8220;msiexec.exe /regserver&#8221; -&gt; click on ok</li>
<li>Now insert the disc and install the office software</li>
</ol>
<p>Hope this helps you in case if you encountered an error while installing Microsoft office.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kpsolution.com/blog/windows/error-encountered-while-installing-microsoft-office/54/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open ODT file in Microsoft Word 2007/2003</title>
		<link>http://www.kpsolution.com/blog/windows/open-odt-file-in-microsoft-word-20072003/40/</link>
		<comments>http://www.kpsolution.com/blog/windows/open-odt-file-in-microsoft-word-20072003/40/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 16:33:13 +0000</pubDate>
		<dc:creator>Ketan Patel</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[doc]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[odt]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.kpsolution.com/blog/?p=40</guid>
		<description><![CDATA[Many times you may have to open the openoffice documents (.odt) in microsoft office. To do so, you will have to install the SUN ODF Plugin for Microsoft Office and then you would be able to open the open officie &#8230; <a href="http://www.kpsolution.com/blog/windows/open-odt-file-in-microsoft-word-20072003/40/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Many times you may have to open the openoffice documents (.odt) in microsoft office. To do so, you will have to install the SUN ODF Plugin for Microsoft Office and then you would be able to open the open officie documents in microsoft office.</p>
<p>- Install<a href="http://www.sun.com/software/star/odf_plugin/index.jsp"> Sun ODF Plugin</a> for Microsoft Office.<br />
- Open ODT document using File &gt; Open, or by double-clicking the ODT file and when prompted for the application to open it with, choose Word.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kpsolution.com/blog/windows/open-odt-file-in-microsoft-word-20072003/40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Startup: Unable to load dynamic library php_openssl.dll</title>
		<link>http://www.kpsolution.com/blog/php/php-startup-unable-to-load-dynamic-library-php_openssldll/38/</link>
		<comments>http://www.kpsolution.com/blog/php/php-startup-unable-to-load-dynamic-library-php_openssldll/38/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 20:09:12 +0000</pubDate>
		<dc:creator>Ketan Patel</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.kpsolution.com/blog/?p=38</guid>
		<description><![CDATA[You might get the error: &#8220;PHP Startup: Unable to load dynamic library php_openssl.dll. The operating system cannot run %1&#8220;, when you are trying to start the apache server in the error.log file. Basically what this error is trying to mention &#8230; <a href="http://www.kpsolution.com/blog/php/php-startup-unable-to-load-dynamic-library-php_openssldll/38/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You might get the error: &#8220;<strong>PHP Startup: Unable to load dynamic library php_openssl.dll</strong>. <strong>The operating system cannot run %1</strong>&#8220;, when you are trying to start the apache server in the error.log file.</p>
<p>Basically what this error is trying to mention that there is an issue with your php_openssl.dll and a possible mismatch with other depending libraries. To resolve this, follow the below steps:</p>
<p>1. Rename &#8216;ssleay32.dll&#8217; and &#8216;libeay32.dll&#8217; in c:\windows\system32 to &#8216;ssleay32.dll.old&#8217; and &#8216;libeay32.dll.old&#8217; respectively.</p>
<p>2. Copy &#8216;ssleay32.dll&#8217; and &#8216;libeay32.dll&#8217; from your PHP folder to the system32.</p>
<p>3. Restart the apache webserver.</p>
<p>This should get your problem sorted!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kpsolution.com/blog/php/php-startup-unable-to-load-dynamic-library-php_openssldll/38/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not enough storage is available to complete this operation Yahoo Messenger</title>
		<link>http://www.kpsolution.com/blog/windows/not-enough-storage-is-available-to-complete-this-operation-yahoo-messenger/35/</link>
		<comments>http://www.kpsolution.com/blog/windows/not-enough-storage-is-available-to-complete-this-operation-yahoo-messenger/35/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 05:23:15 +0000</pubDate>
		<dc:creator>Ketan Patel</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[messenger]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.kpsolution.com/blog/?p=35</guid>
		<description><![CDATA[Recently, I started to get this error message whenever I tried to use IM in yahoo messenger. As soon as I click on the contact to open the Instant Messenger, an error will popup with message that the &#8220;Not enough &#8230; <a href="http://www.kpsolution.com/blog/windows/not-enough-storage-is-available-to-complete-this-operation-yahoo-messenger/35/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently, I started to get this error message whenever I tried to use IM in yahoo messenger. As soon as I click on the contact to open the Instant Messenger, an error will popup with message that the &#8220;<strong>Not enough storage is available to complete this operation</strong>&#8220;. Here&#8217;s a screenshot of that error.</p>
<div id="attachment_36" class="wp-caption alignnone" style="width: 310px"><a href="http://www.kpsolution.com/blog/wp-content/uploads/2009/01/yahoo_error.jpg"><img class="size-medium wp-image-36" title="Yahoo Error Message" src="http://www.kpsolution.com/blog/wp-content/uploads/2009/01/yahoo_error-300x199.jpg" alt="Yahoo Error Message" width="300" height="199" /></a><p class="wp-caption-text">Yahoo Error Message</p></div>
<p>To fix this issue, you will need to reset your Internet Explorer settings and register the libraries again. Following are the steps to do so:</p>
<p>1. Exit Yahoo! Messenger. Right-click the tray icon and select &#8220;Exit.&#8221;<br />
2. On your keyboard, press &lt;Windows&gt; + &lt;R&gt; to open the &#8220;Run&#8221; command.<br />
3. Type in &#8220;inetcpl.cpl&#8221; and press Enter. This opens Internet Properties.<br />
4. Select the &#8220;Advanced&#8221; tab, then click the &#8220;Reset&#8230;&#8221; button.<br />
5. In the &#8220;Reset Internet Explorer Settings&#8221; dialog box, click the &#8220;Reset&#8221; button.<br />
6. When the reset is complete, click &#8220;Close.&#8221;<br />
7. Click the &#8220;Security&#8221; tab, then select &#8220;Trusted Sites.&#8221;<br />
8. Click the &#8220;Sites&#8221; button.<br />
9. Uncheck &#8220;Require server verification (https:) for all sites in this zone.&#8221;<br />
10. In the &#8220;Add this website to the zone&#8221; field, copy and paste the following text:<br />
*://*.<a href="http://yahoo.com/" target="_blank"><span id="lw_1231046282_2" class="yshortcuts">yahoo.com/*<br />
</span></a><br />
11. Click &#8220;Add,&#8221; then click &#8220;Close.&#8221;<br />
12. Click &#8220;OK.&#8221;</p>
<p>Next, please download and install the latest version of <span id="lw_1231046282_3" class="yshortcuts" style="border-bottom: 1px dashed #0066cc; background: transparent none repeat scroll 0% 0%; cursor: pointer;">Java Runtime Environment</span>:</p>
<p>- <a href="http://java.sun.com/getjava/" target="_blank"><span id="lw_1231046282_4" class="yshortcuts">http://java.sun.com/getjava/</span></a></p>
<p>Last, please register the Java and <span id="lw_1231046282_5" class="yshortcuts">Windows Script installations</span>:</p>
<p>1. On your keyboard, press &lt;Windows&gt; + &lt;R&gt; to open the &#8220;Run&#8221; command.<br />
2. Type in &#8220;cmd&#8221; and click &#8220;OK.&#8221; This opens a Command Prompt.<br />
3. Copy and paste each of the following commands into the Command Prompt. Press &lt;Enter&gt; on your keyboard after pasting each command.</p>
<p>regsvr32 vbscript.dll /s</p>
<p>regsvr32 jscript.dll /s</p>
<p>regsvr32 nusrmgr.cpl /s</p>
<p>regsvr32 mshtml.dll /s</p>
<p>regsvr32 themeui.dll /s</p>
<p>Restart your computer and your problem will be resolved now!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kpsolution.com/blog/windows/not-enough-storage-is-available-to-complete-this-operation-yahoo-messenger/35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

