<?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>gHacks technology news &#187; autoplay</title>
	<atom:link href="http://www.ghacks.net/tag/autoplay/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:29:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Autorun Eater</title>
		<link>http://www.ghacks.net/2008/05/22/autorun-eater/</link>
		<comments>http://www.ghacks.net/2008/05/22/autorun-eater/#comments</comments>
		<pubDate>Thu, 22 May 2008 08:54:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[autoplay]]></category>
		<category><![CDATA[autorun]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[disable autorun]]></category>
		<category><![CDATA[usb drives]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4226</guid>
		<description><![CDATA[One common strategy to infect a computer is to use the autorun information of a removable drive, most likely an USB device, to infect the computer as soon as the user double-clicks the drive. If the computer is protected by antivirus software the attack will most likely be stopped in its tracks but the manipulated [...]]]></description>
			<content:encoded><![CDATA[<p>One common strategy to infect a computer is to use the autorun information of a removable drive, most likely an USB device, to infect the computer as soon as the user double-clicks the drive. If the computer is protected by antivirus software the attack will most likely be stopped in its tracks but the manipulated autorun.inf file on the USB device will more often than not remain untouched.</p>
<p>Here is a short explanation if you have never heard of autorun.inf files before: It contains information about files and processes that are automatically executed when a disk is inserted or double-clicked. Autorun is often confused with autoplay but they are not the same. Autorun is directly related to the autorun.inf file on the disk while autoplay automatically reacts to new devices or media, for example a music CD is automatically played in Windows when inserted.</p>
<p><a href="http://oldmcdonald.wordpress.com/2008/03/15/autorun-eater-v22/">Autorun Eater</a> takes care of autorun.inf files before it can be executed on the system. This is done my actively monitoring the system in real time. It will automatically remove suspicious autorun.inf files and store them in a secure space in case of a false positive.</p>
<p><span id="more-4226"></span>I know that some of you do not like to run a lot of programs in the background which is also my preferred way. It is possible to disable the autorun.inf system wide which is the only protection that works flawlessly. The common Registry keys NoDriveAutoRun and NoDriveTypeAutoRun do not eliminate the dangers of autorun.inf files. When properly configured they prevent that the autorun.inf file on USB devices gets executed automatically but it will still be executed when a user double-clicks the drive.</p>
<p>The only real autorun.inf protection which disables it completely is the following Registry setting. Just copy the following lines into a text document and name it auto.reg.</p>
<p><code>REGEDIT4<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf]<br />
@="@SYS:DoesNotExist"</code></p>
<p>Double-click that file and restart your computer afterwards. Autorun should now be disabled for all drives on your system.</p>

	Tags: <a href="http://www.ghacks.net/tag/autoplay/" title="autoplay" rel="tag">autoplay</a>, <a href="http://www.ghacks.net/tag/autorun/" title="autorun" rel="tag">autorun</a>, <a href="http://www.ghacks.net/tag/autoruninf/" title="autorun.inf" rel="tag">autorun.inf</a>, <a href="http://www.ghacks.net/tag/disable-autorun/" title="disable autorun" rel="tag">disable autorun</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/usb-drives/" title="usb drives" rel="tag">usb drives</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/16/increase-usb-security-with-usb-cop/" title="Increase USB Security With USB Cop (February 16, 2009)">Increase USB Security With USB Cop</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/01/11/what-is-connecting-to-the-internet/" title="What is connecting to the Internet (January 11, 2008)">What is connecting to the Internet</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/usb-flash-drives-usb-vaccine/" title="USB Flash Drives: USB Vaccine (March 6, 2009)">USB Flash Drives: USB Vaccine</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/07/true-crypt-6-released/" title="True Crypt 6 released (July 7, 2008)">True Crypt 6 released</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/09/28/system-safety-monitor-2-2/" title="System Safety Monitor 2 (September 28, 2006)">System Safety Monitor 2</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/22/autorun-eater/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Autoplay Cleanup and Removal</title>
		<link>http://www.ghacks.net/2008/01/15/autoplay-cleanup-and-removal/</link>
		<comments>http://www.ghacks.net/2008/01/15/autoplay-cleanup-and-removal/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 23:28:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[auto play]]></category>
		<category><![CDATA[autoplay]]></category>
		<category><![CDATA[autoplay handlers]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[modify autoplay]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/01/15/autoplay-cleanup-and-removal/</guid>
		<description><![CDATA[When you right-click a CD, DVD or removable drive and select Properties from the menu you find a Autoplay tab there that displays applications for certain media that are put into the drive. An action like playing or opening can be selected or that the user will be prompted every time a media of that type is inserted.]]></description>
			<content:encoded><![CDATA[<p>When you right-click a CD, DVD or removable drive and select Properties from the menu you find a Autoplay tab there that displays applications for certain media that are put into the drive. An action like playing or opening can be selected or that the user will be prompted every time a media of that type is inserted.</p>
<p>It sometimes happens that entries are still on that list although the application has been uninstalled already. There are other possibilities that have to be fixed. Those are blank entries or entries with a need provider text. </p>
<p>The software <a href="http://windowsxp.mvps.org/autoplayhandlers.htm">Clean Handlers</a> can fix those defect or invalid Autoplay handlers. It can scan for and fix invalid entries in the lists and delete Autoplay handlers that are not needed or no longer valid.</p>
<p><span id="more-2863"></span><img src='http://www.ghacks.net/wp-content/uploads/2008/01/repair_autoplay_handlers.jpg' alt='repair autoplay handlers' /></p>
<p>I have for example no intention to display images on media with Opera which is why I decided to remove it from the list. Not that I use the Autoplay feature at all. I prefer to be in control and select what I want to do with inserted media.</p>
<p>via <a href="http://www.mydigitallife.info/2008/01/15/cleanhandlers-free-download-autoplay-cleanup-utility-for-xp-and-vista/">My Digital Life</a></p>

	Tags: <a href="http://www.ghacks.net/tag/auto-play/" title="auto play" rel="tag">auto play</a>, <a href="http://www.ghacks.net/tag/autoplay/" title="autoplay" rel="tag">autoplay</a>, <a href="http://www.ghacks.net/tag/autoplay-handlers/" title="autoplay handlers" rel="tag">autoplay handlers</a>, <a href="http://www.ghacks.net/tag/cd/" title="cd" rel="tag">cd</a>, <a href="http://www.ghacks.net/tag/dvd/" title="dvd" rel="tag">dvd</a>, <a href="http://www.ghacks.net/tag/modify-autoplay/" title="modify autoplay" rel="tag">modify autoplay</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/08/13/why-drm-is-not-consumer-friendly/" title="Why DRM is not consumer friendly (August 13, 2007)">Why DRM is not consumer friendly</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/12/23/riaa-is-sueing-allofmp3/" title="Riaa is sueing Allofmp3 (December 23, 2006)">Riaa is sueing Allofmp3</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/03/17/print-covers-using-undercover-xp/" title="Print Covers using Undercover XP (March 17, 2007)">Print Covers using Undercover XP</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/12/17/print-covers-easily-with-undercover-xp/" title="Print Covers Easily With Undercover XP (December 17, 2008)">Print Covers Easily With Undercover XP</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/07/18/nero-burning-rom-autoloader-plugin/" title="Nero Burning Rom Autoloader Plugin (July 18, 2008)">Nero Burning Rom Autoloader Plugin</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/01/15/autoplay-cleanup-and-removal/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
