<?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>Devilslab &#187; Windows</title>
	<atom:link href="http://www.devilslab.com/category/windows-softwares/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devilslab.com</link>
	<description>Your Guide to stay Updated</description>
	<lastBuildDate>Tue, 20 Jul 2010 08:57:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to create one-click &#8216;Shutdown&#8217; and &#8216;Reboot&#8217; Shortcut?</title>
		<link>http://www.devilslab.com/2010/07/how-to-create-one-click-shutdown-and-reboot-shortcut.html</link>
		<comments>http://www.devilslab.com/2010/07/how-to-create-one-click-shutdown-and-reboot-shortcut.html#comments</comments>
		<pubDate>Thu, 01 Jul 2010 08:31:55 +0000</pubDate>
		<dc:creator>Shekhar Saxena</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.devilslab.com/?p=844</guid>
		<description><![CDATA[This is really very easy task to perform. Making &#8220;Shutdown&#8221; and &#8220;Reboot&#8221; shortcuts on desktop is really very easy and user-friendly. Here are the steps to create Shortcuts. First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. Create Shortcut Wizard appears. In the box asking for [...]]]></description>
			<content:encoded><![CDATA[<div id="buzz_share_1" style="float: right; margin-right: 10px">
<a rel="nofollow external" target="_blank" href="http://www.google.com/reader/link?url=http://www.devilslab.com/2010/07/how-to-create-one-click-shutdown-and-reboot-shortcut.html&title=How to create one-click &#8216;Shutdown&#8217; and &#8216;Reboot&#8217; Shortcut?&srcURL=http://worpdressapi.com/">
<img width="50" height="58" alt="" src="http://www.devilslab.com/wp-content/plugins/google-buzz-button//images/google-buzz.png" original="http://wordpressapi.com/wp-content/plugins/google-buzz/google-buzz.png" style="display: inline;"/>
</a>
</div><div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.devilslab.com%2F2010%2F07%2Fhow-to-create-one-click-shutdown-and-reboot-shortcut.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.devilslab.com%2F2010%2F07%2Fhow-to-create-one-click-shutdown-and-reboot-shortcut.html&amp;source=shekharsaxena&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a rel="attachment wp-att-845" href="http://www.devilslab.com/2010/07/how-to-create-one-click-shutdown-and-reboot-shortcut.html/details_shutdown-icon-restart-icon-2-1"><img class="alignright size-full wp-image-845" title="details_shutdown-icon-restart-icon-2-1" src="http://www.devilslab.com/wp-content/uploads/2010/07/details_shutdown-icon-restart-icon-2-1.jpeg" alt="" width="197" height="269" /></a>This is really very easy task to perform. Making &#8220;Shutdown&#8221; and &#8220;<a title="Reboot" href="http://www.devilslab.com/2010/06/how-to-boot-winxp-fast.html">Reboot</a>&#8221; <a title="shortcuts" href="http://www.devilslab.com/2009/04/do-you-need-yahoo-messenger-shortcut-keys.html">shortcuts</a> on desktop is really very easy and user-friendly.</p>
<p>Here are the steps to create Shortcuts.</p>
<ul>
<li>First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut.</li>
<li>Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown.</li>
<li>After you create the shortcut, double-clicking on it will shut down your PC.</li>
</ul>
<p>But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:</p>
<blockquote><p><strong>shutdown -r -t 01 -c &#8220;Rebooting your PC&#8221;</strong></p></blockquote>
<p>Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message &#8220;Rebooting your PC.&#8221; The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.</p>
<p>I use this technique to create two shutdown shortcuts on my desktop—one for turning off my <a title="Windows" href="http://www.devilslab.com/2009/04/windows-tips-windows-vista-xp-run-commands.html">Windows</a>, and one for rebooting. Here are the ones I use:</p>
<blockquote><p>shutdown -s -t 03 -c &#8220;Bye Bye Shekhar!&#8221;<br />
shutdown -r -t 03 -c &#8220;Ill be back Shekhar <img src='http://www.devilslab.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> !&#8221;</p></blockquote>
<p><strong>Switch &#8211; What it basically do ?</strong></p>
<p>-s<br />
Shuts down the PC.</p>
<p>-l<br />
Logs off the current user.</p>
<p>-t nn<br />
Indicates the duration of delay, in seconds, before performing the action.</p>
<p>-c &#8220;messagetext&#8221;<br />
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.</p>
<p>-f<br />
Forces any running applications to shut down.</p>
<p>-r<br />
Reboots the PC.</p>
<p>Having any problem?</p>
<p>You can feel free to contact me anytime via comment form or by contact page.</p>
<p>Always there for you ! <img src='http://www.devilslab.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li><a href="http://www.devilslab.com/2009/05/photo-manipulation-photoshop-effects.html" title="Photo Manipulation &#124; PhotoShop effects">Photo Manipulation &#124; PhotoShop effects</a></li><li><a href="http://www.devilslab.com/2009/04/rss-10-rss-20-or-atom-how-do-you-subscribe-to-blog-feeds.html" title="RSS 1.0, RSS 2.0 or Atom &#8211; How Do You Subscribe to Blog Feeds ?">RSS 1.0, RSS 2.0 or Atom &#8211; How Do You Subscribe to Blog Feeds ?</a></li><li><a href="http://www.devilslab.com/2009/05/microsoft-office-professional-plus-2010-tp-now-released.html" title="Microsoft Office Professional Plus 2010 TP Now Released">Microsoft Office Professional Plus 2010 TP Now Released</a></li><li><a href="http://www.devilslab.com/2009/04/whats-wrong-with-adsense-these-days-every-time-updation.html" title="What&#039;s wrong with adsense these days ? Every time updation ?">What&#039;s wrong with adsense these days ? Every time updation ?</a></li><li><a href="http://www.devilslab.com/2009/04/hack-reliance-bsnl-vodafone-for-free-gprs-master-tutorial.html" title="Hack Reliance, BSNL, Vodafone for Free GPRS Master Tutorial">Hack Reliance, BSNL, Vodafone for Free GPRS Master Tutorial</a></li><li><a href="http://www.devilslab.com/2009/07/remove-autoruninf-virus-with-usb-disk-security.html" title="Remove autorun.inf virus with USB Disk Security">Remove autorun.inf virus with USB Disk Security</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.devilslab.com/2010/07/how-to-create-one-click-shutdown-and-reboot-shortcut.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add the &#8220;Open Command Prompt&#8221; to Folder context menu</title>
		<link>http://www.devilslab.com/2010/07/add-the-open-command-prompt-to-folder-context-menu.html</link>
		<comments>http://www.devilslab.com/2010/07/add-the-open-command-prompt-to-folder-context-menu.html#comments</comments>
		<pubDate>Thu, 01 Jul 2010 07:26:10 +0000</pubDate>
		<dc:creator>Shekhar Saxena</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[folder options]]></category>
		<category><![CDATA[windows hacks]]></category>

		<guid isPermaLink="false">http://www.devilslab.com/?p=837</guid>
		<description><![CDATA[If you want to add the &#8220;Open Command Prompt&#8221; to Folder context menu, then you should  try the following steps: Write the following code in a text document. CODE Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Drive\shell\cmd] @=&#8221;Command Prompt&#8221; [HKEY_CLASSES_ROOT\Drive\shell\cmd\command] @=&#8221;cmd.exe /k \&#8221;cd %L\&#8221;" [HKEY_CLASSES_ROOT\Directory\shell\cmd] @=&#8221;Command Prompt&#8221; [HKEY_CLASSES_ROOT\Directory\shell\cmd\command] @=&#8221;cmd.exe /k \&#8221;cd %L\&#8221;" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd] @=&#8221;Command Prompt&#8221; [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd\command] @=&#8221;cmd.exe [...]]]></description>
			<content:encoded><![CDATA[<div id="buzz_share_1" style="float: right; margin-right: 10px">
<a rel="nofollow external" target="_blank" href="http://www.google.com/reader/link?url=http://www.devilslab.com/2010/07/add-the-open-command-prompt-to-folder-context-menu.html&title=Add the &#8220;Open Command Prompt&#8221; to Folder context menu&srcURL=http://worpdressapi.com/">
<img width="50" height="58" alt="" src="http://www.devilslab.com/wp-content/plugins/google-buzz-button//images/google-buzz.png" original="http://wordpressapi.com/wp-content/plugins/google-buzz/google-buzz.png" style="display: inline;"/>
</a>
</div><div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.devilslab.com%2F2010%2F07%2Fadd-the-open-command-prompt-to-folder-context-menu.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.devilslab.com%2F2010%2F07%2Fadd-the-open-command-prompt-to-folder-context-menu.html&amp;source=shekharsaxena&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.devilslab.com/wp-content/uploads/2010/07/Command-Prompt-In-Context-Menu.png"><img class="size-medium wp-image-838 alignright" title="Command Prompt In Context Menu" src="http://www.devilslab.com/wp-content/uploads/2010/07/Command-Prompt-In-Context-Menu-300x251.png" alt="" width="300" height="251" /></a>If you want to add the &#8220;Open <a title="Command Promp" href="http://www.devilslab.com/2009/03/better-task-manager-to-control-processes-when-tm-not-working.html">Command Prompt</a>&#8221; to Folder context menu, then you should  try the following steps:</p>
<ul>
<li>Write the following code in a text document.</li>
</ul>
<p><strong>CODE</strong></p>
<blockquote><p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_CLASSES_ROOT\Drive\shell\cmd]<br />
@=&#8221;Command Prompt&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]<br />
@=&#8221;cmd.exe /k \&#8221;cd %L\&#8221;"</p>
<p>[HKEY_CLASSES_ROOT\Directory\shell\cmd]<br />
@=&#8221;Command Prompt&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]<br />
@=&#8221;cmd.exe /k \&#8221;cd %L\&#8221;"</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd]<br />
@=&#8221;Command Prompt&#8221;</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd\command]<br />
@=&#8221;cmd.exe /k \&#8221;cd %L\&#8221;"</p></blockquote>
<ul>
<li>Now Save this text document as cmd here.reg</li>
<li>After doing this, click on the saved file and run this registry file.</li>
<li>After this, you will see a &#8220;Open Command Prompt&#8221; to Folder context menu.</li>
</ul>
<p>If you have any problem regarding this, you can comment below.</p>
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li><a href="http://www.devilslab.com/2009/04/biggest-mistake-bloggers-do.html" title="Biggest Mistake Bloggers do">Biggest Mistake Bloggers do</a></li><li><a href="http://www.devilslab.com/2009/06/set-the-search-screen-to-the-classic-look.html" title="Set the Search Screen to the Classic Look">Set the Search Screen to the Classic Look</a></li><li><a href="http://www.devilslab.com/2009/06/how-to-convert-a-fat-partition-to-ntfs.html" title="How to Convert a FAT Partition to NTFS">How to Convert a FAT Partition to NTFS</a></li><li><a href="http://www.devilslab.com/2009/04/send-free-sms-from-your-mobiles-and-computer.html" title="Send free Sms from your Mobiles">Send free Sms from your Mobiles</a></li><li><a href="http://www.devilslab.com/2010/07/great-google-secrets-must-try-devilslab.html" title="Great Google Secrets !! Must try !!">Great Google Secrets !! Must try !!</a></li><li><a href="http://www.devilslab.com/2009/04/how-to-select-a-domain-name-for-your-website.html" title="How to select a Domain name for your website ?">How to select a Domain name for your website ?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.devilslab.com/2010/07/add-the-open-command-prompt-to-folder-context-menu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Boot WinXp fast ?</title>
		<link>http://www.devilslab.com/2010/06/how-to-boot-winxp-fast.html</link>
		<comments>http://www.devilslab.com/2010/06/how-to-boot-winxp-fast.html#comments</comments>
		<pubDate>Mon, 28 Jun 2010 16:29:28 +0000</pubDate>
		<dc:creator>Shekhar Saxena</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.devilslab.com/?p=823</guid>
		<description><![CDATA[Want your Windows Xp to boot Faster ? Here are the following steps that can help your winxp to boot faster. Open notepad.exe, type &#8220;del c:\windows\prefetch\ntosboot-*.* /q&#8221; (without the quotes) &#38; save as &#8220;ntosboot.bat&#8221; in c:\ From the Start menu, select &#8220;Run&#8230;&#8221; &#38; type &#8220;gpedit.msc&#8221;. Double click &#8220;Windows Settings&#8221; under &#8220;Computer Configuration&#8221; and double click [...]]]></description>
			<content:encoded><![CDATA[<div id="buzz_share_1" style="float: right; margin-right: 10px">
<a rel="nofollow external" target="_blank" href="http://www.google.com/reader/link?url=http://www.devilslab.com/2010/06/how-to-boot-winxp-fast.html&title=How to Boot WinXp fast ?&srcURL=http://worpdressapi.com/">
<img width="50" height="58" alt="" src="http://www.devilslab.com/wp-content/plugins/google-buzz-button//images/google-buzz.png" original="http://wordpressapi.com/wp-content/plugins/google-buzz/google-buzz.png" style="display: inline;"/>
</a>
</div><div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.devilslab.com%2F2010%2F06%2Fhow-to-boot-winxp-fast.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.devilslab.com%2F2010%2F06%2Fhow-to-boot-winxp-fast.html&amp;source=shekharsaxena&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.devilslab.com/wp-content/uploads/2010/06/Windows-XP-loading240x3201.gif"><img class="size-medium wp-image-825 alignright" title="Windows-XP-loading240x320" src="http://www.devilslab.com/wp-content/uploads/2010/06/Windows-XP-loading240x3201-225x300.gif" alt="" width="180" height="240" /></a>Want your <a href="http://www.devilslab.com/2009/04/virtual-memory-too-low-warning-trouble-in-win-xp-and-vista.html">Windows</a> Xp to boot Faster ?</p>
<p>Here are the following steps that can help your winxp to boot faster.</p>
<ol>
<li>Open notepad.exe, type &#8220;del c:\windows\prefetch\ntosboot-*.* /q&#8221; (without the quotes) &amp; save as &#8220;ntosboot.bat&#8221; in c:\</li>
<li>From the Start menu, select &#8220;Run&#8230;&#8221; &amp; type &#8220;gpedit.msc&#8221;.</li>
<li>Double click &#8220;Windows Settings&#8221; under &#8220;Computer Configuration&#8221; and double click again on &#8220;Shutdown&#8221; in the right window.</li>
<li>In the new window, click &#8220;add&#8221;, &#8220;Browse&#8221;, locate your &#8220;ntosboot.bat&#8221;<a href="http://www.devilslab.com/2009/06/avi-file-fix-in-windows-xp.html"> file</a> &amp; click &#8220;Open&#8221;.</li>
<li>Click &#8220;OK&#8221;, &#8220;Apply&#8221; &amp; &#8220;OK&#8221; once again to exit.</li>
<li>From the Start menu, select &#8220;Run&#8230;&#8221; &amp; type &#8220;devmgmt.msc&#8221;.</li>
<li>Double click on &#8220;IDE ATA/ATAPI controllers&#8221;</li>
<li>Right click on &#8220;Primary IDE Channel&#8221; and select &#8220;Properties&#8221;.</li>
<li>Select the &#8220;Advanced Settings&#8221; tab then on the device or 1 that doesn&#8217;t have &#8216;device type&#8217; greyed out select &#8216;none&#8217; instead of &#8216;autodetect&#8217; &amp; click &#8220;OK&#8221;.</li>
<li>Right click on &#8220;Secondary IDE channel&#8221;, select &#8220;Properties&#8221; and repeat step 9.</li>
<li>Reboot your computer.</li>
</ol>
<p>That&#8217;s it.  Now your computer will boot faster than usual.</p>
<p>If problem persists, contact me via <a href="#comment">comment</a> or personally by <a href="contact-me">contact form</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.devilslab.com/2009/07/why-is-xp-logon-window-not-coming.html" title="Why is XP Logon window not coming ?">Why is XP Logon window not coming ?</a></li><li><a href="http://www.devilslab.com/2009/05/ebooklearn-microsoft-sql-server-2008.html" title="eBook:Learn Microsoft SQL Server 2008">eBook:Learn Microsoft SQL Server 2008</a></li><li><a href="http://www.devilslab.com/2009/04/micro-sys-a1-keyword-research-121-download.html" title="Micro-Sys A1 Keyword Research 1.2.1 Download">Micro-Sys A1 Keyword Research 1.2.1 Download</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.devilslab.com/2010/06/how-to-boot-winxp-fast.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Publish your wordpress, blogger, liveJournal, TypePad Posts from your desktop &#124; A Must have Desktop Blog editor</title>
		<link>http://www.devilslab.com/2009/07/publish-your-wordpress-blogger-livejournal-typepad-posts-from-your-desktop-a-must-have-desktop-blog-editor.html</link>
		<comments>http://www.devilslab.com/2009/07/publish-your-wordpress-blogger-livejournal-typepad-posts-from-your-desktop-a-must-have-desktop-blog-editor.html#comments</comments>
		<pubDate>Sat, 04 Jul 2009 09:19:25 +0000</pubDate>
		<dc:creator>Shekhar Saxena</dc:creator>
				<category><![CDATA[Computer Techniques]]></category>
		<category><![CDATA[Web-Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.devilslab.com/?p=665</guid>
		<description><![CDATA[I am really very excited to tell you guys about this desktop blog editor. This is my first post that i am publishing with this handy tool. Don’t you know what i am talking about ? Yeah! you got it right.. I am talking about Windows Live Writer Writer makes it easy to share your [...]]]></description>
			<content:encoded><![CDATA[<div id="buzz_share_1" style="float: right; margin-right: 10px">
<a rel="nofollow external" target="_blank" href="http://www.google.com/reader/link?url=http://www.devilslab.com/2009/07/publish-your-wordpress-blogger-livejournal-typepad-posts-from-your-desktop-a-must-have-desktop-blog-editor.html&title=Publish your wordpress, blogger, liveJournal, TypePad Posts from your desktop | A Must have Desktop Blog editor&srcURL=http://worpdressapi.com/">
<img width="50" height="58" alt="" src="http://www.devilslab.com/wp-content/plugins/google-buzz-button//images/google-buzz.png" original="http://wordpressapi.com/wp-content/plugins/google-buzz/google-buzz.png" style="display: inline;"/>
</a>
</div><div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F07%2Fpublish-your-wordpress-blogger-livejournal-typepad-posts-from-your-desktop-a-must-have-desktop-blog-editor.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F07%2Fpublish-your-wordpress-blogger-livejournal-typepad-posts-from-your-desktop-a-must-have-desktop-blog-editor.html&amp;source=shekharsaxena&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.devilslab.com/wp-content/uploads/2009/06/ping-blog-services-Custom.jpg"><img class="alignleft size-medium wp-image-816" title="ping-blog-services (Custom)" src="http://www.devilslab.com/wp-content/uploads/2009/06/ping-blog-services-Custom-300x173.jpg" alt="" width="300" height="173" /></a> I am really very excited to tell you guys about this desktop blog editor. This is my first post that i am publishing with this handy tool.</p>
<p>Don’t you know what i am talking about ?</p>
<p>Yeah! <img src='http://www.devilslab.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  you got it right.. I am talking about <a href="http://download.live.com/writer"><strong>Windows Live Writer</strong></a></p>
<p>Writer makes it easy to share your photos and videos on almost any blog service—Windows Live, WordPress, Blogger, LiveJournal, TypePad, and many more.</p>
<p><span id="more-665"></span></p>
<p><a href="http://www.devilslab.com/wordpress/wp-content/uploads/2009/07/windowslivewriter-2.jpg"><img style="border-width: 0px; display: block; margin-left: auto; margin-right: auto;" title="Windows-Live-Writer_2" src="http://www.devilslab.com/wordpress/wp-content/uploads/2009/07/windowslivewriter-2-thumb.jpg" border="0" alt="Windows-Live-Writer_2" width="244" height="238" /></a> Windows Live Writer offers a range of features including support for inserting multiple photos, cropping and tilting photos, server-side tagging, Twitter, Digg and Flickr plug-ins, instant preview, word count, smart quotes, and spell check. It also supports inserting a Windows Live photo album within your blog posts.</p>
<p>Live Writer is free and works with Windows Live, Blogger, WordPress, LiveJournal and TypePad, among others.</p>
<p>You can download it from here.</p>
<p><a href="http://download.live.com/writer">http://download.live.com/writer</a></p>
<p>Liked the post. Please do comment. <img src='http://www.devilslab.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li><a href="http://www.devilslab.com/2009/07/why-is-xp-logon-window-not-coming.html" title="Why is XP Logon window not coming ?">Why is XP Logon window not coming ?</a></li><li><a href="http://www.devilslab.com/2009/04/blackberry-storm-gets-wifi-other-extras.html" title="BlackBerry Storm Gets WiFi, Other Extras..">BlackBerry Storm Gets WiFi, Other Extras..</a></li><li><a href="http://www.devilslab.com/2009/06/send-e-mails-with-others-e-mail-idsfake-mail.html" title="Send E-mails with others E-mail IDs.[Fake Mail]">Send E-mails with others E-mail IDs.[Fake Mail]</a></li><li><a href="http://www.devilslab.com/2009/03/google-search-screwed-google-showing-malware-warnings-for-all-websites-blogs.html" title="Google Search Screwed &#8211; Google Showing Malware Warnings for All Websites &amp; Blogs">Google Search Screwed &#8211; Google Showing Malware Warnings for All Websites &amp; Blogs</a></li><li><a href="http://www.devilslab.com/2010/07/great-google-secrets-must-try-devilslab.html" title="Great Google Secrets !! Must try !!">Great Google Secrets !! Must try !!</a></li><li><a href="http://www.devilslab.com/2009/06/undeletable-file-remover-how-to.html" title="Undeletable file remover-How to ?">Undeletable file remover-How to ?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.devilslab.com/2009/07/publish-your-wordpress-blogger-livejournal-typepad-posts-from-your-desktop-a-must-have-desktop-blog-editor.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove viruses from pendrives or USB drives ?</title>
		<link>http://www.devilslab.com/2009/07/how-to-remove-viruses-from-pendrives-or-usb-drives.html</link>
		<comments>http://www.devilslab.com/2009/07/how-to-remove-viruses-from-pendrives-or-usb-drives.html#comments</comments>
		<pubDate>Sat, 04 Jul 2009 08:45:42 +0000</pubDate>
		<dc:creator>Shekhar Saxena</dc:creator>
				<category><![CDATA[Computer Techniques]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[remove autorun.inf from computer]]></category>
		<category><![CDATA[virus remover]]></category>

		<guid isPermaLink="false">http://www.devilslab.com/?p=657</guid>
		<description><![CDATA[I have seen many people using pendrives or USB drives, suffering from viruses in their pendrives. One of the most poplular is AUTORUN.INF. What is autorun.inf ? AUTORUN.INF Viruses are virus that uses the Autorun feature of Windows to spread itself on computers. This virus makes a copy of the autorun.inf file to the root [...]]]></description>
			<content:encoded><![CDATA[<div id="buzz_share_1" style="float: right; margin-right: 10px">
<a rel="nofollow external" target="_blank" href="http://www.google.com/reader/link?url=http://www.devilslab.com/2009/07/how-to-remove-viruses-from-pendrives-or-usb-drives.html&title=How to remove viruses from pendrives or USB drives ?&srcURL=http://worpdressapi.com/">
<img width="50" height="58" alt="" src="http://www.devilslab.com/wp-content/plugins/google-buzz-button//images/google-buzz.png" original="http://wordpressapi.com/wp-content/plugins/google-buzz/google-buzz.png" style="display: inline;"/>
</a>
</div><div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F07%2Fhow-to-remove-viruses-from-pendrives-or-usb-drives.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F07%2Fhow-to-remove-viruses-from-pendrives-or-usb-drives.html&amp;source=shekharsaxena&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.devilslab.com/2009/07/how-to-remove-viruses-from-pendrives-or-usb-drives/"><img class="alignright" src="http://i35.tinypic.com/2zqd2qo.jpg" alt="" width="371" height="166" /></a>I have seen many people using pendrives or USB drives, suffering from viruses in their pendrives. One of the most poplular is <a href="http://www.devilslab.com/?s=autorun">AUTORUN.INF</a>.</p>
<p><strong>What is autorun.inf ?</strong></p>
<p><a href="http://www.devilslab.com/2009/04/how-to-remove-autoruninf-virus-from-pendrive-easily-without-antivirus/">AUTORUN.INF</a> Viruses are virus that uses the Autorun feature of Windows to spread itself on computers. This virus makes a copy of the autorun.inf file to the root or main directory of all the drives on your PC, internal and / or external disks, to make the virus runs every time the external disks like <a href="http://www.devilslab.com/2009/03/remove-autorun-virus-infection-solution-for-usb-pc-laptops/">pendrives or USB drives</a> were inserted or every time you double-click the drives through the Windows Explorer.<span id="more-657"></span></p>
<p><strong>How to remove or block autorun.inf virus ?</strong></p>
<p>For this purpose, you can download a software called &#8220;<a href="http://www.devilslab.com/2009/07/remove-autoruninf-virus-with-usb-disk-security/">USB Disk Security&#8221;</a>. This will automatically detecc virus whenever you insert pendrive and more importantly it will remove your virus as well.</p>
<p><strong>Preventing AUTORUN.INF virus manually</strong></p>
<p>The following are just generic instructions and some of the steps might not be applicable to some <a href="http://www.devilslab.com/tags/virus-remover">virus </a>infections that uses autorun.inf.</p>
<p>The method is to create an AUTORUN.INF folder on the root directories (main directory usually represented by backslash symbol \ ) . You can do this via Windows Explorer or Command Prompt but I will recommend the method via Command Prompt.</p>
<ul>
<li>To run command prompt, click Start then Run or press the key combination: Winkey + R</li>
</ul>
<ul>
<li> Type CMD then press enter. This will open the black and white environment.</li>
</ul>
<ul>
<li> On the prompt, type MD C:\AUTORUN.INF then press enter key.</li>
</ul>
<ul>
<li> Repeat this procedure to other hard drives and USB drives. Just replace the C letter from the command with the appropriate drive letter of each storage device.</li>
</ul>
<p>If you liked this post and if it helped you, please do comment. <img src='http://www.devilslab.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.devilslab.com/2009/07/remove-autoruninf-virus-with-usb-disk-security.html" title="Remove autorun.inf virus with USB Disk Security">Remove autorun.inf virus with USB Disk Security</a></li><li><a href="http://www.devilslab.com/2009/04/how-to-remove-autoruninf-virus-from-pendrive-easily-without-antivirus.html" title="How to Remove Autorun.inf Virus from Pendrive Easily &#8211; Without Antivirus!">How to Remove Autorun.inf Virus from Pendrive Easily &#8211; Without Antivirus!</a></li><li><a href="http://www.devilslab.com/2009/03/remove-autorun-virus-infection-solution-for-usb-pc-laptops.html" title="Remove Autorun Virus Infection &#8211; Solution for USB, PC &amp; Laptops">Remove Autorun Virus Infection &#8211; Solution for USB, PC &amp; Laptops</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.devilslab.com/2009/07/how-to-remove-viruses-from-pendrives-or-usb-drives.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Avast! Pro v4.8.1335 Now released</title>
		<link>http://www.devilslab.com/2009/06/avast-pro-v4-now-released.html</link>
		<comments>http://www.devilslab.com/2009/06/avast-pro-v4-now-released.html#comments</comments>
		<pubDate>Fri, 12 Jun 2009 16:19:24 +0000</pubDate>
		<dc:creator>Shekhar Saxena</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.devilslab.com/?p=508</guid>
		<description><![CDATA[Avast 4 Professional Edition is a complete ICSA &#38; Checkmark certified antivirus, Checkmark certified anti-spyware &#38; anti-rootkit software package for corporate and advanced home use. Avast Professional Edition includes an on demand scanner with two user interfaces, a skinnable simple interface: just select what you want to scan and in which way and press the [...]]]></description>
			<content:encoded><![CDATA[<div id="buzz_share_1" style="float: right; margin-right: 10px">
<a rel="nofollow external" target="_blank" href="http://www.google.com/reader/link?url=http://www.devilslab.com/2009/06/avast-pro-v4-now-released.html&title=Avast! Pro v4.8.1335 Now released&srcURL=http://worpdressapi.com/">
<img width="50" height="58" alt="" src="http://www.devilslab.com/wp-content/plugins/google-buzz-button//images/google-buzz.png" original="http://wordpressapi.com/wp-content/plugins/google-buzz/google-buzz.png" style="display: inline;"/>
</a>
</div><div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F06%2Favast-pro-v4-now-released.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F06%2Favast-pro-v4-now-released.html&amp;source=shekharsaxena&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Avast 4 Professional Edition is a complete ICSA &amp; Checkmark certified antivirus, Checkmark certified anti-spyware &amp; anti-rootkit software package for corporate and advanced home use. Avast Professional Edition includes an on demand scanner with two user interfaces, a skinnable simple interface: just select what you want to scan and in which way and press the play button, an enhanced user interface: Outlook like UI allows users to set any feature of Avast, prepare and run tasks, store and check task results, on access scanner: special providers to protect: most available e-mail clients, instant messaging: ICQ or Miranda, network traffic: lightweight firewall, P2P protection for Kazaa, BitTorrent, Web shield: all HTTP traffic, script blocker. avast Professional Edition is available in 32 languages. Small, true incremental, updates are downloaded and installed automatically.</p>
<p><strong>Minimum Requirements:</strong><br />
For a computer running WindowsÂ® 95/98/Me:<br />
486 Processor, 32MB RAM and 100MB of free hard disk space. <span id="more-508"></span></p>
<p>For a computer running WindowsÂ® NTÂ® 4.0:<br />
486 Processor, 24MB RAM and 100MB of free hard disk space and Service Pack 3 (or higher) installed</p>
<p>For a computer running WindowsÂ® 2000/XPÂ® Workstation (Not Server):<br />
Pentium class Processor, 64MB RAM (128MB recommended) and 100MB of free hard disk space</p>
<p>For a computer running WindowsÂ® XPÂ® 64-bit Edition:<br />
An AMD Athlon64, Opteron or Intel EM64T-enabled Pentium 4 / Xeon processor, 128MB RAM (256MB recommended) and 100MB of free hard disk space</p>
<p>For a computer running WindowsÂ® Vista:<br />
Pentium 4 processor, 512MB RAM and 100MB of free hard disk space</p>
<p>The program itself requires about 60MB of hard disk space; the remainder of the recommended space is reserved for the virus recovery database file and its index (VRDB, also known as the &#8220;integrity database&#8221; from the previous version).</p>
<p>A functional MS Internet Explorer 4 or higher is required for the program to work.</p>
<p>This product cannot be installed on a server operating system (Windows NT/2000/2003/2008 Server families).</p>
<p>Note: The operating systems Windows 95/98/Me/NT4 will be supported until the end of 2009.</p>
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li><a href="http://www.devilslab.com/2009/06/how-to-create-your-own-live-bootable-cds-2.html" title="How to create your own LIVE Bootable cds">How to create your own LIVE Bootable cds</a></li><li><a href="http://www.devilslab.com/2009/04/avg-free-edition-80-keep-your-pc-free-from-virusspywaremalwaretrojan-etc.html" title="AVG Free Edition 8.0 &#8211; Keep your PC free from VIrus,Spyware,Malware,Trojan etc.">AVG Free Edition 8.0 &#8211; Keep your PC free from VIrus,Spyware,Malware,Trojan etc.</a></li><li><a href="http://www.devilslab.com/2009/04/photoshop-water-reflection-add-a-realistic-water-reflection.html" title="Photoshop Water Reflection &#8211; Add A Realistic Water Reflection">Photoshop Water Reflection &#8211; Add A Realistic Water Reflection</a></li><li><a href="http://www.devilslab.com/2009/06/how-to-make-your-browser-faster-or-how-to-clear-cachecookies.html" title="How to make your browser faster or How to Clear Cache/cookies ?">How to make your browser faster or How to Clear Cache/cookies ?</a></li><li><a href="http://www.devilslab.com/2009/04/list-of-101-top-paying-adsense-keywords-with-maximum-cpc.html" title="List of 101 Top paying Adsense Keywords with maximum CPC">List of 101 Top paying Adsense Keywords with maximum CPC</a></li><li><a href="http://www.devilslab.com/2009/04/how-to-automatically-go-to-last-page-of-the-topic-on-reply-in-orkut-communities.html" title="How to Automatically Go to Last Page of the Topic on Reply in Orkut Communities">How to Automatically Go to Last Page of the Topic on Reply in Orkut Communities</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.devilslab.com/2009/06/avast-pro-v4-now-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Registry Tricks and Tips</title>
		<link>http://www.devilslab.com/2009/06/registry-tricks-and-tips.html</link>
		<comments>http://www.devilslab.com/2009/06/registry-tricks-and-tips.html#comments</comments>
		<pubDate>Fri, 05 Jun 2009 16:30:47 +0000</pubDate>
		<dc:creator>Shekhar Saxena</dc:creator>
				<category><![CDATA[Computer Techniques]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[registry tricks]]></category>

		<guid isPermaLink="false">http://www.techarea.co.cc/?p=34</guid>
		<description><![CDATA[Here is the trick that can help you in registry editing. Here are various tricks and tips through which you can edit your configurations. Backup / Restore the Registry To Backup/Restore the Windows Registry: Windows 9x For XP 2000 click here If you are in MSDOS, at the C:Windows prompt type Attrib -s -r -h [...]]]></description>
			<content:encoded><![CDATA[<div id="buzz_share_1" style="float: right; margin-right: 10px">
<a rel="nofollow external" target="_blank" href="http://www.google.com/reader/link?url=http://www.devilslab.com/2009/06/registry-tricks-and-tips.html&title=Registry Tricks and Tips&srcURL=http://worpdressapi.com/">
<img width="50" height="58" alt="" src="http://www.devilslab.com/wp-content/plugins/google-buzz-button//images/google-buzz.png" original="http://wordpressapi.com/wp-content/plugins/google-buzz/google-buzz.png" style="display: inline;"/>
</a>
</div><div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F06%2Fregistry-tricks-and-tips.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F06%2Fregistry-tricks-and-tips.html&amp;source=shekharsaxena&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Here is the trick that can help you in registry editing. Here are various tricks and tips through which you can edit your configurations.</p>
<ul>
<li><strong>Backup / Restore the Registry</strong></li>
</ul>
<p>To Backup/Restore the Windows Registry: Windows 9x For XP 2000 click here<span id="more-501"></span></p>
<p>If you are in MSDOS, at the C:Windows prompt type<br />
Attrib -s -r -h C:WindowsSystem.dat (press Enter)<br />
Attrib -s -r -h C:WindowsUser.dat (press Enter)<br />
To make the backup copies type:</p>
<p>copy C:WindowsSystem.dat C:WindowsSystem.000 (press Enter)<br />
copy C:WindowsUser.dat C:Windowsuser.000 (press Enter)<br />
To Restore the Registry</p>
<p>copy C:WindowsSystem.000 C:WindowsSystem.dat (press Enter)<br />
copy C:WindowsUser.000 C:Windowsuser.dat (press Enter)</p>
<ul>
<li>
<h3 class="smller">Add Open With to all files</h3>
</li>
</ul>
<p>You can add &#8220;Open With&#8230;&#8221; to the Right click context menu of all files.This is great for when you have several programs you want to open the same file types with. I use three different text editors so I added it to the &#8220;.txt&#8221; key.</p>
<p>1. Open RegEdit<br />
2. Go to HKEY_CLASSES_ROOT*Shell<br />
3. Add a new Key named &#8220;OpenWith&#8221; by right clicking the &#8220;Shell&#8221; Key and selecting new<br />
4. Set the (Default) to &#8220;Op&amp;en With&#8230;&#8221;<br />
5. Add a new Key named &#8220;Command&#8221; by right clicking the &#8220;OpenWith&#8221; Key and selecting new<br />
6. Set the (Default) to &#8220;C:Windowsrundll32.exe shell32.dll,OpenAs_RunDLL %1&#8243;, C: being your Windows drive. You must enter the &#8220;OpenAs_RunDLL %1&#8243; exactly this way.</p>
<ul>
<li>
<h3 class="smller">Customize the System Tray</h3>
</li>
</ul>
<p>Customize the System Tray</p>
<p>You can add your name or anything you like that consists of 8 characters or less. This will replace the AM or PM next to the system time. But you can corrupt some trial licenses of software that you may have downloaded.</p>
<p>1. Open RegEdit<br />
2. Go to HKEY_CURRENT_USERControl PanelInternational<br />
3. Add two new String values, &#8220;s1159&#8243; and &#8220;s2359&#8243;<br />
4. Right click the new value name and modify. Enter anything you like up to 8 characters.</p>
<p>If you enter two different values when modifying, you can have the system tray display the two different values in the AM and PM.</p>
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li><a href="http://www.devilslab.com/2009/04/moto-gp-08-pc.html" title="Moto GP 08 (PC)">Moto GP 08 (PC)</a></li><li><a href="http://www.devilslab.com/2009/04/daemon-tools-pro-advanced-43030447.html" title="DAEMON Tools Pro Advanced 4.30.304.47">DAEMON Tools Pro Advanced 4.30.304.47</a></li><li><a href="http://www.devilslab.com/2009/06/upgrading-to-windows-xp.html" title="Upgrading to Windows XP">Upgrading to Windows XP</a></li><li><a href="http://www.devilslab.com/2009/04/how-to-unlock-unhide-show-the-administrator-account-in-windows-xp.html" title="How to Unlock / Unhide / Show the Administrator Account in Windows XP ?">How to Unlock / Unhide / Show the Administrator Account in Windows XP ?</a></li><li><a href="http://www.devilslab.com/2009/06/strategies-to-double-your-google-adsense-income.html" title="Strategies To Double Your Google Adsense Income">Strategies To Double Your Google Adsense Income</a></li><li><a href="http://www.devilslab.com/2009/03/better-task-manager-to-control-processes-when-tm-not-working.html" title="Better Task Manager to Control Processes when TM not Working">Better Task Manager to Control Processes when TM not Working</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.devilslab.com/2009/06/registry-tricks-and-tips.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kaspersky Internet Security 2010 Now released</title>
		<link>http://www.devilslab.com/2009/05/kaspersky-internet-security-2010-now-released.html</link>
		<comments>http://www.devilslab.com/2009/05/kaspersky-internet-security-2010-now-released.html#comments</comments>
		<pubDate>Sat, 30 May 2009 05:21:15 +0000</pubDate>
		<dc:creator>Shekhar Saxena</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.devilslab.com/?p=482</guid>
		<description><![CDATA[Kaspersky Internet Security 2010 – the backbone of your PC’s security system, offering protection from a range of IT threats. Kaspersky Anti-Virus 2010 provides the basic tools needed to protect your PC. Kaspersky Internet Security 2010 – the all-in-one security solution that offers a worry-free computing environment for you and your family. Kaspersky Internet Security [...]]]></description>
			<content:encoded><![CDATA[<div id="buzz_share_1" style="float: right; margin-right: 10px">
<a rel="nofollow external" target="_blank" href="http://www.google.com/reader/link?url=http://www.devilslab.com/2009/05/kaspersky-internet-security-2010-now-released.html&title=Kaspersky Internet Security 2010 Now released&srcURL=http://worpdressapi.com/">
<img width="50" height="58" alt="" src="http://www.devilslab.com/wp-content/plugins/google-buzz-button//images/google-buzz.png" original="http://wordpressapi.com/wp-content/plugins/google-buzz/google-buzz.png" style="display: inline;"/>
</a>
</div><div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F05%2Fkaspersky-internet-security-2010-now-released.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F05%2Fkaspersky-internet-security-2010-now-released.html&amp;source=shekharsaxena&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright" src="http://www.xxlimg.com/images/kpltfpf1m2x4cq2cyhfp.png" alt="" />Kaspersky Internet Security 2010 – the backbone of your PC’s security system, offering protection from a range of IT threats. Kaspersky Anti-Virus 2010 provides the basic tools needed to protect your PC.<br />
Kaspersky Internet Security 2010 – the all-in-one security solution that offers a worry-free computing environment for you and your family. Kaspersky Internet Security 2010 has everything you need for a safe and secure Internet experience. Kaspersky Internet Security 9.0 – is a new line of Kaspersky Labs products, which is designed for the multi-tiered protection of personal computers. This product is based on in-house protection components, which are based on variety of technologies for maximum levels of user protection regardless of technical competencies. This product utilizes several technologies, which were jointly developed by Kaspersky Labs and other companies; part of them is implemented via online-services.<br />
Our products for home and home office are specifically designed to provide hassle-free and quality protection against viruses, worms and other malicious programs, as well as hacker attacks, spam and spyware.<br />
During product preparation several competitor offerings were considered and analyzed &#8211; firewalls, security suites systems, which position themselves as proactive in defence and HIPS systems. Combination of in-hosue innovative developments and results from analysis gathered through the industry allowed to jump onto a new level of protection for personal users, whereby offering even more hardened and less annoying computer protection from all types of electronic threats – malicious programs of different types, hacker attacks, spam mailings, program-root kits, phishing emails, advertisement popup windows etc.<span id="more-482"></span></p>
<p>DO NOT UPDATE, SANDBOX NOT WORKING AFTER INSTALLATION MUST Reload!</p>
<p>Kaspersky Internet Security 2010 All Features:</p>
<p>Essential Protection:<br />
* Protects from viruses, Trojans and worms<br />
* Blocks spyware and adware<br />
* Scans files in real time (on access) and on demand<br />
* Scans email messages (regardless of email client)<br />
* Scans Internet traffic (regardless of browser)<br />
* Protects instant messengers (ICQ, MSN)<br />
* Provides proactive protection from unknown threats<br />
* Scans Java and Visual Basic scripts</p>
<p>Extended Protection:<br />
* Two-way personal firewall<br />
* Safe Wi-Fi and VPN connections<br />
* Intrusion prevention system<br />
* Intelligent application management and control<br />
o automatically configured application rules<br />
o security rating is assigned to unknown applications<br />
o access to the user’s resources and data is restricted for unknown applications</p>
<p>Preventive Protection:<br />
* Scans operating system and installed applications for vulnerabilities<br />
* Analyzes and closes Internet Explorer vulnerabilities<br />
* Disables links to malware sites<br />
* Detects viruses based on the packers used to compress code<br />
* Global threat monitoring (Kaspersky Security Network)</p>
<p>Advanced Protection &amp; Recovery:<br />
* The program can be installed on infected computers<br />
* Self-protection from being disabled or stopped<br />
* Restores correct system settings after removing malicious software<br />
* Tools for creating a rescue disk</p>
<p>Data &amp; Identity Theft Protection:<br />
* Disables links to fake (phishing) websites<br />
* Blocks all types of keyloggers<br />
* Virtual keyboard is provided for safely entering logins and passwords<br />
* Prevents the theft of data exchanged via secure connections (HTTPS / SSL)<br />
* Blocks unauthorized dial-up connections<br />
* Cleans up any traces of user activity (deletes temporary files, cookies etc.)</p>
<p>Content Filtering:<br />
* Parental control<br />
* Improved antispam protection (plugins for Microsoft Outlook, Microsoft Outlook Express, The Bat!, Thunderbird)<br />
* Blocks banners on web pages</p>
<p>Usability:<br />
* Automatic configuration during installation<br />
* Wizards for common tasks<br />
* Visual reports with charts and diagrams<br />
* Alerts provide all the information necessary for informed user decisions<br />
* Automatic or interactive mode<br />
* Round-the-clock technical support<br />
* Automatic database updates</p>
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li><a href="http://www.devilslab.com/2009/04/do-you-need-yahoo-messenger-shortcut-keys.html" title="Do You Need Yahoo Messenger Shortcut Keys">Do You Need Yahoo Messenger Shortcut Keys</a></li><li><a href="http://www.devilslab.com/2009/05/1000-photoshop-tricks-and-shortcuts-for-digital-photography.html" title="1000 PhotoShop Tricks and shortcuts for digital photography">1000 PhotoShop Tricks and shortcuts for digital photography</a></li><li><a href="http://www.devilslab.com/2009/03/make-amazing-cd-paper-case-envelopes-origami-trick.html" title="Make Amazing CD Paper Case / Envelopes &#8211; Origami Trick">Make Amazing CD Paper Case / Envelopes &#8211; Origami Trick</a></li><li><a href="http://www.devilslab.com/2009/06/upgrading-to-windows-xp.html" title="Upgrading to Windows XP">Upgrading to Windows XP</a></li><li><a href="http://www.devilslab.com/2010/06/how-to-boot-winxp-fast.html" title="How to Boot WinXp fast ?">How to Boot WinXp fast ?</a></li><li><a href="http://www.devilslab.com/2009/04/disabling-google-talk-popup-chat-windows-in-orkut.html" title="Disabling Google Talk Popup Chat Windows in Orkut">Disabling Google Talk Popup Chat Windows in Orkut</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.devilslab.com/2009/05/kaspersky-internet-security-2010-now-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office Professional Plus 2010 TP Now Released</title>
		<link>http://www.devilslab.com/2009/05/microsoft-office-professional-plus-2010-tp-now-released.html</link>
		<comments>http://www.devilslab.com/2009/05/microsoft-office-professional-plus-2010-tp-now-released.html#comments</comments>
		<pubDate>Fri, 22 May 2009 05:27:35 +0000</pubDate>
		<dc:creator>Shekhar Saxena</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[microsoft office]]></category>

		<guid isPermaLink="false">http://www.devilslab.com/?p=467</guid>
		<description><![CDATA[Microsoft intends to release Microsoft Office 2010 Technical Preview to invited guests who register to sign up for Office 2010 CTP Program only by July 2009. Office 2010 was previously known by codename Office 14 (taken cue from its version), and wrongly assume to be Office 2009. The setup installer of both 32bit (x86) and [...]]]></description>
			<content:encoded><![CDATA[<div id="buzz_share_1" style="float: right; margin-right: 10px">
<a rel="nofollow external" target="_blank" href="http://www.google.com/reader/link?url=http://www.devilslab.com/2009/05/microsoft-office-professional-plus-2010-tp-now-released.html&title=Microsoft Office Professional Plus 2010 TP Now Released&srcURL=http://worpdressapi.com/">
<img width="50" height="58" alt="" src="http://www.devilslab.com/wp-content/plugins/google-buzz-button//images/google-buzz.png" original="http://wordpressapi.com/wp-content/plugins/google-buzz/google-buzz.png" style="display: inline;"/>
</a>
</div><div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F05%2Fmicrosoft-office-professional-plus-2010-tp-now-released.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F05%2Fmicrosoft-office-professional-plus-2010-tp-now-released.html&amp;source=shekharsaxena&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-468" title="Microsoft Office images" src="http://www.devilslab.com/wordpress/wp-content/uploads/2009/05/ace6a3d23efd.jpg" alt="Microsoft Office images" width="250" height="350" />Microsoft intends to release Microsoft Office 2010 Technical Preview to invited guests who register to sign up for Office 2010 CTP Program only by July 2009. Office 2010 was previously known by codename Office 14 (taken cue from its version), and wrongly assume to be Office 2009. The setup installer of both 32bit (x86) and 64bit (x64) Office 2010 Technical Preview 1 (TP 1) has been leaked to BT network. The leaked Office 2010 Technical Preview 1 has the version of 14.0.4006.1010, a pre-trial version provided to premium Microsoft partners.</p>
<p>It’s unclear whether it is the leaked Office 2010 TP1 build will be the version that is going to be released officially by Microsoft in July. And it’s still unclear yet whether Microsoft will make available publicly for Office 2010 Beta downloads, which is said to be will be having 2 betas &#8211; Beta 1 in July 2009 and another Beta 2 in November 2009. The betas is said to be different from Technical Preview, where TP is just meant as an engineering milestone for the development of Office 2010 and related products that leading to RTM that will reach in July 2009, according to Office 2010 IT Blog.<span id="more-467"></span> Office 2010 is expected to RTM and released as final product in March 2010, with the exception of Exchange Server 2010, where Exchange Server 2010 beta already available from official download links.</p>
<p>The setup installer of the leaked download will install Microsoft Office Plus 2010 edition, with Access 2010, Excel 2010, InfoPath 2010, OneNote 2010, Outlook 2010, PowerPoint 2010, Publisher 2010, and Word 2010. Project Professional 2010, SharePoint Designer 2010 and Visio Professional 2010 are also included in the leaked RAR archive download. Office 2010 supports Windows XP SP3, Windows Vista, and Windows 7.</p>
<p>Important note is that Office2010 TP 1 is still in early stage of development, and may contain bugs, although most individual programs such as Word 2010 and Excel 2010 are usable in everyday life. It’s also interesting to know that Office 2007, the predecessor of Office 2010, is version 12. Office 2010 will be version 14, skipping version 13, the number that Microsoft assumes may be not so lucky.</p>
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li><a href="http://www.devilslab.com/2009/06/hide-user-accounts-from-users.html" title="Hide &#039;User Accounts&#039; from users">Hide &#039;User Accounts&#039; from users</a></li><li><a href="http://www.devilslab.com/2009/06/unlock-your-iphone-in-just-2-minutes.html" title="Devilslab Hack- Unlock Your iPhone in just 2 minutes">Devilslab Hack- Unlock Your iPhone in just 2 minutes</a></li><li><a href="http://www.devilslab.com/2009/06/speed-up-your-browsing-of-windows-2000-xp-machines.html" title="Speed up your browsing of Windows 2000 &amp; XP machines">Speed up your browsing of Windows 2000 &amp; XP machines</a></li><li><a href="http://www.devilslab.com/2009/01/orkut-fonts-in-your-pocket-very-handy-userscript.html" title="Orkut Fonts in Your Pocket &#8211; Very Handy Userscript">Orkut Fonts in Your Pocket &#8211; Very Handy Userscript</a></li><li><a href="http://www.devilslab.com/2009/04/micro-sys-a1-keyword-research-121-download.html" title="Micro-Sys A1 Keyword Research 1.2.1 Download">Micro-Sys A1 Keyword Research 1.2.1 Download</a></li><li><a href="http://www.devilslab.com/2009/04/herb-ellis-and-ray-brown-soft-shoe-1974.html" title="Herb Ellis and Ray Brown &#8211; Soft Shoe 1974">Herb Ellis and Ray Brown &#8211; Soft Shoe 1974</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.devilslab.com/2009/05/microsoft-office-professional-plus-2010-tp-now-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Earth Pro 2009 Gold Edition Now Available</title>
		<link>http://www.devilslab.com/2009/05/google-earth-pro-2009-gold-edition-now-available.html</link>
		<comments>http://www.devilslab.com/2009/05/google-earth-pro-2009-gold-edition-now-available.html#comments</comments>
		<pubDate>Fri, 22 May 2009 05:13:58 +0000</pubDate>
		<dc:creator>Shekhar Saxena</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[google earth]]></category>

		<guid isPermaLink="false">http://www.devilslab.com/?p=461</guid>
		<description><![CDATA[Google Earth Pro 2009 Gold Edition Multi-Language &#124; 17.85 MB Google Earth combines satellite imagery, maps and the power of Google Search to put the world’s geographic information at your fingertips. Fly from space to your neighborhood. Type in an address and zoom right in. Search for schools, parks, restaurants, and hotels. Get driving directions. [...]]]></description>
			<content:encoded><![CDATA[<div id="buzz_share_1" style="float: right; margin-right: 10px">
<a rel="nofollow external" target="_blank" href="http://www.google.com/reader/link?url=http://www.devilslab.com/2009/05/google-earth-pro-2009-gold-edition-now-available.html&title=Google Earth Pro 2009 Gold Edition Now Available&srcURL=http://worpdressapi.com/">
<img width="50" height="58" alt="" src="http://www.devilslab.com/wp-content/plugins/google-buzz-button//images/google-buzz.png" original="http://wordpressapi.com/wp-content/plugins/google-buzz/google-buzz.png" style="display: inline;"/>
</a>
</div><div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F05%2Fgoogle-earth-pro-2009-gold-edition-now-available.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.devilslab.com%2F2009%2F05%2Fgoogle-earth-pro-2009-gold-edition-now-available.html&amp;source=shekharsaxena&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-464" title="googleearthimages1" src="http://www.devilslab.com/wordpress/wp-content/uploads/2009/05/googleearthimages1.jpeg" alt="googleearthimages1" width="300" height="230" />Google Earth Pro 2009 Gold Edition<br />
Multi-Language | 17.85 MB</p>
<p>Google Earth combines satellite imagery, maps and the power of Google Search to put the world’s geographic information at your fingertips. Fly from space to your neighborhood. Type in an address and zoom right in. Search for schools, parks, restaurants, and hotels. Get driving directions. Tilt and rotate the view to see 3D terrain and buildings. Save and share your searches and favorites. Even add your own annotations.</p>
<p>Now you can download google earth rofessional 2009.</p>
<p>Its looks will surely take your heart away.<span id="more-461"></span></p>
<p>I think you all should try this new version</p>
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li><a href="http://www.devilslab.com/2009/04/rss-10-rss-20-or-atom-how-do-you-subscribe-to-blog-feeds.html" title="RSS 1.0, RSS 2.0 or Atom &#8211; How Do You Subscribe to Blog Feeds ?">RSS 1.0, RSS 2.0 or Atom &#8211; How Do You Subscribe to Blog Feeds ?</a></li><li><a href="http://www.devilslab.com/2009/06/registry-tricks-and-tips.html" title="Registry Tricks and Tips">Registry Tricks and Tips</a></li><li><a href="http://www.devilslab.com/2009/04/what-is-voip-voice-over-internet-protocol.html" title="What is VoIP (Voice over Internet Protocol)?">What is VoIP (Voice over Internet Protocol)?</a></li><li><a href="http://www.devilslab.com/2009/04/xilisoft-audio-converter-21750327-portable.html" title="Xilisoft Audio Converter 2.1.75.0327 (Portable)">Xilisoft Audio Converter 2.1.75.0327 (Portable)</a></li><li><a href="http://www.devilslab.com/2009/03/the-best-rap-song-ever-flight-steward-made-history.html" title="The Best Rap Song Ever &#8211; Flight Steward made History">The Best Rap Song Ever &#8211; Flight Steward made History</a></li><li><a href="http://www.devilslab.com/2009/04/how-to-save-or-download-protected-images-in-flickr-orkut-album.html" title="How to Save or Download Protected Images in Flickr / Orkut Album ?">How to Save or Download Protected Images in Flickr / Orkut Album ?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.devilslab.com/2009/05/google-earth-pro-2009-gold-edition-now-available.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
