<?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>Tech What Next &#187; Tips and Tricks</title>
	<atom:link href="http://www.techwhatnext.com/category/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techwhatnext.com</link>
	<description>www.TechWhatNext.com</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:36:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Block websites without using any software</title>
		<link>http://www.techwhatnext.com/2011/10/25/how-to-block-websites-without-using-any-software/</link>
		<comments>http://www.techwhatnext.com/2011/10/25/how-to-block-websites-without-using-any-software/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 07:02:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[cool registry tricks]]></category>
		<category><![CDATA[how to block websites]]></category>
		<category><![CDATA[how to block websites from registry]]></category>

		<guid isPermaLink="false">http://www.techwhatnext.com/?p=9123</guid>
		<description><![CDATA[1. You want prevent your kids or brothers/sisters from spending time on social networks 2. You are using apache or iis server and want to access localhost by domain name such as www.facebook.com 3. You just want to trouble your social network addict friends Here we are with an easy to use step by step [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/10/blockorrestrictwebsites.png"><img class="aligncenter size-medium wp-image-9124" title="blockorrestrictwebsites" src="http://www.techwhatnext.com/wp-content/uploads/2011/10/blockorrestrictwebsites-240x300.png" alt="" width="240" height="300" /></a><br />
<strong>1.</strong> You want prevent your kids or brothers/sisters from spending time on social networks<br />
<strong>2.</strong> You are using apache or iis server and want to access localhost by domain name such as www.facebook.com<br />
<strong>3.</strong> You just want to trouble your social network addict friends<br />
<span id="more-9123"></span><br />
Here we are with an easy to use step by step method that does not require any software program to block the websites. The only thing that is required is to edit the hosts file in the system folder of windows.</p>
<p><strong>1.</strong> To block websites we need to edit Host file which is usually inC:/Windows/System32/drivers /etc</p>
<p><strong>2.</strong> To edit Hosts file open notepad click open and go to  C:/Windows/System32/drivers /etc</p>
<p><strong>Alternate</strong></p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/10/run-hosts.png"><img class="aligncenter size-medium wp-image-9125" title="run-hosts" src="http://www.techwhatnext.com/wp-content/uploads/2011/10/run-hosts-300x154.png" alt="" width="300" height="154" /></a><br />
Open “Run” from the start menu (or press WinKey + r). Just copy paste the following path and hit ENTER.</p>
<p>notepad %windir%\system32\drivers\etc\hosts</p>
<p><strong>3.</strong> Find the file named “HOSTS”, Open it using notepad.</p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/10/locate-localhost.png"><img class="aligncenter size-medium wp-image-9126" title="locate-localhost" src="http://www.techwhatnext.com/wp-content/uploads/2011/10/locate-localhost-300x167.png" alt="" width="300" height="167" /></a><br />
When this hosts file is opened in Notepad, at the end of the file you will see something like “127.0.0.1 localhost”.</p>
<p><strong>4.</strong> Under “127.0.0.1 localhost” just add another website URL that you want to block.</p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/10/block-website.png"><img class="aligncenter size-medium wp-image-9127" title="block-website" src="http://www.techwhatnext.com/wp-content/uploads/2011/10/block-website-300x167.png" alt="" width="300" height="167" /></a><br />
<strong>Example :</strong><br />
127.0.0.1 localhost<br />
127.0.0.2 www.orkut.com</p>
<p>- www.orkut.com will not be accessible anymore.</p>
<p>If you want to add more sites then just increment the IP address by one and add it to the list.</p>
<p>i.e. 127.0.0.3 www.yahoo.com<br />
127.0.0.4 www.msn.com<br />
127.0.0.5 www.google.com</p>
<p><strong>5.</strong> Save the file and exit.</p>
<p><strong>6.</strong> If you find it difficult to do it manually every time  you can make a batch file to block websites</p>
<p><strong>Example :-</strong><br />
@echo off<br />
echo 127.0.0.1    www.google.com &gt;&gt; C:\windows\system32\drivers\etc\hosts.txt<br />
echo 127.0.0.1    www.yahoo.com  &gt;&gt; C:\windows\system32\drivers\etc\hosts.txt<br />
exit</p>
<p><strong>7.</strong> Copy the above code in a note pad and save it as something.bat .Now once you click<br />
the the batch file google.com and yahoo.com are blocked you can modify the batch file<br />
according to your needs.<br />
<strong></strong></p>
<p><strong>Make sure every time you add another website, the last digit of the address 127.0.0.x should not be the same.</strong></p>
<p><strong>What Tools Can I Use to Manage My Hosts Files?</strong></p>
<p>I recommend <a href="http://www.abelhadigital.com/hostsman" target="_blank"><strong>HostsMan</strong></a>. Apart from providing a simple interface to add entries to your Hosts files, it also allows you to import blocking lists from hpHosts via the &gt; Update Hosts button.</p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/10/HostsFiles03.png"><img class="aligncenter size-full wp-image-9128" title="HostsFiles03" src="http://www.techwhatnext.com/wp-content/uploads/2011/10/HostsFiles03.png" alt="" width="228" height="150" /></a><br />
You can either merge this data with your current Hosts file or overwrite it. I recommend merging, since this allows you to simply delete the added information later and not lose anything you have in there already.</p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/10/HostsFiles04.png"><img class="aligncenter size-medium wp-image-9129" title="HostsFiles04" src="http://www.techwhatnext.com/wp-content/uploads/2011/10/HostsFiles04-300x222.png" alt="" width="300" height="222" /></a><br />
You can also edit the Hosts file using a convenient user interface.</p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/10/HostsFiles02.png"><img class="aligncenter size-medium wp-image-9130" title="HostsFiles02" src="http://www.techwhatnext.com/wp-content/uploads/2011/10/HostsFiles02-300x263.png" alt="" width="300" height="263" /></a></p>
<p>Unfortunately, HostsMan does not currently allow you to import your own text files and merge them with your Hosts files. This is something you need to do manually.</p>
<p><strong>Where Can I Find Blocking Lists?</strong></p>
<p>A great resource for a customized Hosts files to block ads, banners, and other parasites, can be found on <a href="http://winhelp2002.mvps.org/hosts.htm" target="_blank"><strong>WinHelp2002</strong></a>. The Hosts file on offer has been updated regularly, most recently in June 2011. You can download the file in <a href="http://winhelp2002.mvps.org/hosts.txt" target="_blank"><strong>plain text</strong></a> or as a <a href="http://winhelp2002.mvps.org/hosts.zip" target="_blank"><strong>ZIP file</strong></a>. The Zip file contains a batch file (mvps.bat) to automatically rename and replace your current Hosts file. However, you can also manually add the list via copy and paste from the text file to your Hosts file, following the instructions above.</p>
<p>You can also find Hosts files on <a href="http://amada.abuse.ch/blocklist.php" target="_blank"><strong>hpHosts.</strong></a> You can either follow the installation instructions on the website, or manually copy and paste the list from their Hosts text file into your existing Hosts file.</p>
<p><strong>How Does This Work</strong></p>
<p>When you add www.facebook.com on the hosts file,This will tell<br />
Windows that all domain name resolution requests for www.facebook.com should be<br />
handled by the local machine instead of your configured DNS</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techwhatnext.com/2011/09/21/reset-your-files-and-folders-attribute-to-normal-caused-by-virus/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/09/worst-computer-viruses-1-300x270.jpg" alt="Reset your files and folders attribute to normal (Caused by Virus)" title="Reset your files and folders attribute to normal (Caused by Virus)" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/09/21/reset-your-files-and-folders-attribute-to-normal-caused-by-virus/" rel="bookmark" class="crp_title">Reset your files and folders attribute to normal (Caused by Virus)</a></li><li><a href="http://www.techwhatnext.com/2011/08/26/make-your-pc-speak-whatever-you-type/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/08/74912-Royalty-Free-RF-Clipart-Illustration-Of-A-Computer-Speaking-Through-A-Megaphone-Trumpet-300x237.jpg" alt="Make your pc speak whatever you type" title="Make your pc speak whatever you type" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/08/26/make-your-pc-speak-whatever-you-type/" rel="bookmark" class="crp_title">Make your pc speak whatever you type</a></li><li><a href="http://www.techwhatnext.com/2011/04/04/how-to-password-protect-your-files-and-folders-on-windows/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/04/Truecrypt-Security-300x219.jpg" alt="How To Password protect your files and folders on Windows" title="How To Password protect your files and folders on Windows" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/04/04/how-to-password-protect-your-files-and-folders-on-windows/" rel="bookmark" class="crp_title">How To Password protect your files and folders on Windows</a></li><li><a href="http://www.techwhatnext.com/2011/03/01/how-to-remove-wat-and-make-windows-7-genuine-%e2%80%93-also-sp1/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/03/Windows-7_WAT-300x260.jpg" alt="How to Remove WAT and Make Windows 7 Genuine – Also SP1" title="How to Remove WAT and Make Windows 7 Genuine – Also SP1" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/03/01/how-to-remove-wat-and-make-windows-7-genuine-%e2%80%93-also-sp1/" rel="bookmark" class="crp_title">How to Remove WAT and Make Windows 7 Genuine – Also SP1</a></li><li><a href="http://www.techwhatnext.com/2011/02/11/improve-ntfs-performance/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/plugins/contextual-related-posts/default.png" alt="Improve NTFS Performance" title="Improve NTFS Performance" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/02/11/improve-ntfs-performance/" rel="bookmark" class="crp_title">Improve NTFS Performance</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techwhatnext.com/2011/10/25/how-to-block-websites-without-using-any-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve Your Laptop Battery Life with Microsoft Fix it</title>
		<link>http://www.techwhatnext.com/2011/08/27/improve-your-laptop-battery-life-with-microsoft-fix-it/</link>
		<comments>http://www.techwhatnext.com/2011/08/27/improve-your-laptop-battery-life-with-microsoft-fix-it/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 11:37:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Microsoft Fix it]]></category>

		<guid isPermaLink="false">http://www.techwhatnext.com/?p=8955</guid>
		<description><![CDATA[One of the major features we look up when we buy a new laptop is usually the battery backup. In fact while using the laptop or any portable device on the go all we really wish for is that the battery back-up is extended. But the sad part is that batteries are probably the downfall [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/08/fixit-battery-save.jpg"><img class="aligncenter size-full wp-image-8956" title="fixit-battery-save" src="http://www.techwhatnext.com/wp-content/uploads/2011/08/fixit-battery-save.jpg" alt="" width="217" height="122" /></a><br />
One of the major features we look up when we buy a new laptop is usually the battery backup. In fact while using the laptop or any portable device on the go all we really wish for is that the battery back-up is extended. But the sad part is that batteries are probably the downfall of most of the good devices especially laptops.<span id="more-8955"></span><br />
It’s a known problem that a lot of Microsoft applications are basically draining your battery, and  to fix this issue you can use Microsoft Fix IT. This application helps you increase the battery life on your laptop.</p>
<p><strong>What it fixes</strong></p>
<ul>
<li>Period of time before the computer goes to sleep is set too long</li>
</ul>
<ul>
<li>Screen saver is used instead of setting the computer to enter sleep mode</li>
</ul>
<ul>
<li>Display brightness is set too high</li>
</ul>
<ul>
<li>Power plan is not set to the most efficient power plan</li>
</ul>
<ul>
<li>Wireless adaptor in not optimized for power saving</li>
</ul>
<ul>
<li>Minimum processor state is set too high</li>
</ul>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/08/Improve-Laptop-Battery-Life-with-Microsoft-Fix-it.jpg"><img class="aligncenter size-medium wp-image-8957" title="Improve-Laptop-Battery-Life-with-Microsoft-Fix-it" src="http://www.techwhatnext.com/wp-content/uploads/2011/08/Improve-Laptop-Battery-Life-with-Microsoft-Fix-it-300x197.jpg" alt="" width="300" height="197" /></a><strong>How to apply this fix:</strong></p>
<p>Download the fix MicrosoftFixit.power.Run.exe from <a href="http://support.microsoft.com/mats/windows_battery_power_settings/en-us" target="_blank">here</a> or from Direct <a href="http://go.microsoft.com/?linkid=9740817" target="_blank">link</a></p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/08/microsoft_fixit.png"><img class="aligncenter size-medium wp-image-8958" title="microsoft_fixit" src="http://www.techwhatnext.com/wp-content/uploads/2011/08/microsoft_fixit-300x180.png" alt="" width="300" height="180" /></a></p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/08/install_fixit.png"><img class="aligncenter size-medium wp-image-8959" title="install_fixit" src="http://www.techwhatnext.com/wp-content/uploads/2011/08/install_fixit-300x254.png" alt="" width="300" height="254" /></a></p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/08/microsoft_fixit_power.png"><img class="aligncenter size-medium wp-image-8960" title="microsoft_fixit_power" src="http://www.techwhatnext.com/wp-content/uploads/2011/08/microsoft_fixit_power-300x192.png" alt="" width="300" height="192" /></a><br />
<a href="http://www.techwhatnext.com/wp-content/uploads/2011/08/power_fixit.png"><img class="aligncenter size-medium wp-image-8961" title="power_fixit" src="http://www.techwhatnext.com/wp-content/uploads/2011/08/power_fixit-300x180.png" alt="" width="300" height="180" /></a><br />
<strong>Note:</strong> It works well on XP / Vista / Windows 7 / Windows  powered laptops and netbooks</p>
<p>This tool primarily fixes the settings that consume more power to a more balanced state. It is not possible to dramatically increase the battery back up using any tool, however this is as good as it gets so I highly recommend this.</p>
<p>Download <a href="http://download.microsoft.com/download/E/2/3/E237A32D-E0A9-4863-B864-9E820C1C6F9A/MicrosoftFixit.power.Run.exe" target="_blank">Microsoft Fix it</a> to extend laptop battery life &amp; fix power consumption issues.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techwhatnext.com/2011/07/26/microsoft-fixit-solution-to-automatically-diagnose-and-fix-performance-issues-speeding-up-slow-windows-computers/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/07/computernerd.jpg" alt="Microsoft Fixit Solution To Automatically Diagnose And Fix Performance Issues Speeding Up Slow Windows Computers" title="Microsoft Fixit Solution To Automatically Diagnose And Fix Performance Issues Speeding Up Slow Windows Computers" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/07/26/microsoft-fixit-solution-to-automatically-diagnose-and-fix-performance-issues-speeding-up-slow-windows-computers/" rel="bookmark" class="crp_title">Microsoft Fixit Solution To Automatically Diagnose And Fix Performance Issues Speeding Up Slow Windows Computers</a></li><li><a href="http://www.techwhatnext.com/2011/05/10/save-laptop-battery-with-dark-%e2%80%93-turn-off-monitor/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/05/hp-laptop-computers-300x241.jpg" alt="Save laptop battery with Dark – Turn off monitor" title="Save laptop battery with Dark – Turn off monitor" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/05/10/save-laptop-battery-with-dark-%e2%80%93-turn-off-monitor/" rel="bookmark" class="crp_title">Save laptop battery with Dark – Turn off monitor</a></li><li><a href="http://www.techwhatnext.com/2010/10/24/improve-your-laptop%e2%80%99s-battery-performance-with-aerofoil/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2010/10/aerofoil.png" alt="Improve your laptop’s battery performance with Aerofoil" title="Improve your laptop’s battery performance with Aerofoil" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2010/10/24/improve-your-laptop%e2%80%99s-battery-performance-with-aerofoil/" rel="bookmark" class="crp_title">Improve your laptop’s battery performance with Aerofoil</a></li><li><a href="http://www.techwhatnext.com/2011/10/05/fix-windows-7-service-pack-1-sp1-usb-drive-access-issue/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/10/16618796489534809349-300x190.jpg" alt="Fix Windows 7 Service Pack 1 (SP1) USB Drive Access Issue" title="Fix Windows 7 Service Pack 1 (SP1) USB Drive Access Issue" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/10/05/fix-windows-7-service-pack-1-sp1-usb-drive-access-issue/" rel="bookmark" class="crp_title">Fix Windows 7 Service Pack 1 (SP1) USB Drive Access Issue</a></li><li><a href="http://www.techwhatnext.com/2011/03/03/htc-evo-4g-battery-%e2%80%93-monaco-extended-high-capacity-3500mah/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/03/Monaco-EVO-extended-battery-300x120.jpg" alt="HTC EVO 4G Battery – Monaco Extended High Capacity 3500mAh" title="HTC EVO 4G Battery – Monaco Extended High Capacity 3500mAh" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/03/03/htc-evo-4g-battery-%e2%80%93-monaco-extended-high-capacity-3500mah/" rel="bookmark" class="crp_title">HTC EVO 4G Battery – Monaco Extended High Capacity 3500mAh</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techwhatnext.com/2011/08/27/improve-your-laptop-battery-life-with-microsoft-fix-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your pc speak whatever you type</title>
		<link>http://www.techwhatnext.com/2011/08/26/make-your-pc-speak-whatever-you-type/</link>
		<comments>http://www.techwhatnext.com/2011/08/26/make-your-pc-speak-whatever-you-type/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 10:06:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows Tip Tricks]]></category>
		<category><![CDATA[how to make your computer talk what you type]]></category>
		<category><![CDATA[Type and speak]]></category>
		<category><![CDATA[vbs tricks]]></category>

		<guid isPermaLink="false">http://www.techwhatnext.com/?p=8945</guid>
		<description><![CDATA[To make your computer speaks whatever you write just follow the steps below.There is no requirement of any software it is just a simple trick. Open Notepad and copy the following code. Dim message, sapi message=InputBox(&#8220;What do you want me to say?&#8221;,&#8221;COOL TIPS and TRICKS&#8221;) Set sapi=CreateObject(&#8220;sapi.spvoice&#8221;) sapi.Speak message Save the file with any name [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/08/74912-Royalty-Free-RF-Clipart-Illustration-Of-A-Computer-Speaking-Through-A-Megaphone-Trumpet.jpg"><img class="aligncenter size-medium wp-image-8946" title="74912-Royalty-Free-RF-Clipart-Illustration-Of-A-Computer-Speaking-Through-A-Megaphone-Trumpet" src="http://www.techwhatnext.com/wp-content/uploads/2011/08/74912-Royalty-Free-RF-Clipart-Illustration-Of-A-Computer-Speaking-Through-A-Megaphone-Trumpet-300x237.jpg" alt="" width="300" height="237" /></a><br />
To make your computer speaks whatever you write just follow the steps below.There is no requirement of any software it is just a simple trick.<br />
<span id="more-8945"></span></p>
<ul>
<li><strong>Open Notepad and copy the following code.</strong></li>
</ul>
<p>Dim message, sapi<br />
message=InputBox(&#8220;What do you want me to say?&#8221;,&#8221;COOL TIPS and TRICKS&#8221;)<br />
Set sapi=CreateObject(&#8220;sapi.spvoice&#8221;)<br />
sapi.Speak message</p>
<ul>
<li>Save the file with any name with an extension.vbs</li>
</ul>
<ul>
<li>Now, close the notepad and open it again and you are done.</li>
</ul>
<p><strong>Warnings</strong></p>
<p>Do not edit the code, or it may result any other operation to execute. Doing so, the user is sole responsible for their own work.<br />
Make sure that you save the file as .vbs file.<br />
This is meant for educational purpose only.</p>
<p><strong>Note:-</strong> In  my view this works only with windows XP. If it works on any other version of windows, do let me know:)</p>
<p>This uses default Windows Narrator functionalities. (Again in XP).You can activiate this from</p>
<p>“Accessories –&gt; Accessibility –&gt; Narrator”</p>
<p>If you want to change the voice, you can download it from microsoft site and then can change it from</p>
<p>“Control Pannel –&gt; Switch to Classical View –&gt; Speech”.</p>
<p>You can also set frequency from here. Also, you can use this control in your programming and get it read by your computer whatever you want.</p>
<h3>A Simple Visual Basic Program Which Will Speak Whatever You Type</h3>
<p><strong>Here is what you have to do:</strong></p>
<p><strong>    1.</strong> Firstly open notepad.<br />
<strong>   2.</strong> Now copy and paste the below code there:</p>
<p>do<br />
&#8216;create the voice object<br />
Set VObj = CreateObject(&#8220;SAPI.SpVoice&#8221;)<br />
&#8216;get what the user wants to say, exit if cancel or return no msg</p>
<p>MSG = InputBox(&#8220;Type what you want the PC to say&#8221; &amp; VBCRLF &amp; VBCRLF &amp; VBCRLF &amp; &#8220;To End enter Nothing or push the Cancel button&#8221;, &#8220;Voice Box By EverythingInAll&#8221;, &#8220;&#8221;)</p>
<p>If MSG = &#8220;&#8221; Then WScript.quit: Else</p>
<p>&#8216;use the VObj to speak msg</p>
<p>with VObj</p>
<p>.Volume = 100</p>
<p>.Speak MSG</p>
<p>end with</p>
<p>loop</p>
<p><strong>    3.</strong> Now save the file as filename.vbs<br />
<strong>    4.</strong> Now double click on the file to use it.</p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/08/voice-box-to-convert-text-to-speech-by-everythinginall.jpg"><img class="aligncenter size-medium wp-image-8947" title="voice box to convert text to speech by everythinginall" src="http://www.techwhatnext.com/wp-content/uploads/2011/08/voice-box-to-convert-text-to-speech-by-everythinginall-300x135.jpg" alt="" width="300" height="135" /></a><strong>Enjoy</strong></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techwhatnext.com/2011/02/23/how-to-hide-text-in-images-steganography/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/02/hide-image-300x209.jpg" alt="How To Hide Text In Images (Steganography)" title="How To Hide Text In Images (Steganography)" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/02/23/how-to-hide-text-in-images-steganography/" rel="bookmark" class="crp_title">How To Hide Text In Images (Steganography)</a></li><li><a href="http://www.techwhatnext.com/2011/09/21/reset-your-files-and-folders-attribute-to-normal-caused-by-virus/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/09/worst-computer-viruses-1-300x270.jpg" alt="Reset your files and folders attribute to normal (Caused by Virus)" title="Reset your files and folders attribute to normal (Caused by Virus)" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/09/21/reset-your-files-and-folders-attribute-to-normal-caused-by-virus/" rel="bookmark" class="crp_title">Reset your files and folders attribute to normal (Caused by Virus)</a></li><li><a href="http://www.techwhatnext.com/2011/10/25/how-to-block-websites-without-using-any-software/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/10/blockorrestrictwebsites-240x300.png" alt="How To Block websites without using any software" title="How To Block websites without using any software" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/10/25/how-to-block-websites-without-using-any-software/" rel="bookmark" class="crp_title">How To Block websites without using any software</a></li><li><a href="http://www.techwhatnext.com/2011/02/11/improve-ntfs-performance/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/plugins/contextual-related-posts/default.png" alt="Improve NTFS Performance" title="Improve NTFS Performance" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/02/11/improve-ntfs-performance/" rel="bookmark" class="crp_title">Improve NTFS Performance</a></li><li><a href="http://www.techwhatnext.com/2011/04/04/how-to-password-protect-your-files-and-folders-on-windows/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/04/Truecrypt-Security-300x219.jpg" alt="How To Password protect your files and folders on Windows" title="How To Password protect your files and folders on Windows" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/04/04/how-to-password-protect-your-files-and-folders-on-windows/" rel="bookmark" class="crp_title">How To Password protect your files and folders on Windows</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techwhatnext.com/2011/08/26/make-your-pc-speak-whatever-you-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove New folder.exe virus manually?</title>
		<link>http://www.techwhatnext.com/2011/08/14/how-to-remove-new-folder-exe-virus-manually/</link>
		<comments>http://www.techwhatnext.com/2011/08/14/how-to-remove-new-folder-exe-virus-manually/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 17:52:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freeware Free Utility]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Clean USB drives]]></category>
		<category><![CDATA[Free Antivirus]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Pen Drive]]></category>
		<category><![CDATA[Ravmon.exe]]></category>
		<category><![CDATA[Remove virus]]></category>
		<category><![CDATA[USB drives]]></category>

		<guid isPermaLink="false">http://www.techwhatnext.com/?p=8930</guid>
		<description><![CDATA[What is NewFolder.exe virus? New Folder.exe virus disables task manager, disables registry editor, disables folder options, and disables run option from start menu. Virus creates exe files like the icon of folders with the same name as the name of the folder, it also consumes more than 50 % of your processor usage so slows [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/08/How-to-Remove-Newfolder.exe-and-regsvr.exe-virus-using-simple-steps.jpg"><img class="aligncenter size-full wp-image-8932" title="How-to-Remove-Newfolder.exe-and-regsvr.exe-virus-using-simple-steps" src="http://www.techwhatnext.com/wp-content/uploads/2011/08/How-to-Remove-Newfolder.exe-and-regsvr.exe-virus-using-simple-steps.jpg" alt="" width="300" height="300" /></a><strong>What is NewFolder.exe virus?</strong></p>
<p>New Folder.exe virus disables task manager, disables registry editor, disables folder options, and disables run option from start menu. Virus creates exe files like the icon of folders with the same name as the name of the folder, it also consumes more than 50 % of your processor usage so slows down your computer.<br />
<span id="more-8930"></span><br />
<strong>Let’s see how we can remove this virus without formatting the drive.</strong></p>
<p><strong>Fix:</strong><br />
In order to remove the newfolder.exe virus you can use two types of tools, again there is a manual procedure also but the tools mentioned below are much better:</p>
<p><strong>Note:</strong> Manual removal of folder viruses may be difficult, as the removal process requires knowledge of the operating system command prompt. If not performed properly, your system and data in USB flash might experience permanent damage. we highly recommend you use a good virus remover to automatically detect and remove the new folder.exe virus.</p>
<p>Search for autorun.inf, svichossst.exe, new_folder.exe, regsvr.exe files on USB drive and system, and then delete them.</p>
<p><strong>Remove the following keys from registry</strong></p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] “@”=</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] “Yahoo Messenger”=</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] “Shell”=”regsvr.exe “</p>
<p>Do a cold reboot.</p>
<p><strong>This virus creates an exe file in your usb drive with the name New Folder.exe. Here are some symptoms of this virus.</strong></p>
<p>Task manager is disabled.<br />
Registry Editor is disabled.<br />
Folder options not working.<br />
Taking too much time for accessing pendrive.<br />
Uses half of your computers processing power.</p>
<p>Whenever you plug a USB drive in your system, a window will appear similar to the one shown below</p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/08/usb-thumb.jpg"><img class="aligncenter size-full wp-image-8931" title="usb-thumb" src="http://www.techwhatnext.com/wp-content/uploads/2011/08/usb-thumb.jpg" alt="" width="198" height="211" /></a><br />
Don’t click on Ok , just choose ‘Cancel’. Open the Command Prompt by typing ‘cmd‘ in the run box. In the command prompt type the drive letter: and press enter . Now type dir /w/a and press enter.</p>
<p><strong>This will display a list of the files in the pen drive. Check whether the following files are there or not</strong></p>
<p>Autorun.inf<br />
Ravmon.exe<br />
New Folder.exe<br />
svchost.exe<br />
Heap41a<br />
or any other exe file which may be suspicious.</p>
<p>If any of the above files are there, then probably the USB drive is infected. In command prompt type attrib -r -a -s -h *.* and press enter. This will remove the Read Only, Archive, System and hidden file attribute from all the files. Now just delete the files using the command del filename. example del Ravmon.exe. Delete all the files that are suspicious. To be on a safer side, just scan the USB drive with an anti virus program to check whether it is free of virus or not. Now remove the drive and plug it again. In most of the cases, the real culprit turns out to be the “Autorun.inf” file which mostly gets executed when someone clicks Ok in the dialog window which appears above. Thus the infections can spread</p>
<p><a href="http://www.brothersoft.com/smart-virus-remover-270067.html" target="_blank">Download Smart Virus Remover</a><br />
OR<br />
Download and install combofix from <a href="http://download.bleepingcomputer.com/sUBs/ComboFix.exe" target="_blank">here</a><br />
&nbsp;<br />
<!-- Admaya - ad code starts --><br />
<span id="show_ads_65c7a5a1e4aba21d971ef5c47d68a87f_34453"></span><br />
<script language="javascript" type="text/javascript" src="http://www.admaya.in/show-ads.js"></script><br />
<script language="javascript">
if (window.ads_65c7a5a1e4aba21d971ef5c47d68a87f ){ ads_65c7a5a1e4aba21d971ef5c47d68a87f+= 1;}else{ ads_65c7a5a1e4aba21d971ef5c47d68a87f =1;}
setTimeout("showAdsforContent(34453,300,265,'http://www.admaya.in/publisher-show-ads.php',"+ads_65c7a5a1e4aba21d971ef5c47d68a87f+",'ads_65c7a5a1e4aba21d971ef5c47d68a87f')",1000*(ads_65c7a5a1e4aba21d971ef5c47d68a87f -1));
ads_65c7a5a1e4aba21d971ef5c47d68a87f_34453_position=0;
</script><br />
<!-- Admaya - ad code  ends --></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techwhatnext.com/2010/02/10/remove-sysdate-exe-virus/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/plugins/contextual-related-posts/default.png" alt="Remove Sysdate.exe Virus" title="Remove Sysdate.exe Virus" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2010/02/10/remove-sysdate-exe-virus/" rel="bookmark" class="crp_title">Remove Sysdate.exe Virus</a></li><li><a href="http://www.techwhatnext.com/2010/02/10/steps-to-remove-driveguard-exe-or-flashguard-exe-virus/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/plugins/contextual-related-posts/default.png" alt="Steps to Remove DriveGuard.exe or FlashGuard.exe Virus" title="Steps to Remove DriveGuard.exe or FlashGuard.exe Virus" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2010/02/10/steps-to-remove-driveguard-exe-or-flashguard-exe-virus/" rel="bookmark" class="crp_title">Steps to Remove DriveGuard.exe or FlashGuard.exe Virus</a></li><li><a href="http://www.techwhatnext.com/2010/02/10/steps-to-remove-w32-sillyfdc-virus/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/plugins/contextual-related-posts/default.png" alt="Steps to Remove W32.SillyFDC Virus" title="Steps to Remove W32.SillyFDC Virus" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2010/02/10/steps-to-remove-w32-sillyfdc-virus/" rel="bookmark" class="crp_title">Steps to Remove W32.SillyFDC Virus</a></li><li><a href="http://www.techwhatnext.com/2011/09/21/reset-your-files-and-folders-attribute-to-normal-caused-by-virus/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/09/worst-computer-viruses-1-300x270.jpg" alt="Reset your files and folders attribute to normal (Caused by Virus)" title="Reset your files and folders attribute to normal (Caused by Virus)" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/09/21/reset-your-files-and-folders-attribute-to-normal-caused-by-virus/" rel="bookmark" class="crp_title">Reset your files and folders attribute to normal (Caused by Virus)</a></li><li><a href="http://www.techwhatnext.com/2011/02/16/download-bootable-usb-drive-creator-tool-for-windows/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/02/Bootable-USB-Drive-Creator-Tool-For-Windows-288x300.jpg" alt="Download Bootable USB Drive Creator Tool For Windows" title="Download Bootable USB Drive Creator Tool For Windows" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/02/16/download-bootable-usb-drive-creator-tool-for-windows/" rel="bookmark" class="crp_title">Download Bootable USB Drive Creator Tool For Windows</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techwhatnext.com/2011/08/14/how-to-remove-new-folder-exe-virus-manually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use MozBackup to easily backup your Mozilla firefox and thunderbird</title>
		<link>http://www.techwhatnext.com/2011/08/11/use-mozbackup-to-easily-backup-your-mozilla-firefox-and-thunderbird/</link>
		<comments>http://www.techwhatnext.com/2011/08/11/use-mozbackup-to-easily-backup-your-mozilla-firefox-and-thunderbird/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 16:23:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freeware Free Utility]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.techwhatnext.com/?p=8910</guid>
		<description><![CDATA[For you who used mozilla firefox, mozilla thunderbird, Mozilla Sunbird, Flock, SeaMonkey, Mozilla Suite, Spicebird, Songbird, and netscape, now you can backup your profile setting from those softwares, so that when you re-install your computer, or so on, you can restore all your profile setting software. With MozBackup, you can backup mozilla firefox, mozilla thunderbird, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/08/Firefox-.png"><img class="aligncenter size-full wp-image-8911" title="Firefox-" src="http://www.techwhatnext.com/wp-content/uploads/2011/08/Firefox-.png" alt="" width="256" height="256" /></a></p>
<p>For you who used mozilla firefox, mozilla thunderbird, Mozilla Sunbird, Flock, SeaMonkey, Mozilla Suite, Spicebird, Songbird, and netscape, now you can backup your profile setting from those softwares, so that when you re-install your computer, or so on, you can restore all your profile setting software.</p>
<p><span id="more-8910"></span></p>
<p>With MozBackup, you can backup mozilla firefox, mozilla thunderbird, and other softwares profile setting easily. For you who has interest to download and install MozBackup, please follow this guidance:</p>
<p>visit this site to <a title="mozbackup" href="http://mozbackup.jasnapaka.com/download.php" target="_blank">download MozBackup</a>:</p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/08/MozBackup-477-x-359-300x225.gif"><img class="aligncenter size-full wp-image-8912" title="MozBackup-477-x-359-300x225" src="http://www.techwhatnext.com/wp-content/uploads/2011/08/MozBackup-477-x-359-300x225.gif" alt="" width="300" height="225" /></a></p>
<p>Using this freeware you can easily backup your browser data, bookmarks, cookies and  many other things with only few clicks of your mouse and all from a single window. Which makes your task much more easier.</p>
<p>This app allows you to backup your Firefox in easiest way. This app is available for Windows operating systems only. Profile setting you can backup by MozBackup such as bookmarks, mail, contacts, passwords, extensions, cache, history etc.</p>
<p><strong>Manual Backup</strong></p>
<p>Backing up Firefox and Thunderbird manually is as simple as copying their respective profile folders to another location. If you do that, you’ll have a full backup with all your setting and personal data saved.</p>
<p>An advantage of manual backup is that you don&#8217;t need to have Firefox or Thunderbird functioning in order to restore your backup; it&#8217;s just a case of copying the backup profiles. That&#8217;s a good thing because the most common reason you want to restore is that your Firefox or Thunderbird installation is not working!</p>
<p>The hardest part is finding the profile folders. First up, they are not located where you would expect to find them. Secondly, they are located in different places for different versions of Windows. Thirdly, they may be assigned random file names that make them difficult to recognize.</p>
<p><strong>On Windows 2000/XP machines the locations for your Firefox and Thunderbird profiles are respectively:</strong></p>
<p>C:\Documents and Settings\&lt;Windows login/user name&gt;\Application Data\Mozilla\Firefox\Profiles\&lt;Profile name&gt;\<br />
C:\Documents and Settings\&lt;Windows login/user name&gt;\Application Data\Thunderbird\Profiles\&lt;Profile name&gt;\</p>
<p><strong>On Windows 9x/Me PCs they can usually be found at:</strong></p>
<p>C:\Windows\Application Data\Mozilla\Firefox\Profiles\&lt;Profile name&gt;\<br />
C:\Windows\Application Data\Thunderbird\Profiles\&lt;Profile name&gt;\</p>
<p>If you can&#8217;t locate your profiles then check out this document for more information:<a href="http://kb.mozillazine.org/Profile_Folder#What_is_in_my_profile" target="_blank"> http://kb.mozillazine.org/Profile_Folder#What_is_in_my_profile? </a><br />
<!-- Admaya - ad code starts --><br />
<span id="show_ads_65c7a5a1e4aba21d971ef5c47d68a87f_34453"></span><br />
<script language="javascript" type="text/javascript" src="http://www.admaya.in/show-ads.js"></script><br />
<script language="javascript">
if (window.ads_65c7a5a1e4aba21d971ef5c47d68a87f ){ ads_65c7a5a1e4aba21d971ef5c47d68a87f+= 1;}else{ ads_65c7a5a1e4aba21d971ef5c47d68a87f =1;}
setTimeout("showAdsforContent(34453,300,265,'http://www.admaya.in/publisher-show-ads.php',"+ads_65c7a5a1e4aba21d971ef5c47d68a87f+",'ads_65c7a5a1e4aba21d971ef5c47d68a87f')",1000*(ads_65c7a5a1e4aba21d971ef5c47d68a87f -1));
ads_65c7a5a1e4aba21d971ef5c47d68a87f_34453_position=0;
</script><br />
<!-- Admaya - ad code  ends --></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techwhatnext.com/2011/02/26/how-to-open-and-login-two-or-multiple-facebook-accounts-at-the-same-time/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/02/Facebook_1-300x175.jpg" alt="How To Open and Login Two or Multiple Facebook Accounts at the Same Time" title="How To Open and Login Two or Multiple Facebook Accounts at the Same Time" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/02/26/how-to-open-and-login-two-or-multiple-facebook-accounts-at-the-same-time/" rel="bookmark" class="crp_title">How To Open and Login Two or Multiple Facebook Accounts at the Same Time</a></li><li><a href="http://www.techwhatnext.com/2011/09/11/how-to-create-your-personal-moved-to-google-profile-picture/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/09/GooglePlus-300x225.png" alt="How To Create Your Personal &#8220;Moved to Google+&#8221; Profile Picture" title="How To Create Your Personal &#8220;Moved to Google+&#8221; Profile Picture" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/09/11/how-to-create-your-personal-moved-to-google-profile-picture/" rel="bookmark" class="crp_title">How To Create Your Personal &#8220;Moved to Google+&#8221; Profile Picture</a></li><li><a href="http://www.techwhatnext.com/2011/07/17/how-to-get-your-twitter-and-facebook-stream-inside-google/" rel="bookmark"><img width="50" height="50" src="http://www.techwhatnext.com/wp-content/uploads/2011/07/gft-150x150.jpg" class="crp_thumb wp-post-image" alt="How to Get your Twitter and Facebook Stream inside Google+" title="How to Get your Twitter and Facebook Stream inside Google+" border="0" /></a> <a href="http://www.techwhatnext.com/2011/07/17/how-to-get-your-twitter-and-facebook-stream-inside-google/" rel="bookmark" class="crp_title">How to Get your Twitter and Facebook Stream inside Google+</a></li><li><a href="http://www.techwhatnext.com/2011/10/28/export-your-google-data-with-google-takeout/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/10/google-takeout-1-300x127.jpg" alt="Export your Google data with Google Takeout" title="Export your Google data with Google Takeout" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/10/28/export-your-google-data-with-google-takeout/" rel="bookmark" class="crp_title">Export your Google data with Google Takeout</a></li><li><a href="http://www.techwhatnext.com/2011/06/24/access-and-disable-hidden-features-of-window-pc-with-manage-it/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/06/Manage-It1.jpg" alt="Access and disable hidden features of Window PC with Manage It" title="Access and disable hidden features of Window PC with Manage It" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/06/24/access-and-disable-hidden-features-of-window-pc-with-manage-it/" rel="bookmark" class="crp_title">Access and disable hidden features of Window PC with Manage It</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techwhatnext.com/2011/08/11/use-mozbackup-to-easily-backup-your-mozilla-firefox-and-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soluto Solves Solves App Crashes, socializes solving crashes and Speeds Up Boot Time</title>
		<link>http://www.techwhatnext.com/2011/05/26/soluto-solves-solves-app-crashes-socializes-solving-crashes-and-speeds-up-boot-time/</link>
		<comments>http://www.techwhatnext.com/2011/05/26/soluto-solves-solves-app-crashes-socializes-solving-crashes-and-speeds-up-boot-time/#comments</comments>
		<pubDate>Thu, 26 May 2011 05:48:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freeware Free Utility]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[socializes solving crashes]]></category>
		<category><![CDATA[Soluto Solves Solves App Crashes]]></category>
		<category><![CDATA[Speeds Up Boot Time]]></category>

		<guid isPermaLink="false">http://www.techwhatnext.com/?p=8347</guid>
		<description><![CDATA[Crashes and their potential to harm productivity and personal data are the bane of many computer users, but the ability to diagnose and prevent them has arrived in the latest version of Soluto (download) PC utility Soluto is moving beyond speeding up your boot time and now helps you solve software conflicts and rid your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/05/soluto0.jpg"><img class="aligncenter size-full wp-image-8348" title="soluto0" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/soluto0.jpg" alt="" width="232" height="237" /></a><br />
Crashes and their potential to harm productivity and personal data are the bane of many computer users, but the ability to diagnose and prevent them has arrived in the latest version of Soluto (<a href="http://dw.com.com/redir?edId=3&amp;siteId=4&amp;oId=3000-18512_4-75446583&amp;ontId=18512_4&amp;spi=c341d8d5b54fce81c45a3e079619e6e8&amp;lop=link&amp;tag=tdw_dltext&amp;ltype=dl_dlnow&amp;pid=11901392&amp;mfgId=10145684&amp;merId=10145684&amp;pguid=OnNUQQoOYI4AADGJqiIAAAAF&amp;destUrl=http%3A%2F%2Fdownload.cnet.com%2F3001-18512_4-75446583.html%3Fspi%3Dc341d8d5b54fce81c45a3e079619e6e8%26part%3Ddl-" target="_blank">download</a>)<br />
<span id="more-8347"></span><br />
PC utility Soluto is moving beyond speeding up your boot time and now helps you solve software conflicts and rid your Web browser of unnecessary toolbars, add-ons and plug-ins. The company, also called Soluto, has launched the latest beta version of its free desktop app for Windows XP, Vista and Windows 7 systems.</p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/05/soluto.jpg"><img class="aligncenter size-medium wp-image-8349" title="soluto" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/soluto-300x192.jpg" alt="" width="300" height="192" /></a></p>
<p>Just as it did before, the new version of Soluto gives you an at-a-glance view of your boot time and the processes involved. But now the desktop app is also providing you with similar information about application crashes including historical data about your computer&#8217;s app crashes and solutions to fix the problem.</p>
<p><strong>Manage Your Browser</strong></p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/05/soluto1.jpg"><img class="aligncenter size-medium wp-image-8350" title="soluto1" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/soluto1-300x191.jpg" alt="" width="300" height="191" /></a></p>
<p>The new beta version of Soluto also analyzes your browser to help you tweak it to your specifications. The interface here is similar to what you see when you analyze your boot time. Soluto shows you by name every plug-in, add-on and toolbar in your browser and how many people have disabled each component. Your browser components are broken down into three categories: Safely Remove, Possibly Remove and Disabled. Items found under &#8220;Safely Remove&#8221; are components you can remove without worrying about your browser crashing or becoming disabled. Items under this category are typically toolbars and add-ons so make sure you don&#8217;t disable something you use every day.<br />
<a href="http://www.techwhatnext.com/wp-content/uploads/2011/05/soluto2.jpg"><img class="aligncenter size-medium wp-image-8351" title="soluto2" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/soluto2-300x190.jpg" alt="" width="300" height="190" /></a><br />
The browser feature also lets you manage your browser&#8217;s default search engine and choose between alternatives such as Bing, Google or Yahoo. It&#8217;s a handy feature to have in case a toolbar or program tricks you into switching your default search engine. This is exactly what happened to me several years ago after installing a free security program for my Vista machine. The program was particularly obnoxious and wouldn&#8217;t let me easily change my search engine back. Soluto&#8217;s new browser feature will come in very hand if I encounter problems like that again. Despite managing your browser&#8217;s default search options, Soluto does not have an option to change your system&#8217;s default browser.</p>
<p><strong>Solve Crashes</strong></p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/05/soluto3.jpg"><img class="aligncenter size-medium wp-image-8352" title="soluto3" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/soluto3-300x190.jpg" alt="" width="300" height="190" /></a></p>
<p>you can open Soluto to see whether there is a solution for the problem you just experienced by clicking on &#8220;Heal crashes.&#8221;This will show you which of your apps have crashed in the past, how many times they&#8217;ve crashed, roughly when they crashed, and, if Soluto has a solution.</p>
<p><strong>PC Genome</strong></p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/05/soluto4.jpg"><img class="aligncenter size-medium wp-image-8353" title="soluto4" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/soluto4-300x190.jpg" alt="" width="300" height="190" /></a></p>
<p>Soluto is able to offer fixes to your system problems by monitoring how you interact with your PC and aggregating that data into a database the company calls the PC Genome.It can identify which hardware has had issues with which software. It can also help you pick out software that runs well on the specific model of PC you’re using, based on other users.</p>
<p>Soluto, which is free, has had 2 million downloads since the company debuted its product to the public last year. And that’s without any real marketing or advertising for the software. What makes the application so successful is that it is incredibly easy to use, even for those with limited technical knowledge. Next up, the company says it will be tackling other platforms (Mac OS, please?), including mobile.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techwhatnext.com/2011/11/02/after-boot-file-viewer/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/11/article-page-main-ehow-images-a08-1v-vc-repair-computer-slow-after-boot-800x800.jpg" alt="After Boot File Viewer" title="After Boot File Viewer" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/11/02/after-boot-file-viewer/" rel="bookmark" class="crp_title">After Boot File Viewer</a></li><li><a href="http://www.techwhatnext.com/2011/04/07/analyze-up-to-100-system-boot-times-with-maas360-boot-analyzer/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/04/MaaS360-Boot-Analyzer.gif" alt="Analyze Up To 100 System Boot Times With MaaS360 Boot Analyzer" title="Analyze Up To 100 System Boot Times With MaaS360 Boot Analyzer" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/04/07/analyze-up-to-100-system-boot-times-with-maas360-boot-analyzer/" rel="bookmark" class="crp_title">Analyze Up To 100 System Boot Times With MaaS360 Boot Analyzer</a></li><li><a href="http://www.techwhatnext.com/2011/03/31/firefox-4-final-version-for-android-now-available/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/03/firefox-tabbed-browsing-300x199.jpg" alt="Firefox 4 final version for Android now available" title="Firefox 4 final version for Android now available" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/03/31/firefox-4-final-version-for-android-now-available/" rel="bookmark" class="crp_title">Firefox 4 final version for Android now available</a></li><li><a href="http://www.techwhatnext.com/2011/03/28/rockmelt-%e2%80%93-the-social-web-browser/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/03/rockmelt0-300x78.jpg" alt="RockMelt – The Social Web Browser" title="RockMelt – The Social Web Browser" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/03/28/rockmelt-%e2%80%93-the-social-web-browser/" rel="bookmark" class="crp_title">RockMelt – The Social Web Browser</a></li><li><a href="http://www.techwhatnext.com/2011/02/16/opera-preparing-browser-for-ipad/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/02/Opera-for-Tablets-300x180.jpg" alt="Opera preparing browser for iPad" title="Opera preparing browser for iPad" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/02/16/opera-preparing-browser-for-ipad/" rel="bookmark" class="crp_title">Opera preparing browser for iPad</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techwhatnext.com/2011/05/26/soluto-solves-solves-app-crashes-socializes-solving-crashes-and-speeds-up-boot-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save laptop battery with Dark – Turn off monitor</title>
		<link>http://www.techwhatnext.com/2011/05/10/save-laptop-battery-with-dark-%e2%80%93-turn-off-monitor/</link>
		<comments>http://www.techwhatnext.com/2011/05/10/save-laptop-battery-with-dark-%e2%80%93-turn-off-monitor/#comments</comments>
		<pubDate>Tue, 10 May 2011 06:34:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freeware Free Utility]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[dark turn off monitor]]></category>
		<category><![CDATA[MonPwr turn off monitor]]></category>
		<category><![CDATA[save laptop battery]]></category>
		<category><![CDATA[Save laptop battery with Dark]]></category>
		<category><![CDATA[Save laptop battery with Dark MonPwr]]></category>
		<category><![CDATA[turn off monitor]]></category>

		<guid isPermaLink="false">http://www.techwhatnext.com/?p=8081</guid>
		<description><![CDATA[Monitor is the component of your Laptop/PC monitor, that eats away a good amount of power. You must have felt the need like I do when I only want to turn off the monitor and not use the sleep or hibernate feature. On laptops you’ll have to put the machine on standby to turn off [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-8082" href="http://www.techwhatnext.com/2011/05/10/save-laptop-battery-with-dark-%e2%80%93-turn-off-monitor/hp-laptop-computers/"><img class="aligncenter size-medium wp-image-8082" title="hp-laptop-computers" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/hp-laptop-computers-300x241.jpg" alt="" width="300" height="241" /></a><br />
Monitor is the component of your Laptop/PC monitor, that eats away a good amount of power. You must have felt the need like I do when I only want to turn off the monitor and not use the sleep or hibernate feature. On laptops you’ll have to put the machine on standby to turn off the monitor.<br />
<span id="more-8081"></span></p>
<p><strong>1.</strong> Dark is an open source .net framework utility that sits in your system tray and turns of your monitor on double clicking the icon.</p>
<p><a rel="attachment wp-att-8084" href="http://www.techwhatnext.com/2011/05/10/save-laptop-battery-with-dark-%e2%80%93-turn-off-monitor/1-6/"><img class="aligncenter size-full wp-image-8084" title="1" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/1.png" alt="" width="217" height="56" /></a></p>
<p><a rel="attachment wp-att-8083" href="http://www.techwhatnext.com/2011/05/10/save-laptop-battery-with-dark-%e2%80%93-turn-off-monitor/2-5/"><img class="aligncenter size-full wp-image-8083" title="2" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/2.png" alt="" width="231" height="77" /></a></p>
<p><a title="Turn off Monitor" href="http://dark.codeplex.com/releases/view/36406" target="_blank">Download Dark</a> – Turn off Monitor</p>
<p>This is the simplest of tools to turn off laptop monitor and also very easy to use.</p>
<p><strong>2. </strong>MonPwr is a freeware utility that lets you turn off your Laptop’s monitor. You just need to click a button and the monitor will turn off.</p>
<p><a rel="attachment wp-att-8087" href="http://www.techwhatnext.com/2011/05/10/save-laptop-battery-with-dark-%e2%80%93-turn-off-monitor/monpwr/"><img class="aligncenter size-full wp-image-8087" title="MonPwr" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/MonPwr.png" alt="" width="107" height="60" /></a></p>
<p>To turn it on again, press space or enter key. When you turn off the monitor using  MonPwr, the processes running in the background are not affected. The  current version of MonPwr is compatible with all versions of Windows.</p>
<p><a title="Turn off monitor" href="http://www.caffinc.com/files/monpwr/monpwr.exe" target="_blank">Download MonPwr</a> – Turn off Monitor</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techwhatnext.com/2011/03/18/connect-a-monitor-to-a-laptop-for-extended-desktop/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/03/VGA-Port-Monitor-300x150.jpg" alt="Connect A Monitor to A Laptop For Extended Desktop" title="Connect A Monitor to A Laptop For Extended Desktop" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/03/18/connect-a-monitor-to-a-laptop-for-extended-desktop/" rel="bookmark" class="crp_title">Connect A Monitor to A Laptop For Extended Desktop</a></li><li><a href="http://www.techwhatnext.com/2010/10/24/improve-your-laptop%e2%80%99s-battery-performance-with-aerofoil/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2010/10/aerofoil.png" alt="Improve your laptop’s battery performance with Aerofoil" title="Improve your laptop’s battery performance with Aerofoil" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2010/10/24/improve-your-laptop%e2%80%99s-battery-performance-with-aerofoil/" rel="bookmark" class="crp_title">Improve your laptop’s battery performance with Aerofoil</a></li><li><a href="http://www.techwhatnext.com/2010/04/30/click-%e2%80%98power%e2%80%99-to-turn-on-and-%e2%80%98ctrl-alt-del%e2%80%99-to-switch-off-the-lamptop/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2010/04/lamptop_02_fcTvL_17621-300x239.jpg" alt="Click ‘power’ to turn on and ‘ctrl + alt + del’ to switch off the Lamptop" title="Click ‘power’ to turn on and ‘ctrl + alt + del’ to switch off the Lamptop" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2010/04/30/click-%e2%80%98power%e2%80%99-to-turn-on-and-%e2%80%98ctrl-alt-del%e2%80%99-to-switch-off-the-lamptop/" rel="bookmark" class="crp_title">Click ‘power’ to turn on and ‘ctrl + alt + del’ to switch off the Lamptop</a></li><li><a href="http://www.techwhatnext.com/2011/08/27/improve-your-laptop-battery-life-with-microsoft-fix-it/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/08/fixit-battery-save.jpg" alt="Improve Your Laptop Battery Life with Microsoft Fix it" title="Improve Your Laptop Battery Life with Microsoft Fix it" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/08/27/improve-your-laptop-battery-life-with-microsoft-fix-it/" rel="bookmark" class="crp_title">Improve Your Laptop Battery Life with Microsoft Fix it</a></li><li><a href="http://www.techwhatnext.com/2010/06/15/3m-m2256pw-multi-touch-22-inch-monitor/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2010/06/3M-Monitor-300x243.jpg" alt="3M M2256PW Multi-Touch 22-Inch Monitor" title="3M M2256PW Multi-Touch 22-Inch Monitor" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2010/06/15/3m-m2256pw-multi-touch-22-inch-monitor/" rel="bookmark" class="crp_title">3M M2256PW Multi-Touch 22-Inch Monitor</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techwhatnext.com/2011/05/10/save-laptop-battery-with-dark-%e2%80%93-turn-off-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Portable Office 2010 Starter USB Flash Drive</title>
		<link>http://www.techwhatnext.com/2011/05/10/how-to-create-portable-office-2010-starter-usb-flash-drive/</link>
		<comments>http://www.techwhatnext.com/2011/05/10/how-to-create-portable-office-2010-starter-usb-flash-drive/#comments</comments>
		<pubDate>Tue, 10 May 2011 05:22:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[create Portable Office 2010 starter edition]]></category>
		<category><![CDATA[Create Portable Office 2010 USB Flash Drive]]></category>
		<category><![CDATA[How to Create Portable Office 2010 Starter USB Flash Drive]]></category>
		<category><![CDATA[Office Starter 2010 edition]]></category>
		<category><![CDATA[portable office 2010]]></category>
		<category><![CDATA[windows office 2010]]></category>

		<guid isPermaLink="false">http://www.techwhatnext.com/?p=8070</guid>
		<description><![CDATA[Now today we are here with complete step by step guide on how to use Office To-Go Device Manager to create Portable Office 2010 starter edition. Using this guide you can now crate portable Office 2010 USB Flash drive and carry anywhere you want and start using it. How to Create Portable Office 2010 Starter [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-8071" href="http://www.techwhatnext.com/2011/05/10/how-to-create-portable-office-2010-starter-usb-flash-drive/73d65_portable-office-2010-starter/"><img class="aligncenter size-full wp-image-8071" title="73d65_Portable-Office-2010-Starter" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/73d65_Portable-Office-2010-Starter.png" alt="" width="134" height="140" /></a></p>
<p>Now today we are here with complete step by step guide on how to use Office To-Go Device Manager to create Portable Office 2010 starter edition. Using this guide you can now crate portable Office 2010 USB Flash drive and carry anywhere you want and start using it.<span id="more-8070"></span><br />
<strong>How to Create Portable Office 2010 Starter USB Flash Drive</strong></p>
<p><strong>1.</strong> You must have installed Office Starter 2010 edition</p>
<p><strong>2.</strong> Start Microsoft Office To-Go Device Manager from start menu</p>
<p><a rel="attachment wp-att-8072" href="http://www.techwhatnext.com/2011/05/10/how-to-create-portable-office-2010-starter-usb-flash-drive/b5380_microsoft-office-to-go-device-manager-step-1/"><img class="aligncenter size-medium wp-image-8072" title="b5380_Microsoft-Office-To-Go-Device-Manager-Step-1" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/b5380_Microsoft-Office-To-Go-Device-Manager-Step-1-300x245.png" alt="" width="300" height="245" /></a></p>
<p>3. Click on Start button and let Office To-Go Device Manager to download required files</p>
<p><a rel="attachment wp-att-8073" href="http://www.techwhatnext.com/2011/05/10/how-to-create-portable-office-2010-starter-usb-flash-drive/b5380_microsoft-office-to-go-device-manager-downloading-step-2/"><img class="aligncenter size-medium wp-image-8073" title="b5380_Microsoft-Office-To-Go-Device-Manager-Downloading-Step-2" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/b5380_Microsoft-Office-To-Go-Device-Manager-Downloading-Step-2-300x245.png" alt="" width="300" height="245" /></a></p>
<p>4. When you get screen asking for Select a device, insert your USB flash drive and select respective flash drive from the selection screen &amp; click on install.</p>
<p><a rel="attachment wp-att-8074" href="http://www.techwhatnext.com/2011/05/10/how-to-create-portable-office-2010-starter-usb-flash-drive/3ba73_select-a-device-step-3/"><img class="aligncenter size-medium wp-image-8074" title="3ba73_Select-a-Device-Step-3" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/3ba73_Select-a-Device-Step-3-300x245.png" alt="" width="300" height="245" /></a></p>
<p>5. Now Office To-Go Device Manager will start installing Office Starter 2010 on selected USB drive.</p>
<p><a rel="attachment wp-att-8075" href="http://www.techwhatnext.com/2011/05/10/how-to-create-portable-office-2010-starter-usb-flash-drive/3ba73_installing-office-2010-step-4/"><img class="aligncenter size-medium wp-image-8075" title="3ba73_Installing-office-2010-Step-4" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/3ba73_Installing-office-2010-Step-4-300x245.png" alt="" width="300" height="245" /></a></p>
<p>6. A message will be displayed when Device To-Go completed installation. click on Close button.</p>
<p><a rel="attachment wp-att-8076" href="http://www.techwhatnext.com/2011/05/10/how-to-create-portable-office-2010-starter-usb-flash-drive/60bbb_installation-complete-step-5/"><img class="aligncenter size-medium wp-image-8076" title="60bbb_Installation-Complete-Step-5" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/60bbb_Installation-Complete-Step-5-300x245.png" alt="" width="300" height="245" /></a><br />
7. Now Start Office.exe from USB flash drive to start portable Office starter 2010,</p>
<p><a rel="attachment wp-att-8077" href="http://www.techwhatnext.com/2011/05/10/how-to-create-portable-office-2010-starter-usb-flash-drive/60bbb_start-portable-office-2010-starter/"><img class="aligncenter size-medium wp-image-8077" title="60bbb_Start-Portable-Office-2010-Starter" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/60bbb_Start-Portable-Office-2010-Starter-300x212.png" alt="" width="300" height="212" /></a></p>
<p>If you want to repair of uninstall portable Office starter 2010 from USB flash drive then follow steps 1-4. In step four inset USB drive on which you want to repair or uninstall Office Starter 2010.</p>
<p>On selecting USB flash drive, Microsoft Office To-Go Device Manager will automatically detect installed Office Starter 2010 and let you to Repair or Uninstall.</p>
<p><a rel="attachment wp-att-8078" href="http://www.techwhatnext.com/2011/05/10/how-to-create-portable-office-2010-starter-usb-flash-drive/63fdb_uninstall-or-repair-portable-office-2010/"><img class="aligncenter size-medium wp-image-8078" title="63fdb_Uninstall-or-Repair-Portable-Office-2010" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/63fdb_Uninstall-or-Repair-Portable-Office-2010-300x245.png" alt="" width="300" height="245" /></a><br />
<iframe width="480" height="295" src="http://www.youtube.com/embed/EloCw8kiqaE?fs=1" frameborder="0" allowFullScreen=""></iframe></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techwhatnext.com/2011/02/16/download-bootable-usb-drive-creator-tool-for-windows/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/02/Bootable-USB-Drive-Creator-Tool-For-Windows-288x300.jpg" alt="Download Bootable USB Drive Creator Tool For Windows" title="Download Bootable USB Drive Creator Tool For Windows" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/02/16/download-bootable-usb-drive-creator-tool-for-windows/" rel="bookmark" class="crp_title">Download Bootable USB Drive Creator Tool For Windows</a></li><li><a href="http://www.techwhatnext.com/2011/02/04/zentimo-xstorage-manager-usb-safely-remove/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/02/usb-safely-remove-1-300x231.jpg" alt="Zentimo xStorage Manager (USB Safely Remove)" title="Zentimo xStorage Manager (USB Safely Remove)" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/02/04/zentimo-xstorage-manager-usb-safely-remove/" rel="bookmark" class="crp_title">Zentimo xStorage Manager (USB Safely Remove)</a></li><li><a href="http://www.techwhatnext.com/2011/02/27/google-cloud-connect-for-microsoft-office-released/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/02/google-cloud-connect.jpg-266x300.png" alt="Google Cloud Connect for Microsoft Office released" title="Google Cloud Connect for Microsoft Office released" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/02/27/google-cloud-connect-for-microsoft-office-released/" rel="bookmark" class="crp_title">Google Cloud Connect for Microsoft Office released</a></li><li><a href="http://www.techwhatnext.com/2010/02/07/new-microsoft-office-2010-release-candidate-available-but%e2%80%a6/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2010/02/microsoft-office-2010-300x193.jpg" alt="New Microsoft Office 2010 Release Candidate Available, But…" title="New Microsoft Office 2010 Release Candidate Available, But…" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2010/02/07/new-microsoft-office-2010-release-candidate-available-but%e2%80%a6/" rel="bookmark" class="crp_title">New Microsoft Office 2010 Release Candidate Available, But…</a></li><li><a href="http://www.techwhatnext.com/2011/03/15/office-15-screenshots-and-video-leaked/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/03/images.jpg" alt="Office 15 Screenshots and Video Leaked" title="Office 15 Screenshots and Video Leaked" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/03/15/office-15-screenshots-and-video-leaked/" rel="bookmark" class="crp_title">Office 15 Screenshots and Video Leaked</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techwhatnext.com/2011/05/10/how-to-create-portable-office-2010-starter-usb-flash-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block applications on your computer with Applocker</title>
		<link>http://www.techwhatnext.com/2011/05/10/block-applications-on-your-computer-with-applocker/</link>
		<comments>http://www.techwhatnext.com/2011/05/10/block-applications-on-your-computer-with-applocker/#comments</comments>
		<pubDate>Tue, 10 May 2011 04:26:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freeware Free Utility]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Application Blocker]]></category>
		<category><![CDATA[application locker]]></category>
		<category><![CDATA[Applocker]]></category>
		<category><![CDATA[Block applications on your computer with Applocker]]></category>
		<category><![CDATA[block programs]]></category>
		<category><![CDATA[block software]]></category>
		<category><![CDATA[how to block an application using registry]]></category>
		<category><![CDATA[how to block application PC]]></category>
		<category><![CDATA[how to block apps from running in xp]]></category>
		<category><![CDATA[how to block computer user from using application]]></category>
		<category><![CDATA[how to pc block some application]]></category>
		<category><![CDATA[pc blocking application]]></category>
		<category><![CDATA[pc program blocker]]></category>
		<category><![CDATA[program blocking software]]></category>
		<category><![CDATA[security policy]]></category>
		<category><![CDATA[smartx]]></category>

		<guid isPermaLink="false">http://www.techwhatnext.com/?p=8063</guid>
		<description><![CDATA[If you want to block others from running any program on your computer but don’t want to uninstall it then AppLocker can help you to do so. AppLocker provides a comfortable way to block software programs from being executed on a target system. If you need to prevent an application from running accidentally or would [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-8064" href="http://www.techwhatnext.com/2011/05/10/block-applications-on-your-computer-with-applocker/applocker-0/"><img class="aligncenter size-medium wp-image-8064" title="Applocker-0" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/Applocker-0-300x214.jpg" alt="" width="300" height="214" /></a><br />
If you want to block others from running any program on your computer but don’t want to uninstall it then AppLocker can help you to do so.</p>
<p>AppLocker provides a comfortable way to block software programs from being executed on a target system. If you need to prevent an application from running accidentally or would like to disable an application you can’t uninstall, AppLocker provides a simple interface to do so.<br />
<span id="more-8063"></span><br />
The application willdisplay a list of popular computer software programs including Microsoft Word, Internet Explorer or Nero Burning Rom at startup. These applications will be displayed even if the programs are not installed on the system. A click on a checkbox will block the software on the computer system.</p>
<p><a rel="attachment wp-att-8065" href="http://www.techwhatnext.com/2011/05/10/block-applications-on-your-computer-with-applocker/f5c888182de65ba9d431d48bbefcb400c9d476b0/"><img class="aligncenter size-medium wp-image-8065" title="f5c888182de65ba9d431d48bbefcb400c9d476b0" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/f5c888182de65ba9d431d48bbefcb400c9d476b0-300x278.jpg" alt="" width="300" height="278" /></a></p>
<p>The only problem is there is no password protection provided for this application so that any body can access it and unblock all other apps. But still it is good for servers and can be very useful.</p>
<p><a rel="attachment wp-att-8066" href="http://www.techwhatnext.com/2011/05/10/block-applications-on-your-computer-with-applocker/35b8cb9488fb06b110ac2181cde3e106e338742c/"><img class="aligncenter size-medium wp-image-8066" title="35b8cb9488fb06b110ac2181cde3e106e338742c" src="http://www.techwhatnext.com/wp-content/uploads/2011/05/35b8cb9488fb06b110ac2181cde3e106e338742c-300x257.jpg" alt="" width="300" height="257" /></a></p>
<p>Other than the default lock application list, you can lock other  programs by clicking the “Configure” button to open the configuration  window. Type the caption you want displayed on the ‘Lock application  list’. Then, type the programs executable file name and click the ‘Add’  button.</p>
<p>The only problem is there is no password protection provided for this application so that any body can access it and unblock all other apps. But still it is good for servers and can be very useful.</p>
<p>Download <a title="smartx" href="http://www.smart-x.com/?CategoryID=164&amp;ArticleID=84" target="_blank">Smartx</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techwhatnext.com/2010/10/30/least-privilege-security-for-windows-7-vista-and-xp/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2010/10/least.jpg" alt="Least Privilege Security for Windows 7, Vista, and XP" title="Least Privilege Security for Windows 7, Vista, and XP" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2010/10/30/least-privilege-security-for-windows-7-vista-and-xp/" rel="bookmark" class="crp_title">Least Privilege Security for Windows 7, Vista, and XP</a></li><li><a href="http://www.techwhatnext.com/2011/02/25/lock-keyboard-and-mouse-without-locking-screen/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/02/lock-keyboard-mouse-shortcut-keyfreeze-300x127.png" alt="Lock Keyboard And Mouse Without Locking Screen" title="Lock Keyboard And Mouse Without Locking Screen" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/02/25/lock-keyboard-and-mouse-without-locking-screen/" rel="bookmark" class="crp_title">Lock Keyboard And Mouse Without Locking Screen</a></li><li><a href="http://www.techwhatnext.com/2011/03/11/how-to-add-programs-to-windows-7-startup/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/03/Microsoft-Windows-7-Start-Menu-300x187.jpg" alt="How to Add Programs to Windows 7 Startup" title="How to Add Programs to Windows 7 Startup" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/03/11/how-to-add-programs-to-windows-7-startup/" rel="bookmark" class="crp_title">How to Add Programs to Windows 7 Startup</a></li><li><a href="http://www.techwhatnext.com/2010/10/26/how-to-install-skype-into-your-htc-phone/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2010/10/untitled2.jpg" alt="How to Install Skype into Your HTC Phone" title="How to Install Skype into Your HTC Phone" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2010/10/26/how-to-install-skype-into-your-htc-phone/" rel="bookmark" class="crp_title">How to Install Skype into Your HTC Phone</a></li><li><a href="http://www.techwhatnext.com/2011/02/04/how-to-connect-to-and-from-windows-7-and-linux-using-tightvnc/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/02/491514-485-428-300x264.png" alt="How to connect to and from Windows 7 and Linux using TightVNC" title="How to connect to and from Windows 7 and Linux using TightVNC" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/02/04/how-to-connect-to-and-from-windows-7-and-linux-using-tightvnc/" rel="bookmark" class="crp_title">How to connect to and from Windows 7 and Linux using TightVNC</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techwhatnext.com/2011/05/10/block-applications-on-your-computer-with-applocker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Secure Your Facebook</title>
		<link>http://www.techwhatnext.com/2011/04/10/how-to-secure-your-facebook/</link>
		<comments>http://www.techwhatnext.com/2011/04/10/how-to-secure-your-facebook/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 04:34:16 +0000</pubDate>
		<dc:creator>singh</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[advice and tips on Facebook enhanced security]]></category>
		<category><![CDATA[Facebook Account Security]]></category>
		<category><![CDATA[Facebook new feature]]></category>
		<category><![CDATA[Facebook Security Tips]]></category>
		<category><![CDATA[Facebook threats]]></category>
		<category><![CDATA[How to secure your Facebook page]]></category>
		<category><![CDATA[HOW TO: Secure Your Facebook]]></category>
		<category><![CDATA[Secure your FB profile from hacking]]></category>

		<guid isPermaLink="false">http://www.techwhatnext.com/?p=7855</guid>
		<description><![CDATA[Facebook has launched a HTTPS secure connection, which is implemented by many banks and ecommerce sites.  This will make it very difficult for people to hack your your profile. Facebook also offers a guide to Facebook privacy that gives some simple explanations about how Facebook privacy can be controlled. When you choose your privacy settings [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/04/facebook_Confidential.jpg"><img class="aligncenter size-medium wp-image-7856" title="facebook_Confidential" src="http://www.techwhatnext.com/wp-content/uploads/2011/04/facebook_Confidential-300x223.jpg" alt="" width="300" height="223" /></a></p>
<p>Facebook has launched a HTTPS secure connection, which is implemented by many banks and ecommerce sites.  This will make it very difficult for people to hack your your profile.<br />
<span id="more-7855"></span><br />
Facebook also offers a guide to Facebook privacy that gives some simple explanations about how Facebook privacy can be controlled.</p>
<p>When you choose your privacy settings you have the option to preview your profile so you can see the result of the settings you have set.</p>
<p>This post will show you how you can enable a secure connection on Facebook, and give you a few other tips for staying safe and secure on Facebook.</p>
<p><strong>1.</strong> Go to Account &gt; My Settings. (From the account menu in the top right corner)</p>
<p><strong>2.</strong> Scroll to the Account Security section</p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/04/facebook-account-Security.jpg"><img class="aligncenter size-medium wp-image-7857" title="facebook account Security" src="http://www.techwhatnext.com/wp-content/uploads/2011/04/facebook-account-Security-300x193.jpg" alt="" width="300" height="193" /></a></p>
<p>In this section you can check two boxes, the first to enable  a secure connection when possible, and the second to recieve an email when a new computer or device accesses your account.<br />
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4546146852686443";
/* techwhatnext3 */
google_ad_slot = "2267156786";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<strong>Facebook Displaying Name New Computer On Every Log In</strong></p>
<p>Facebook new feature &#8211; &#8220;Name New Computer&#8221; allows you to control the computers that are allowed to access your account by naming various computers you use to log-in to your account and add them to your list of trusted devices.</p>
<p><a href="http://www.techwhatnext.com/wp-content/uploads/2011/04/facebook-Security.jpg"><img class="aligncenter size-medium wp-image-7858" title="facebook Security" src="http://www.techwhatnext.com/wp-content/uploads/2011/04/facebook-Security-300x126.jpg" alt="" width="300" height="126" /></a></p>
<p>While that does sound reasonable enough, it raises the question why I’m seeing the Name New Computer (previously know as Register this computer) page whenever I log in from the same computer. This should not be the case, considering that I have checked the Don’t ask me again from this computer box.</p>
<p>No information are posted on the page how Facebook determines if a new computer is used to log into the social networking site. My guess is that they use a computer’s IP address and / or cookies to determine that. Which in turn means trouble for all users who get a dynamic IP address every time they log on to the Internet.</p>
<p><strong>These threats include:</strong></p>
<p>Clickjacking<br />
Spam<br />
Money Transfer Scams<br />
Fake Notification Emails<br />
Fake Emails from Facebook Employees<br />
Suspicious Apps</p>
<p>Check out this security page for more information about these threats, and how to avoid them.<br />
<script type="text/javascript">
ch_client = "shailu2659";
ch_width = 550;
ch_height = 120;
ch_type = "mpu";
ch_sid = "Chitika Default";
ch_backfill = 1;
ch_color_site_link = "#0000CC";
ch_color_title = "#0000CC";
ch_color_border = "#FFFFFF";
ch_color_text = "#000000";
ch_color_bg = "#FFFFFF";
</script><br />
<script src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript">
</script></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techwhatnext.com/2011/02/13/unblocking-people-on-facebook/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/02/fff.jpg" alt="Unblocking people on Facebook" title="Unblocking people on Facebook" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/02/13/unblocking-people-on-facebook/" rel="bookmark" class="crp_title">Unblocking people on Facebook</a></li><li><a href="http://www.techwhatnext.com/2011/02/26/how-to-hide-relationship-status-on-facebook/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/02/Facebook-icon-300x300.png" alt="How to Hide Relationship Status on Facebook" title="How to Hide Relationship Status on Facebook" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/02/26/how-to-hide-relationship-status-on-facebook/" rel="bookmark" class="crp_title">How to Hide Relationship Status on Facebook</a></li><li><a href="http://www.techwhatnext.com/2011/03/16/activate-the-new-facebook-email-address-account/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/03/Facebook_Email-300x205.jpg" alt="Activate the New Facebook Email Address Account" title="Activate the New Facebook Email Address Account" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/03/16/activate-the-new-facebook-email-address-account/" rel="bookmark" class="crp_title">Activate the New Facebook Email Address Account</a></li><li><a href="http://www.techwhatnext.com/2010/03/21/how-to-integrate-facebook-into-your-gmail-account/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2010/03/5abe56fa.png" alt="How to Integrate Facebook into your Gmail Account" title="How to Integrate Facebook into your Gmail Account" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2010/03/21/how-to-integrate-facebook-into-your-gmail-account/" rel="bookmark" class="crp_title">How to Integrate Facebook into your Gmail Account</a></li><li><a href="http://www.techwhatnext.com/2011/04/08/first-official-facebook-phone-inq-cloud-touch-debuts/" rel="bookmark"><img src="http://www.techwhatnext.com/wp-content/uploads/2011/04/INQ-246x300.png" alt="First Official Facebook Phone, INQ Cloud Touch, Debuts" title="First Official Facebook Phone, INQ Cloud Touch, Debuts" width="50" height="50" border="0" class="crp_thumb" /></a> <a href="http://www.techwhatnext.com/2011/04/08/first-official-facebook-phone-inq-cloud-touch-debuts/" rel="bookmark" class="crp_title">First Official Facebook Phone, INQ Cloud Touch, Debuts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techwhatnext.com/2011/04/10/how-to-secure-your-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

