<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Free IT Help - FithBiz.com</title>
	
	<link>http://fithbiz.com/press</link>
	<description>Thanks for coming to our site. FithBiz.com is about sharing knowledge for free to anyone in the community. We believe that we can gain more by giving more, that's basicly the concept of the whole site. Hopefully we can contribute to the community.</description>
	<pubDate>Wed, 02 Dec 2009 02:51:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/fithbiz" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="fithbiz" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Fix for COM Surrogate Has Stopped Working Error in Vista</title>
		<link>http://fithbiz.com/press/howto/2009/12/fix-for-com-surrogate-has-stopped-working-error-in-vista/</link>
		<comments>http://fithbiz.com/press/howto/2009/12/fix-for-com-surrogate-has-stopped-working-error-in-vista/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 02:51:32 +0000</pubDate>
		<dc:creator>AB</dc:creator>
		
		<category><![CDATA[Computer Stuff]]></category>

		<category><![CDATA[How To?]]></category>

		<category><![CDATA[featured]]></category>

		<category><![CDATA[Fix for COM Surrogate]]></category>

		<guid isPermaLink="false">http://fithbiz.com/press/?p=345</guid>
		<description><![CDATA[If you’ve been getting the error COM Surrogate has stopped working whenever you browse folders containing video or media files, you have come to a good place for some possible solutions. This problem is caused because of codecs and other COM components installed by various softwares that aren’t fully Vista-compatible, like some versions of DivX [...]]]></description>
			<content:encoded><![CDATA[<p>If you’ve been getting the error COM Surrogate has stopped working whenever you browse folders containing video or media files, you have come to a good place for some possible solutions. This problem is caused because of codecs and other COM components installed by various softwares that aren’t fully Vista-compatible, like some versions of DivX or Nero.<br />
Here’s the error message:</p>
<p><img class="alignnone" src="http://www.howtogeek.com/wp-content/uploads/postimages/FixforCOMSurrogateHasStoppedWorkingError_131E/image0.png" alt="" width="415" height="202" /></p>
<p>There are a number of possible solutions to this problem, and the right solution depends greatly on what software is actually causing the problem. Some of the most well-known problem causing softwares are DivX and Nero, but there are others that cause the problem as well.<br />
Possible Solutions<br />
•	If you are using DivX, you should be upgraded to the very latest version (6.5+)<br />
•	If you are using Nero, you can try upgrading to the latest version (7.7.5.1+)<br />
•	If you’ve upgraded Nero and Divx and still have the problem, you can try renaming the file C:\Program Files\Common Files\Ahead\DSFilter\NeVideo.ax to NeVideo.ax.bak.  You may also need to rename NeVideoHD.ax to NeVideoHD.bak<br />
This will break Nero Showtime, however. (thanks to dugi in the comments for this one)<br />
•	You can disable Thumbnail previews, which should make the problem go away, but isn’t the optimal solution.<br />
•	The older ffdshow codec pack has been known to cause some problems. The ffdshow tryouts codec pack seems to work better. Might want to try using this one:  http://ffdshow-tryout.sourceforge.net/<br />
•	If you’d like to uninstall Nero entirely, there is a utility that they provide to help with complete uninstall that helps a lot in instances where you have a bad installation of an older version. http://www.nero.com/nero7/eng/FAQs_Nero7_NeroVision.html<br />
•	Some users have recommended installing the Vista Codec Package in order to update all your codecs to the correct versions. I can’t confirm that this works because I have not tried it myself. As always, be careful when installing unknown components and create a restore point.<br />
•	You can use the very useful MMCompView free utility from Nirsoft to disable any codecs on the system. This is very useful to help troubleshoot exactly which component is causing the problem.<br />
•	There’s another possible solution below of turning off DEP for dllhost, which might not work for everybody. You may have to add divx+nero executables to the DEP ignore list.</p>
<p>Alan McC wrote in with this fix that might solve the problem in a much easier way. Essentially, turning off Data Execution Prevention on dllhost (the COM surrogate) can fix this problem for some people. This solution is detailed below.<br />
Right click on Computer, and choose Properties</p>
<p><img class="alignnone" src="http://www.howtogeek.com/wp-content/uploads/postimages/FixforCOMSurrogateHasStoppedWorkingError_131E/clip_image0021.jpg" alt="" width="298" height="155" /></p>
<p>Click on Advanced System Settings, and then under Advanced, click Settings</p>
<p><img class="alignnone" src="http://www.howtogeek.com/wp-content/uploads/postimages/FixforCOMSurrogateHasStoppedWorkingError_131E/clip_image00211.jpg" alt="" width="400" height="322" /></p>
<p>Select the “Data Execution Protection” tab, and then click “Turn on DEP for all programs and services except those I select?</p>
<p><img class="alignnone" src="http://www.howtogeek.com/wp-content/uploads/postimages/FixforCOMSurrogateHasStoppedWorkingError_131E/clip_image00221.jpg" alt="" width="357" height="187" /></p>
<p>Click on the Add button, and then browse to C:\Windows\System32\dllhost.exe as shown</p>
<p><img class="alignnone" src="http://www.howtogeek.com/wp-content/uploads/postimages/FixforCOMSurrogateHasStoppedWorkingError_131E/clip_image00231.jpg" alt="" width="439" height="316" /></p>
<p>Click Open, and then OK.<br />
Here’s what you should see…</p>
<p><img class="alignnone" src="http://www.howtogeek.com/wp-content/uploads/postimages/FixforCOMSurrogateHasStoppedWorkingError_131E/clip_image00241.jpg" alt="" width="302" height="111" /></p>
<p>Now you can browse video folders without problems!</p>
<p><img class="alignnone" src="http://www.howtogeek.com/wp-content/uploads/postimages/FixforCOMSurrogateHasStoppedWorkingError_131E/clip_image00251.jpg" alt="" width="587" height="320" /></p>
<p>Refer to : <strong><a href="http://www.howtogeek.com/howto/windows-vista/fix-for-com-surrogate-has-stopped-working-error-in-vista/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.howtogeek.com/howto/windows-vista/fix-for-com-surrogate-has-stopped-working-error-in-vista/?referer=');">HowToGeek</a></strong></p>

<p><a href="http://feedads.g.doubleclick.net/~a/e6rw4mnUKIgfo4WpiIz3ug59TxQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/e6rw4mnUKIgfo4WpiIz3ug59TxQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/e6rw4mnUKIgfo4WpiIz3ug59TxQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/e6rw4mnUKIgfo4WpiIz3ug59TxQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/fithbiz?a=djmEvSPYozY:MzKF7fXxxY4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/fithbiz?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=djmEvSPYozY:MzKF7fXxxY4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=djmEvSPYozY:MzKF7fXxxY4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=djmEvSPYozY:MzKF7fXxxY4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=djmEvSPYozY:MzKF7fXxxY4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=djmEvSPYozY:MzKF7fXxxY4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=djmEvSPYozY:MzKF7fXxxY4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=djmEvSPYozY:MzKF7fXxxY4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/fithbiz?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=djmEvSPYozY:MzKF7fXxxY4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=djmEvSPYozY:MzKF7fXxxY4:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://fithbiz.com/press/howto/2009/12/fix-for-com-surrogate-has-stopped-working-error-in-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix Generic Host For Win32 Process Error</title>
		<link>http://fithbiz.com/press/howto/2009/11/fix-generic-host-for-win32-process-error/</link>
		<comments>http://fithbiz.com/press/howto/2009/11/fix-generic-host-for-win32-process-error/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 07:07:18 +0000</pubDate>
		<dc:creator>AB</dc:creator>
		
		<category><![CDATA[Computer Stuff]]></category>

		<category><![CDATA[How To?]]></category>

		<category><![CDATA[featured]]></category>

		<category><![CDATA[Fix Generic Host]]></category>

		<guid isPermaLink="false">http://fithbiz.com/press/?p=343</guid>
		<description><![CDATA[
Symptoms:
•	You are surfing the internet or are engaged any type of Internet activity when suddenly all your Network activity goes to hault. You can still see the Internet connected icon in the tray but you cannot surf, browse or do anything.
•	You get an error message something like &#8220;Generic Host Process for Win32 Services has encountered [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://huynhphuclinh.files.wordpress.com/2009/07/win3220services.jpg" alt="" width="326" height="205" /></p>
<p><em><strong>Symptoms:</strong></em><br />
•	You are surfing the internet or are engaged any type of Internet activity when suddenly all your Network activity goes to hault. You can still see the Internet connected icon in the tray but you cannot surf, browse or do anything.<br />
•	You get an error message something like &#8220;Generic Host Process for Win32 Services has encountered a problem and needs to close. We are sorry for the inconvenience.&#8221;<br />
•	Error message reporting about faulting netapi32.dll and svchost.exe.<br />
•	You try to disconnect your Internet because of no activity observed but the Internet icon wont disappear.<br />
•	You recieve an error message something like &#8220;Your PC has recovered from a serious problem&#8221; etc.</p>
<p><em><strong>Solution:</strong></em><br />
Here are 4 new solutions to the Generic Host For Win32 Error in Windows:<br />
<strong>Solution# 1:</strong><br />
1.	Hop to &#8216;Run&#8217; and open &#8216;Regedit&#8217;<br />
2.	Navigate to:<br />
HKEY_LOCAL_MACHINE &gt; SYSTEM &gt; CurrentControlSet &gt; Services &gt; Browser &gt; Parameters<br />
3.	Find the Key<br />
Name: IsDomainMaster<br />
and set<br />
Data: False<br />
4.	Restart Your PC<br />
<strong>Solution# 2:</strong><br />
1.	Go to &#8216;Run&#8217; and open &#8216;cmd&#8217;<br />
2.	Type &#8216;netsh&#8217; in command console then press enter<br />
3.	Then type &#8216;winsock&#8217; and press enter and then type reset<br />
4.	Restart Your PC</p>
<p><strong><br />
Solution# 3:</strong><br />
Get the <a href="http://support.microsoft.com/kb/894391" target="_blank" onclick="pageTracker._trackPageview('/outgoing/support.microsoft.com/kb/894391?referer=');">Microsoft Update Patch</a> and apply it.<br />
We hope one of these solutions will definitely help you rectify the erorr.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/-h1agSDNIkVgQ9pxHSsvE1GTJYY/0/da"><img src="http://feedads.g.doubleclick.net/~a/-h1agSDNIkVgQ9pxHSsvE1GTJYY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-h1agSDNIkVgQ9pxHSsvE1GTJYY/1/da"><img src="http://feedads.g.doubleclick.net/~a/-h1agSDNIkVgQ9pxHSsvE1GTJYY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/fithbiz?a=LHAmhXGve_M:NRnHbtWftyA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/fithbiz?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=LHAmhXGve_M:NRnHbtWftyA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=LHAmhXGve_M:NRnHbtWftyA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=LHAmhXGve_M:NRnHbtWftyA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=LHAmhXGve_M:NRnHbtWftyA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=LHAmhXGve_M:NRnHbtWftyA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=LHAmhXGve_M:NRnHbtWftyA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=LHAmhXGve_M:NRnHbtWftyA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/fithbiz?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=LHAmhXGve_M:NRnHbtWftyA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=LHAmhXGve_M:NRnHbtWftyA:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://fithbiz.com/press/howto/2009/11/fix-generic-host-for-win32-process-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Internet Error Codes and Meaning</title>
		<link>http://fithbiz.com/press/whatis/2009/11/internet-error-codes-and-meaning/</link>
		<comments>http://fithbiz.com/press/whatis/2009/11/internet-error-codes-and-meaning/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 08:48:09 +0000</pubDate>
		<dc:creator>AB</dc:creator>
		
		<category><![CDATA[What Is?]]></category>

		<category><![CDATA[featured]]></category>

		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://fithbiz.com/press/?p=338</guid>
		<description><![CDATA[Sometimes when we surfing on internet, we found some error codes on our browser. What it means? Here we are :
400 :    This is bad request error, First check you may be typing wrong URL name and server could not understand your request.
401 :  You are trying to open any unauthorized [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignnone" src="http://rlv.zcache.com/404_error_tshirt-p235768755619412920yqlp_400.jpg" alt="" width="133" height="133" /><strong><span style="font-size: 8pt; font-family: Verdana; font-weight: normal;">Sometimes when we surfing on internet, we found some error codes on our browser. What it means? Here we are :</span></strong></p>
<p style="text-align: justify;"><strong><span style="font-size: 8pt; font-family: Verdana;">400 :<span> </span></span></strong><strong><span style="font-size: 8pt; font-family: Verdana; font-weight: normal;"><span> </span><span> </span><span> </span>T<span style="color: black;">his is bad request error, First check you may be typing wrong URL name and server could not understand your request.</span></span></strong></p>
<p style="text-align: justify;"><strong><span style="font-size: 8pt; font-family: Verdana;">401 </span></strong><strong><span style="font-size: 8pt; font-family: Verdana; color: black; font-weight: normal;">:<span> </span><span> </span>You are trying to open any unauthorized access site or page. Check your username and password if you are trying to open any webpage.</span></strong></p>
<p style="text-align: justify;"><strong><span style="font-size: 8pt; font-family: Verdana;">402 : </span></strong><span style="font-size: 8pt; font-family: Verdana;"> <span style="color: black;">Payment Required Error</span></span></p>
<p style="text-align: justify;"><strong><span style="font-size: 8pt; font-family: Verdana;">403</span></strong><span style="font-size: 8pt; font-family: Verdana;"> :         <span style="color: black;">You are trying to open any forbidden page and you are blocked by that domain.</span></span></p>
<p style="text-align: justify;"><strong><span style="font-size: 8pt; font-family: Verdana;">404 : </span></strong><span style="font-size: 8pt; font-family: Verdana;"> <span style="color: black;">Here you are trying to open the webpage that was removed or re-named, also check the URL spelling.</span></span></p>
<p style="text-align: justify;"><strong><span style="font-size: 8pt; font-family: Verdana;">408</span></strong><span style="font-size: 8pt; font-family: Verdana;"> :        <span style="color: black;">This is time out error. you should send the request with in time that the server set for you.</span></span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: Verdana;">We hope this would be useful.</span></p>

<p><a href="http://feedads.g.doubleclick.net/~a/c1wP5oex0yawP62rLJktCvn7fx0/0/da"><img src="http://feedads.g.doubleclick.net/~a/c1wP5oex0yawP62rLJktCvn7fx0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/c1wP5oex0yawP62rLJktCvn7fx0/1/da"><img src="http://feedads.g.doubleclick.net/~a/c1wP5oex0yawP62rLJktCvn7fx0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/fithbiz?a=akNtvq7PUjs:lcUfb-NUAGE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/fithbiz?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=akNtvq7PUjs:lcUfb-NUAGE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=akNtvq7PUjs:lcUfb-NUAGE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=akNtvq7PUjs:lcUfb-NUAGE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=akNtvq7PUjs:lcUfb-NUAGE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=akNtvq7PUjs:lcUfb-NUAGE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=akNtvq7PUjs:lcUfb-NUAGE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=akNtvq7PUjs:lcUfb-NUAGE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/fithbiz?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=akNtvq7PUjs:lcUfb-NUAGE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=akNtvq7PUjs:lcUfb-NUAGE:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://fithbiz.com/press/whatis/2009/11/internet-error-codes-and-meaning/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Make Windows XP Shut Down Faster</title>
		<link>http://fithbiz.com/press/howto/2009/04/make-windows-xp-shut-down-faster/</link>
		<comments>http://fithbiz.com/press/howto/2009/04/make-windows-xp-shut-down-faster/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 02:12:33 +0000</pubDate>
		<dc:creator>AB</dc:creator>
		
		<category><![CDATA[Computer Stuff]]></category>

		<category><![CDATA[How To?]]></category>

		<category><![CDATA[featured]]></category>

		<category><![CDATA[Make Windows XP Shut Down Faster]]></category>

		<guid isPermaLink="false">http://fithbiz.com/press/?p=325</guid>
		<description><![CDATA[One of the biggest annoyances in Windows XP is waiting for what seems an eternity while it shuts down, so we have a couple of registry tweaks to help force Windows to shut down more quickly.
Usually what is happening is one or more applications is hanging up to 20 seconds (in the Registry all values [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 10pt; font-family: Verdana;">One of the biggest annoyances in Windows XP is waiting for what seems an eternity while it shuts down, so we have a couple of registry tweaks to help force Windows to shut down more quickly.</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;">Usually what is happening is one or more applications is hanging up to 20 seconds <em><span style="font-family: Verdana;">(in the Registry all values are set to milliseconds)</span></em> while the OS tries to shutdown. Before making any changes to the Registry it is highly advisable to create a backup.</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;">The first thing we need to do is access the Registry by going to Start \ Run and type in “regedit” <em><span style="font-family: Verdana;">(no quotes)</span></em> then click OK.</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><a href="http://fithbiz.com/press/wp-content/uploads/2009/04/run.png"><img class="alignnone size-medium wp-image-326" title="run" src="http://fithbiz.com/press/wp-content/uploads/2009/04/run-300x160.png" alt="run" width="300" height="160" /></a><br />
</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><!--[if gte vml 1]><v:shapetype  id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"  path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter" /> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0" /> <v:f eqn="sum @0 1 0" /> <v:f eqn="sum 0 0 @1" /> <v:f eqn="prod @2 1 2" /> <v:f eqn="prod @3 21600 pixelWidth" /> <v:f eqn="prod @3 21600 pixelHeight" /> <v:f eqn="sum @0 0 1" /> <v:f eqn="prod @6 1 2" /> <v:f eqn="prod @7 21600 pixelWidth" /> <v:f eqn="sum @8 21600 0" /> <v:f eqn="prod @7 21600 pixelHeight" /> <v:f eqn="sum @10 21600 0" /> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o:lock v:ext="edit" aspectratio="t" /> </v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" alt="XP Run"  style='width:260.25pt;height:139.5pt'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image001.png" mce_src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image001.png"   o:href="http://blogs.howtogeek.com/mysticgeek/files/2008/12/15.png" /> </v:shape><![endif]--><!--[if !vml]--><!--[endif]--></span></p>
<p><span style="font-size: 10pt; font-family: Verdana;">Now with the Registry Editor open the first change we want to make is under HKEY_CURRENT_USER \ Control Panel \ Desktop scroll down to HungAppTimeout and change the default 5000 to 1000 then click OK.</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><a href="http://fithbiz.com/press/wp-content/uploads/2009/04/reg1.png"><img class="alignnone size-medium wp-image-327" title="reg1" src="http://fithbiz.com/press/wp-content/uploads/2009/04/reg1-300x248.png" alt="reg1" width="300" height="248" /></a><br />
</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><!--[if gte vml 1]><v:shape  id="_x0000_i1026" type="#_x0000_t75" alt="Regedit 1" style='width:366pt;  height:303pt'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image003.png" mce_src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image003.png"   o:href="http://blogs.howtogeek.com/mysticgeek/files/2008/12/24.png" /> </v:shape><![endif]--><!--[if !vml]--><!--[endif]--></span></p>
<p><span style="font-size: 10pt; font-family: Verdana;">Then scroll down to WaitToKillAppTimeout from 20000 to 1000 then click OK.  Keep the Registry Editor open as we have 3 more values to change in two different sections.</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><a href="http://fithbiz.com/press/wp-content/uploads/2009/04/reg2.png"><img class="alignnone size-medium wp-image-328" title="reg2" src="http://fithbiz.com/press/wp-content/uploads/2009/04/reg2-300x248.png" alt="reg2" width="300" height="248" /></a><br />
</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><!--[if gte vml 1]><v:shape  id="_x0000_i1027" type="#_x0000_t75" alt="Regedit 2" style='width:366pt;  height:303pt'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image005.png" mce_src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image005.png"   o:href="http://blogs.howtogeek.com/mysticgeek/files/2008/12/16.png" /> </v:shape><![endif]--><!--[if !vml]--><!--[endif]--></span></p>
<p><span style="font-size: 10pt; font-family: Verdana;">Next we are going to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control and double click on WaitToKillServiceTimeout to 1000 then click OK.</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><a href="http://fithbiz.com/press/wp-content/uploads/2009/04/reg3.png"><img class="alignnone size-medium wp-image-329" title="reg3" src="http://fithbiz.com/press/wp-content/uploads/2009/04/reg3-300x246.png" alt="reg3" width="300" height="246" /></a><br />
</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><!--[if gte vml 1]><v:shape  id="_x0000_i1028" type="#_x0000_t75" alt="Regedit 3" style='width:369pt;  height:303pt'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image007.png" mce_src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image007.png"   o:href="http://blogs.howtogeek.com/mysticgeek/files/2008/12/111.png" /> </v:shape><![endif]--><!--[if !vml]--><!--[endif]--></span></p>
<p><span style="font-size: 10pt; font-family: Verdana;">Finally, we need to navigate to HKEY_USERS \ DEFAULT \ Control Panel \ Desktop and change HungAppTimeout to 1000 and click OK.</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><a href="http://fithbiz.com/press/wp-content/uploads/2009/04/reg4.png"><img class="alignnone size-medium wp-image-335" title="reg4" src="http://fithbiz.com/press/wp-content/uploads/2009/04/reg4-300x246.png" alt="reg4" width="300" height="246" /></a><br />
</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><!--[if gte vml 1]><v:shape  id="_x0000_i1029" type="#_x0000_t75" alt="Regedit 4" style='width:369pt;  height:303pt'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image009.png" mce_src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image009.png"   o:href="http://blogs.howtogeek.com/mysticgeek/files/2008/12/112.png" /> </v:shape><![endif]--><!--[if !vml]--><!--[endif]--></span></p>
<p><span style="font-size: 10pt; font-family: Verdana;">Then scroll down to WaitToKillAppTimeout to 1000 and click OK.</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><a href="http://fithbiz.com/press/wp-content/uploads/2009/04/reg5.png"><img class="alignnone size-medium wp-image-331" title="reg5" src="http://fithbiz.com/press/wp-content/uploads/2009/04/reg5-300x246.png" alt="reg5" width="300" height="246" /></a><br />
</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><!--[if gte vml 1]><v:shape  id="_x0000_i1030" type="#_x0000_t75" alt="Regedit 5" style='width:369pt;  height:303pt'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image011.png" mce_src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image011.png"   o:href="http://blogs.howtogeek.com/mysticgeek/files/2008/12/121.png" /> </v:shape><![endif]--><!--[if !vml]--><!--[endif]--></span></p>
<p><span style="font-size: 10pt; font-family: Verdana;">While I am showing much lower timeout times in this post you might want to start with say 20000 to 10000 as some programs may be performing cleanup maintenance.  No matter what you change the values to, make sure they are uniform throughout each setting.</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Verdana;"> </span></p>

<p><a href="http://feedads.g.doubleclick.net/~a/gWnmCO7ItBWEcgJ0Ky0_nTnQvis/0/da"><img src="http://feedads.g.doubleclick.net/~a/gWnmCO7ItBWEcgJ0Ky0_nTnQvis/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gWnmCO7ItBWEcgJ0Ky0_nTnQvis/1/da"><img src="http://feedads.g.doubleclick.net/~a/gWnmCO7ItBWEcgJ0Ky0_nTnQvis/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/fithbiz?a=AKbUHP0O-Fs:6iRnfQfQN4Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/fithbiz?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=AKbUHP0O-Fs:6iRnfQfQN4Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=AKbUHP0O-Fs:6iRnfQfQN4Y:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=AKbUHP0O-Fs:6iRnfQfQN4Y:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=AKbUHP0O-Fs:6iRnfQfQN4Y:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=AKbUHP0O-Fs:6iRnfQfQN4Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=AKbUHP0O-Fs:6iRnfQfQN4Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=AKbUHP0O-Fs:6iRnfQfQN4Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/fithbiz?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=AKbUHP0O-Fs:6iRnfQfQN4Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=AKbUHP0O-Fs:6iRnfQfQN4Y:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://fithbiz.com/press/howto/2009/04/make-windows-xp-shut-down-faster/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Defrag Multiple Hard Drives At Once In Windows</title>
		<link>http://fithbiz.com/press/howto/2009/04/defrag-multiple-hard-drives-at-once-in-windows/</link>
		<comments>http://fithbiz.com/press/howto/2009/04/defrag-multiple-hard-drives-at-once-in-windows/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 04:47:47 +0000</pubDate>
		<dc:creator>AB</dc:creator>
		
		<category><![CDATA[Computer Stuff]]></category>

		<category><![CDATA[How To?]]></category>

		<category><![CDATA[Defrag Multiple Hard Drives At Once In Windows]]></category>

		<guid isPermaLink="false">http://fithbiz.com/press/?p=320</guid>
		<description><![CDATA[The Disk Defragment utility in Windows XP does not include a way to defragment all hard drives at the same time, which is inconvienient when you have more than one hard drive in your computer.
The method we are going to use is by creating a batch file to defragment all of the drives, one after [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="font-size: 10pt; font-family: Verdana;">The Disk Defragment utility in Windows XP</span></strong><span style="font-size: 10pt; font-family: Verdana;"> does not include a way to defragment all hard drives at the same time, which is inconvienient when you have more than one hard drive in your computer.</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;">The method we are going to use is by creating a batch file to defragment all of the drives, one after the other. </span></p>
<p><span style="font-size: 10pt; font-family: Verdana;">The <strong>disk defrag utility in Windows XP</strong> can be triggered from the command line with the following syntax:</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><a href="http://fithbiz.com/press/wp-content/uploads/2009/04/1.jpg"><img class="alignnone size-full wp-image-321" title="1" src="http://fithbiz.com/press/wp-content/uploads/2009/04/1.jpg" alt="1" width="468" height="237" /></a><br />
</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><!--[if gte vml 1]><v:shapetype  id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"  path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter" /> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0" /> <v:f eqn="sum @0 1 0" /> <v:f eqn="sum 0 0 @1" /> <v:f eqn="prod @2 1 2" /> <v:f eqn="prod @3 21600 pixelWidth" /> <v:f eqn="prod @3 21600 pixelHeight" /> <v:f eqn="sum @0 0 1" /> <v:f eqn="prod @6 1 2" /> <v:f eqn="prod @7 21600 pixelWidth" /> <v:f eqn="sum @8 21600 0" /> <v:f eqn="prod @7 21600 pixelHeight" /> <v:f eqn="sum @10 21600 0" /> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o:lock v:ext="edit" aspectratio="t" /> </v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" style='width:431.25pt;  height:218.25pt'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image001.png"   o:title="" /> </v:shape><![endif]--><!--[if !vml]--><!--[endif]--></span></p>
<p><span style="font-size: 10pt; font-family: Verdana;">First, we&#8217;ll create a file named <strong>defragall.bat</strong>, and place it anywhere you like, as long as you&#8217;ll remember where it is. If you want to run it from the command line, you could place it in the <strong>\windows</strong> directory so that it will be available in the system path.</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;">For each hard drive, add a line to the batch file. For instance, if we want to defragment drives <strong>C:</strong>, and <strong>D:</strong> we will add these three lines:</span></p>
<blockquote><p><em><span style="font-size: 10pt; font-family: Verdana;">defrag c: -f<br />
defrag d: -f</span></em></p></blockquote>
<p><span style="font-size: 10pt; font-family: Verdana;">To run <strong>the defrag</strong>, just either <strong>double-click</strong> on the batch file or start it from the command line.</span></p>
<p><span style="font-size: 10pt; font-family: Verdana;"><strong>. : : HAVE A NICE TRY : : .</strong><br />
</span></p>

<p><a href="http://feedads.g.doubleclick.net/~a/8LSFbnihqnnXxQHfY0O6anJTBY4/0/da"><img src="http://feedads.g.doubleclick.net/~a/8LSFbnihqnnXxQHfY0O6anJTBY4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8LSFbnihqnnXxQHfY0O6anJTBY4/1/da"><img src="http://feedads.g.doubleclick.net/~a/8LSFbnihqnnXxQHfY0O6anJTBY4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/fithbiz?a=LTpWg9-iBH8:Qy_ta-ovTS4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/fithbiz?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=LTpWg9-iBH8:Qy_ta-ovTS4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=LTpWg9-iBH8:Qy_ta-ovTS4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=LTpWg9-iBH8:Qy_ta-ovTS4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=LTpWg9-iBH8:Qy_ta-ovTS4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=LTpWg9-iBH8:Qy_ta-ovTS4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=LTpWg9-iBH8:Qy_ta-ovTS4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=LTpWg9-iBH8:Qy_ta-ovTS4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/fithbiz?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=LTpWg9-iBH8:Qy_ta-ovTS4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=LTpWg9-iBH8:Qy_ta-ovTS4:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://fithbiz.com/press/howto/2009/04/defrag-multiple-hard-drives-at-once-in-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disable Autoplay of Audio CDs and USB Drives</title>
		<link>http://fithbiz.com/press/howto/2009/04/disable-autoplay-of-audio-cds-and-usb-drives/</link>
		<comments>http://fithbiz.com/press/howto/2009/04/disable-autoplay-of-audio-cds-and-usb-drives/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 09:35:09 +0000</pubDate>
		<dc:creator>AB</dc:creator>
		
		<category><![CDATA[Computer Stuff]]></category>

		<category><![CDATA[How To?]]></category>

		<category><![CDATA[Disable Autoplay]]></category>

		<guid isPermaLink="false">http://fithbiz.com/press/?p=313</guid>
		<description><![CDATA[I find it very annoying when I go home from work and plug my laptop into my external hard drive… The autoplay window always pops up and asks me what I want to do with the files, which may be fine the first time, but definitely isn&#8217;t after a year of that. Beside that, virus [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 10pt; font-family: Tahoma;">I find it very annoying when I go home from work and plug my laptop into my external hard drive… The autoplay window always pops up and asks me what I want to do with the files, which may be fine the first time, but definitely isn&#8217;t after a year of that. Beside that, virus can be “play” with automatically when we plug in our drives. </span></p>
<p><span style="font-size: 10pt; font-family: Tahoma;">Ok now, first go to Group Policy setting, go to Start Menu \ Run and type in:</span></p>
<p><span style="font-size: 10pt; font-family: Tahoma;">gpedit.msc</span></p>
<p><span style="font-size: 10pt; font-family: Tahoma;">You will see the Group Policy window. You should select Administrative Templates \ System in the tree view:</span></p>
<p><span style="font-size: 10pt; font-family: Tahoma;"><img class="alignnone size-full wp-image-314" title="grouppol" src="http://fithbiz.com/press/wp-content/uploads/2009/04/grouppol.jpg" alt="grouppol" width="245" height="269" /><br />
</span></p>
<p><span style="font-size: 10pt; font-family: Tahoma;"><!--[if gte vml 1]><v:shapetype  id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"  path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter" /> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0" /> <v:f eqn="sum @0 1 0" /> <v:f eqn="sum 0 0 @1" /> <v:f eqn="prod @2 1 2" /> <v:f eqn="prod @3 21600 pixelWidth" /> <v:f eqn="prod @3 21600 pixelHeight" /> <v:f eqn="sum @0 0 1" /> <v:f eqn="prod @6 1 2" /> <v:f eqn="prod @7 21600 pixelWidth" /> <v:f eqn="sum @8 21600 0" /> <v:f eqn="prod @7 21600 pixelHeight" /> <v:f eqn="sum @10 21600 0" /> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o:lock v:ext="edit" aspectratio="t" /> </v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" alt="" style='width:183.75pt;  height:201.75pt'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image001.png" mce_src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image001.png"   o:href="http://www.howtogeek.com/wp-content/uploads/2006/11/WindowsLiveWriter/DisableAutoplayofAudioCDsandUSBDrives_EA80/grouppol.png" /> </v:shape><![endif]--><!--[if !vml]--><!--[endif]--></span></p>
<p><span style="font-size: 10pt; font-family: Tahoma;">You will see an item in the right side pane called &#8220;Turn off Autoplay&#8221;</span></p>
<p><span style="font-size: 10pt; font-family: Tahoma;"><img class="alignnone size-full wp-image-315" title="autopnotconf" src="http://fithbiz.com/press/wp-content/uploads/2009/04/autopnotconf.jpg" alt="autopnotconf" width="460" height="74" /></span></p>
<p><span style="font-size: 10pt; font-family: Tahoma;"><!--[if gte vml 1]><v:shape  id="_x0000_i1026" type="#_x0000_t75" alt="" style='width:345pt;height:55.5pt'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image003.png" mce_src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image003.png"   o:href="http://www.howtogeek.com/wp-content/uploads/2006/11/WindowsLiveWriter/DisableAutoplayofAudioCDsandUSBDrives_EA80/autopnotconf.png" /> </v:shape><![endif]--><!--[if !vml]--><img src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msohtml1/01/clip_image004.jpg" alt="" width="460" height="74" /><!--[endif]--></span></p>
<p><span style="font-size: 10pt; font-family: Tahoma;">Double click the item, and set the radio button to Enabled, and change the &#8220;Turn off Autoplay on&#8221; to All Drives.</span></p>
<p><span style="font-size: 10pt; font-family: Tahoma;"></span><span style="font-size: 10pt; font-family: Tahoma;"><img class="alignnone size-full wp-image-316" title="autorun3" src="http://fithbiz.com/press/wp-content/uploads/2009/04/disableautop.jpg" alt="autorun3" width="397" height="219" /></span></p>
<p><span style="font-size: 10pt; font-family: Tahoma;"><!--[if gte vml 1]><v:shape  id="_x0000_i1027" type="#_x0000_t75" alt="" style='width:297.75pt;height:164.25pt'> <v:imagedata src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image005.png" mce_src="file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\msohtml1\01\clip_image005.png"   o:href="http://www.howtogeek.com/wp-content/uploads/2006/11/WindowsLiveWriter/DisableAutoplayofAudioCDsandUSBDrives_EA80/disableautop.png" /> </v:shape><![endif]--><!--[if !vml]--><img src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/msohtml1/01/clip_image006.jpg" alt="" width="397" height="219" /><!--[endif]--></span></p>
<p><span style="font-size: 10pt; font-family: Tahoma;">Now you should be safe from the autoplay monster. </span></p>

<p><a href="http://feedads.g.doubleclick.net/~a/g5Ua2-ydxlOgBOnq4I7wvfHV1T0/0/da"><img src="http://feedads.g.doubleclick.net/~a/g5Ua2-ydxlOgBOnq4I7wvfHV1T0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/g5Ua2-ydxlOgBOnq4I7wvfHV1T0/1/da"><img src="http://feedads.g.doubleclick.net/~a/g5Ua2-ydxlOgBOnq4I7wvfHV1T0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/fithbiz?a=9y_aOgH-hWI:LDrpQ1OEoas:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/fithbiz?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=9y_aOgH-hWI:LDrpQ1OEoas:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=9y_aOgH-hWI:LDrpQ1OEoas:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=9y_aOgH-hWI:LDrpQ1OEoas:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=9y_aOgH-hWI:LDrpQ1OEoas:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=9y_aOgH-hWI:LDrpQ1OEoas:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=9y_aOgH-hWI:LDrpQ1OEoas:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=9y_aOgH-hWI:LDrpQ1OEoas:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/fithbiz?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fithbiz?a=9y_aOgH-hWI:LDrpQ1OEoas:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/fithbiz?i=9y_aOgH-hWI:LDrpQ1OEoas:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://fithbiz.com/press/howto/2009/04/disable-autoplay-of-audio-cds-and-usb-drives/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Downloading Youtube Video</title>
		<link>http://fithbiz.com/press/howto/2009/01/downloading-youtube-video/</link>
		<comments>http://fithbiz.com/press/howto/2009/01/downloading-youtube-video/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 11:55:23 +0000</pubDate>
		<dc:creator>AB</dc:creator>
		
		<category><![CDATA[Computer Stuff]]></category>

		<category><![CDATA[How To?]]></category>

		<category><![CDATA[featured]]></category>

		<category><![CDATA[Download Youtube]]></category>

		<guid isPermaLink="false">http://fithbiz.com/press/?p=303</guid>
		<description><![CDATA[After we know about youtube, we saw some movies one youtube. The question is How to download movies from youtube?
What a good question.

First, open youtube from your favorite browser (we recommend you to use firefox), and search movies that you want to download.


Now, open a new tab / window from your browser, and go to [...]]]></description>
			<content:encoded><![CDATA[<p>After we know about <a href="http://fithbiz.com/press/whatis/2009/01/what-is-youtube/" target="_blank">youtube</a>, we saw some movies one youtube. The question is How to download movies from youtube?</p>
<p>What a good question.</p>
<p><img class="alignnone size-thumbnail wp-image-310" title="folder_download" src="http://fithbiz.com/press/wp-content/uploads/2009/01/folder_download-150x150.png" alt="folder_download" width="150" height="150" /></p>
<p>First, open <strong>youtube </strong>from your favorite browser (<em>we recommend you to use firefox</em>), and search movies that you want to download.</p>
<p><img class="alignnone size-medium wp-image-304" title="12" src="http://fithbiz.com/press/wp-content/uploads/2009/01/12-300x199.jpg" alt="12" width="300" height="199" /></p>
<p><img class="alignnone size-medium wp-image-305" title="22" src="http://fithbiz.com/press/wp-content/uploads/2009/01/22-300x162.jpg" alt="22" width="300" height="162" /></p>
<p>Now, <strong>open a new tab / window</strong> from your browser, and go to <a href="http://dys.lexal.net/flv/downloader.php" target="_blank" onclick="pageTracker._trackPageview('/outgoing/dys.lexal.net/flv/downloader.php?referer=');">Here</a></p>
<p><a href="http://dys.lexal.net/flv/downloader.php" target="_blank" onclick="pageTracker._trackPageview('/outgoing/dys.lexal.net/flv/downloader.php?referer=');"></a><br />
Don’t worry about your money, because it’s free.</p>
<p>Copy address of your youtube video and paste it.</p>
<p><img class="alignnone size-medium wp-image-306" title="31" src="http://fithbiz.com/press/wp-content/uploads/2009/01/31-300x225.jpg" alt="31" width="300" height="225" /></p>
<p><img class="alignnone size-medium wp-image-307" title="41" src="http://fithbiz.com/press/wp-content/uploads/2009/01/41-300x225.jpg" alt="41" width="300" height="225" /></p>
<p>Then click “<strong>Get Video</strong>”, and wait for a moment.</p>
<p><img class="alignnone size-medium wp-image-308" title="51" src="http://fithbiz.com/press/wp-content/uploads/2009/01/51-300x110.jpg" alt="51" width="300" height="110" /></p>
<p><img class="alignnone size-medium wp-image-309" title="6" src="http://fithbiz.com/press/wp-content/uploads/2009/01/6-300x232.jpg" alt="6" width="300" height="232" /></p>
<p>Now you’ll see some options, click one of them (<em>we recommended you to choose “<strong>Get FLV</strong>”</em>), give name and save it to your hard drive.</p>
<p>Note : give extension “<strong>.flv</strong>” for file that you’ve downloaded.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/HE1F1ImH9YqYveFcFtFLtxUcEmE/0/da"><img src="http://feedads.g.doubleclick.net/~a/HE1F1ImH9YqYveFcFtFLtxUcEmE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HE1F1ImH9YqYveFcFtFLtxUcEmE/1/da"><img src="http://feedads.g.doubleclick.net/~a/HE1F1ImH9YqYveFcFtFLtxUcEmE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fithbiz?a=yrpjSVqs"><img src="http://feeds.feedburner.com/~f/fithbiz?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=htJK3Ktt"><img src="http://feeds.feedburner.com/~f/fithbiz?i=htJK3Ktt" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=wFrUobh8"><img src="http://feeds.feedburner.com/~f/fithbiz?i=wFrUobh8" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=oVEqG4pF"><img src="http://feeds.feedburner.com/~f/fithbiz?i=oVEqG4pF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=W7tx2sNd"><img src="http://feeds.feedburner.com/~f/fithbiz?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=yj7lJvkw"><img src="http://feeds.feedburner.com/~f/fithbiz?i=yj7lJvkw" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://fithbiz.com/press/howto/2009/01/downloading-youtube-video/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is Youtube?</title>
		<link>http://fithbiz.com/press/whatis/2009/01/what-is-youtube/</link>
		<comments>http://fithbiz.com/press/whatis/2009/01/what-is-youtube/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 02:39:56 +0000</pubDate>
		<dc:creator>AB</dc:creator>
		
		<category><![CDATA[What Is?]]></category>

		<category><![CDATA[featured]]></category>

		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://fithbiz.com/press/?p=298</guid>
		<description><![CDATA[YouTube is a video-sharing website that is changing American culture. It seems that every day, some short video clip on YouTube makes headline news. Here&#8217;s the story behind the phenomenal success of YouTube, and some tips on how you can join the fun.

YouTube: 100 Million Videos Strong
Youtube was created by three pals from PayPal - [...]]]></description>
			<content:encoded><![CDATA[<p>YouTube is a video-sharing website that is changing American culture. It seems that every day, some short video clip on YouTube makes headline news. Here&#8217;s the story behind the phenomenal success of YouTube, and some tips on how you can join the fun.</p>
<p><img class="alignnone size-full wp-image-299" title="youtube" src="http://fithbiz.com/press/wp-content/uploads/2009/01/youtube.jpg" alt="youtube" width="137" height="91" /></p>
<p><strong>YouTube: 100 Million Videos Strong</strong></p>
<p><strong></strong>Youtube was created by three pals from PayPal - Chad Hurley, Steve Chen and Jawed Karim - who raised $3.5 million in venture capital to debut their open exchange video site in November 2005. Less than a year later, Google bought YouTube for $1.65 billion. Can you say &#8220;cha ching?&#8221;<br />
The concept is brilliantly simple. People post videos on YouTube and watch and comment on the videos others have posted. The videos can be anything from a simple rant into a cell phone camera by a frustrated teenager to a favorite sports clip Tivo&#8217;d off of ESPN - and everything in between. The numbers generated by YouTube are staggering. One hundred million videos are on the YouTube servers, with 65,000 new ones uploaded every day. They&#8217;re watched by 20 million viewers a month.<br />
The simplicity of the technology has aided its popularity. YouTube uses the popular Macromedia FlashPlayer 7 and the Sorenson Spark H.263 codec - which offers the combined quality of Windows Media Player and Apple&#8217;s QuickTime without the need to download additional browser plug-ins. In simpler terms, you click and the video plays&#8230; period.</p>
<p><img class="alignnone size-full wp-image-300" title="youtube2" src="http://fithbiz.com/press/wp-content/uploads/2009/01/youtube2.jpg" alt="youtube2" width="150" height="113" /></p>
<p><strong>The YouTube Community</strong></p>
<p><strong></strong>Youtube is a true global community - with numerous user groups and contests to encourage users to create their own videos, reachable through the &#8220;Community&#8221; button on any page. The contests might focus on ways to spend a tax refund, telling your darkest secrets, or creating a new music video and some have large cash prizes.<br />
Youtube discourages users from downloading videos to their own computers, preferring that they watch videos online. However, you may embed videos in your own website. Copy the code from the embed box found under &#8220;About this Video&#8221; on the right while the video is playing. Copy the code, then paste it into your website or blog to embed it.<br />
There are a number of other video sharing sites - including Google Video, UnCut Video on AOL, Vimeo, EyeSpot and VideoEgg. &lt; target=&#8221;_blank&#8221; a href=&#8221;http://revver.com/&#8221;&gt;Revver is a popular choice for video producers who want to explore ways to earn money for their work. Video on the web is growing exponentially, but so far nothing can match the cultural impact or enormous volume of YouTube.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/8RtLZEOjHWKlY93bsBkXXjp8ow4/0/da"><img src="http://feedads.g.doubleclick.net/~a/8RtLZEOjHWKlY93bsBkXXjp8ow4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8RtLZEOjHWKlY93bsBkXXjp8ow4/1/da"><img src="http://feedads.g.doubleclick.net/~a/8RtLZEOjHWKlY93bsBkXXjp8ow4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fithbiz?a=8FG4IPIc"><img src="http://feeds.feedburner.com/~f/fithbiz?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=MuzVAtJV"><img src="http://feeds.feedburner.com/~f/fithbiz?i=MuzVAtJV" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=LihMXscJ"><img src="http://feeds.feedburner.com/~f/fithbiz?i=LihMXscJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=Hhltz6QG"><img src="http://feeds.feedburner.com/~f/fithbiz?i=Hhltz6QG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=9nEbZ2FC"><img src="http://feeds.feedburner.com/~f/fithbiz?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=oPFX7Wzd"><img src="http://feeds.feedburner.com/~f/fithbiz?i=oPFX7Wzd" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://fithbiz.com/press/whatis/2009/01/what-is-youtube/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Fix Double Click Always Opens “Search” (FIND) in Windows Explorer</title>
		<link>http://fithbiz.com/press/howto/2009/01/how-to-fix-double-click-always-opens-search-find-in-windows-explorer/</link>
		<comments>http://fithbiz.com/press/howto/2009/01/how-to-fix-double-click-always-opens-search-find-in-windows-explorer/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 12:35:26 +0000</pubDate>
		<dc:creator>AB</dc:creator>
		
		<category><![CDATA[Computer Stuff]]></category>

		<category><![CDATA[How To?]]></category>

		<category><![CDATA[featured]]></category>

		<category><![CDATA[Double Click Always Opens Search]]></category>

		<guid isPermaLink="false">http://fithbiz.com/press/?p=293</guid>
		<description><![CDATA[If you mess around in the registry, or install some different software packages that add things to the right-click menu, you can end up with a problem where the default action on a folder is always &#8220;Search…&#8221;, even though you set it to something else.

There&#8217;s a quick and easy fix for this problem. Open up [...]]]></description>
			<content:encoded><![CDATA[<p>If you mess around in the registry, or install some different software packages that add things to the right-click menu, you can end up with a problem where the default action on a folder is always &#8220;Search…&#8221;, even though you set it to something else.</p>
<p><img class="alignnone size-full wp-image-295" title="21" src="http://fithbiz.com/press/wp-content/uploads/2009/01/21.jpg" alt="21" width="117" height="114" /></p>
<p>There&#8217;s a quick and easy fix for this problem. Open up regedit.exe by using Start\Run and then browse down to this registry key:</p>
<blockquote><p><strong><em> HKEY_CLASSES_ROOT\Directory\shell</em></strong></p></blockquote>
<p>Double-click on the default value and set it to &#8220;none&#8221; without the quotes, as seen here:</p>
<p><img class="alignnone size-medium wp-image-294" title="11" src="http://fithbiz.com/press/wp-content/uploads/2009/01/11-300x66.jpg" alt="11" width="369" height="81" /></p>
<p>This will restore the normal behavior.<br />
Update<br />
If you are also experiencing this problem when you try to click on a drive, you can run this command from the run box or command prompt:<br />
(Start ? Run ? cmd)</p>
<blockquote><p><strong><em>regsvr32 /i shell32.dll</em></strong></p></blockquote>
<p>This should restore the normal behavior.<br />
If you are getting a message that says &#8220;Windows cannot find &#8216;PET32.exe&#8217;&#8221;, then at some point you had a virus, or still have a virus. First, make sure that you run a virus scanner to get rid of the virus. Then run the regsvr32 command above, which should fix the problem.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/kd3OVTtQF31uLiN9XoBemIAn4ys/0/da"><img src="http://feedads.g.doubleclick.net/~a/kd3OVTtQF31uLiN9XoBemIAn4ys/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/kd3OVTtQF31uLiN9XoBemIAn4ys/1/da"><img src="http://feedads.g.doubleclick.net/~a/kd3OVTtQF31uLiN9XoBemIAn4ys/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fithbiz?a=7kmfgkjg"><img src="http://feeds.feedburner.com/~f/fithbiz?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=ax85Jr0c"><img src="http://feeds.feedburner.com/~f/fithbiz?i=ax85Jr0c" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=EskOVQMF"><img src="http://feeds.feedburner.com/~f/fithbiz?i=EskOVQMF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=Cedhjd9a"><img src="http://feeds.feedburner.com/~f/fithbiz?i=Cedhjd9a" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=iLPheS2W"><img src="http://feeds.feedburner.com/~f/fithbiz?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=ysTWtE2f"><img src="http://feeds.feedburner.com/~f/fithbiz?i=ysTWtE2f" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://fithbiz.com/press/howto/2009/01/how-to-fix-double-click-always-opens-search-find-in-windows-explorer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to add new destinations to “Send To” menu in windows XP?</title>
		<link>http://fithbiz.com/press/howto/2009/01/how-to-add-new-destinations-to-send-to-menu-in-windows-xp/</link>
		<comments>http://fithbiz.com/press/howto/2009/01/how-to-add-new-destinations-to-send-to-menu-in-windows-xp/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 05:05:22 +0000</pubDate>
		<dc:creator>AB</dc:creator>
		
		<category><![CDATA[Computer Stuff]]></category>

		<category><![CDATA[How To?]]></category>

		<category><![CDATA[featured]]></category>

		<category><![CDATA[Computer Tips]]></category>

		<guid isPermaLink="false">http://fithbiz.com/press/?p=286</guid>
		<description><![CDATA[In windows environment, the Send To command is used to transfer files from one location to different locations. By using this command, a user can quickly send his file between default destinations (default lists in Send To menu, for example Desktop, CD/DVD Drive, My Documents, Mail Recipient and Floppy Drive). These are the default Send [...]]]></description>
			<content:encoded><![CDATA[<p>In windows environment, the Send To command is used to transfer files from one location to different locations. By using this command, a user can quickly send his file between default destinations (default lists in Send To menu, for example Desktop, CD/DVD Drive, My Documents, Mail Recipient and Floppy Drive). These are the default Send To menu lists in windows XP. To increase the data transfer speed between different locations, you can add more new destination in Send To lists.</p>
<p><img class="alignnone size-medium wp-image-287" title="1" src="http://fithbiz.com/press/wp-content/uploads/2009/01/1-300x236.jpg" alt="1" width="300" height="236" /></p>
<p>Follow the given steps to add new destinations to Send To lists:<br />
First click on Start button and type sendto in Run option then press Ok button.</p>
<p><img class="alignnone size-medium wp-image-288" title="2" src="http://fithbiz.com/press/wp-content/uploads/2009/01/2-300x150.jpg" alt="2" width="300" height="150" /></p>
<p>A window will appear with default Send To lists (Compressed (zipped) Folder, Desktop (create shortcut), Mail Recipient, My Documents).</p>
<p><img class="alignnone size-full wp-image-289" title="3" src="http://fithbiz.com/press/wp-content/uploads/2009/01/3.jpg" alt="3" width="292" height="157" /></p>
<p>Now using drag-and-drop technique (or using copy and paste method), you can move any program, folders and drives shortcuts to this folder.</p>
<p><img class="alignnone size-full wp-image-290" title="4" src="http://fithbiz.com/press/wp-content/uploads/2009/01/4.jpg" alt="4" width="296" height="174" /></p>
<p>Now you can verify, your new shortcut is created in Send To menu.</p>
<p><img class="alignnone size-medium wp-image-291" title="5" src="http://fithbiz.com/press/wp-content/uploads/2009/01/5-300x256.jpg" alt="5" width="300" height="256" /></p>
<p>But next times, if you want to delete any destination, then open the Sent To folder and remove the destination shortcut.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/9mldcew08lvi33faOlLEFAtLfEo/0/da"><img src="http://feedads.g.doubleclick.net/~a/9mldcew08lvi33faOlLEFAtLfEo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/9mldcew08lvi33faOlLEFAtLfEo/1/da"><img src="http://feedads.g.doubleclick.net/~a/9mldcew08lvi33faOlLEFAtLfEo/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fithbiz?a=txMNJSEJ"><img src="http://feeds.feedburner.com/~f/fithbiz?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=dzRY9RDH"><img src="http://feeds.feedburner.com/~f/fithbiz?i=dzRY9RDH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=Qg9Ab3lL"><img src="http://feeds.feedburner.com/~f/fithbiz?i=Qg9Ab3lL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=e7Ni2u4O"><img src="http://feeds.feedburner.com/~f/fithbiz?i=e7Ni2u4O" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=Iq5fdB7S"><img src="http://feeds.feedburner.com/~f/fithbiz?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fithbiz?a=eephhiyh"><img src="http://feeds.feedburner.com/~f/fithbiz?i=eephhiyh" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://fithbiz.com/press/howto/2009/01/how-to-add-new-destinations-to-send-to-menu-in-windows-xp/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
