<?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/tag/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>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>

