<?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>MakeUseOf.com &#187; autorun</title>
	<atom:link href="http://www.makeuseof.com/tags/autorun/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Sun, 22 Nov 2009 01:06:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Prevent A USB Drive From Running Anything Automatically In Windows</title>
		<link>http://www.makeuseof.com/tag/how-to-prevent-a-usb-drive-from-running-anything-automatically-in-windows/</link>
		<comments>http://www.makeuseof.com/tag/how-to-prevent-a-usb-drive-from-running-anything-automatically-in-windows/#comments</comments>
		<pubDate>Fri, 29 May 2009 15:00:04 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[autorun]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[usb drives]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18005</guid>
		<description><![CDATA[USB flash drives are our personal data carriers, but the way we use it to exchange files also makes them open to viruses.
The Achilles heel which viruses exploit is the autorun.inf file. Autorun.inf file is a simple instruction file present in removable media like CDs, DVDs and USB drives. This file contains a series of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-18011 alignleft" style="margin-left: 5px; margin-right: 5px;" title="thumbnail" src="http://www.makeuseof.com/wp-content/uploads/2009/05/thumbnail.png" alt="thumbnail" width="160" height="139" />USB flash drives are our personal data carriers, but the way we use it to exchange files also makes them open to viruses.</p>
<p>The Achilles heel which viruses exploit is the <strong>autorun.inf</strong> file. Autorun.inf file is a simple instruction file present in removable media like CDs, DVDs and USB drives. This file contains a series of commands that triggers the operating system to start an executable, tells it which icon to use, and which additional actions to make available. A basic autorun.inf file looks like this –</p>
<p><em>[autorun]<br />
open=autorun.exe<br />
icon=autorun.ico</em></p>
<p><strong>Special Note:</strong> <em>Autoplay</em> is the Windows action which asks you to specify the application to use to open a particular file. The autoplay dialog box asks you to select from the options when you insert a media. <em>Autorun</em> on the other hand, is the Windows action which automatically launches applications depending on the commands given in the autorun.inf file when we double click the removable drive icon.<br />
<span id="more-18005"></span></p>
<p>The keyword is <strong>automatic</strong>. We have to find ways to short circuit the automatic execution of programs (good or bad), so that a hidden malware does not penetrate our system. The idea then is to change the way Windows handles the autorun.inf file. The methods expressed here are majorly for <strong>Windows XP</strong>.</p>
<h3>Use the SHIFT key</h3>
<p>Suppress autorun by pressing the SHIFT key when inserting a USB drive. Then, right click on the icon in <em>Explorer</em> and select <em>Explore</em> to access the contents of the drive. This is a one-time action and you have to keep that in mind every time you insert an USB drive. And you have to be ever mindful of never double-clicking your USB drive icon in Explorer.</p>
<h3>Go to the Group Policy Editor</h3>
<p><img class="aligncenter size-full wp-image-18006" title="1_gpedit" src="http://www.makeuseof.com/wp-content/uploads/2009/05/1_gpedit.png" alt="1_gpedit" width="580" height="522" /></p>
<p>Group Policy Editor is used to define user and computer configurations for groups of users and computers.</p>
<ol>
<li>Open GPEditor via <em>Start – Run</em>. Enter <em>gpedit.msc</em> in the Run box.</li>
<li>Navigate to <em>Computer Configuration &#8211; Administrative Templates – System</em>.</li>
<li>Highlight <em>System</em> on the left hand pane. On the right hand pane, go down to the entry &#8211; <em>Turn off Autoplay</em> and double click on it.</li>
<li>Select the <em>Enabled</em> radio button, then for the <em>Turn off Autoplay</em> on dropdown, select <em>All drives</em>.<img class="aligncenter size-full wp-image-18007" title="2_turn-off-autoplay" src="http://www.makeuseof.com/wp-content/uploads/2009/05/2_turn-off-autoplay.png" alt="2_turn-off-autoplay" width="404" height="455" /></li>
</ol>
<p>This will disable the autorun feature and let you explore the drive contents for all drives instead of directly opening it.</p>
<h3>Hack the registry </h3>
<p><img class="aligncenter size-full wp-image-18008" title="3_registry" src="http://www.makeuseof.com/wp-content/uploads/2009/05/3_registry.png" alt="3_registry" width="550" height="498" /></p>
<p>We can also disable the autorun feature by making a change in the registry. Be forewarned that if you are not at ease with the registry, it is advisable to skip this step.</p>
<ol>
<li>Launch the Registry Editor by typing regedit in the Run box (Start -> Run)</li>
<li>On the left hand pane, keep expanding the entries by clicking on the + sign. Search for this entry –<em> HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer<br />
</em></li>
<li>For this registry entry, go to the right panel and double click the <em>NoDriveTypeAutoRun</em> registry key.</li>
<li>Change the Value data to <strong>FF</strong> for Hexadecimal or <strong>255 </strong>for Decimal value.</li>
<li>Click <em>OK</em> to close the registry editor and restart the computer.</li>
</ol>
<h3>Fall back on software</h3>
<p>If you are the type who hates going into the guts of the operating system, there are of course handy pieces of software available. Here are two examples of such applications.</p>
<p><a href="http://narod.yandex.ru/100.xhtml?www.sputnik70.narod.ru/usb_en.zip" target="_blank"><strong>USB 1.3</strong></a></p>
<p><img class="aligncenter size-full wp-image-18009" title="4_usb" src="http://www.makeuseof.com/wp-content/uploads/2009/05/4_usb.png" alt="4_usb" width="326" height="125" /></p>
<p>This 7KB USB anti-virus tool works by detecting the removable drive and renaming the autorun.inf file to <em>autorun.inf_current date_time</em> thus preventing its running by the system. The program loads in the system tray and with just one click, you can turn Autorun on or off. Another option informs the user about all actions on autorun.inf files.</p>
<p>The program works from the system tray and is compatible with Windows XP, Windows 2000, Windows 98 and Windows 95.</p>
<p><a href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx" target="_blank"><strong>TweakUI</strong></a></p>
<p><img class="aligncenter size-full wp-image-18010" title="5_tweakui" src="http://www.makeuseof.com/wp-content/uploads/2009/05/5_tweakui.png" alt="5_tweakui" width="524" height="423" /></p>
<p>TweakUI, Microsoft’s <a href="http://www.makeuseof.com/tag/microsoft-powertoys-winxp/" target="_blank">Power toy for Windows XP</a> gives a user access to system settings that are below the visible interface of the OS.</p>
<p>To disable autoplay using TweakUI, go to the <em>My Computer – Autoplay – Drives</em> setting. Deselect the drive you wish to disable the autoplay for. Also, go to<em> My Computer &#8211; AutoPlay – Types</em>. Uncheck <em>Enable Autoplay</em> for removable drives. Click <em>OK</em> and you are done.</p>
<p>The 126KB download is compatible with Windows XP and Windows Server 2003.</p>
<p>These methods will prevent the automatic jumpstart of a USB drive. But if a malware sneaks through, then the value of a good, updated <a href="http://www.makeuseof.com/tag/panda-cloud-the-antivirus-like-no-other-you-have-seen/">anti-virus</a> and anti-malware as the first line of defense cannot be exaggerated enough.</p>
<p>Do you let a USB drive run automatically or do you control it with a blocking action? Which is your favored method? Let us know.</p>
<p>While we are learning more about USB drives, also take a look some of our <a href="http://www.makeuseof.com/tags/usb-drive/" target="_blank">popular posts</a> about the device.</p>
<p><small>Image credit: <a href="http://www.flickr.com/photos/76613417@N00/111901487/">Nedko</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/tweak-windows-with-portable-ultimate-windows-tweaker/" title="Tweak Your Windows OS With Portable Ultimate Windows Tweaker (March 26, 2009)">Tweak Your Windows OS With Portable Ultimate Windows Tweaker</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/5-awesome-apps-to-make-things-easier-on-a-usb-drive/" title="5 Awesome Apps To Make Things Easier On A USB Drive (June 10, 2008)">5 Awesome Apps To Make Things Easier On A USB Drive</a> (28)</li>
	<li><a href="http://www.makeuseof.com/tag/prevent-pc-from-booting-if-your-usb-drive-is-not-inserted/" title="Use Your USB Stick As a Key to Boot Your Windows PC (December 13, 2008)">Use Your USB Stick As a Key to Boot Your Windows PC</a> (52)</li>
	<li><a href="http://www.makeuseof.com/tag/usb-office-showdown-tiny-usb-office-vs-portable-apps/" title="USB Office Showdown: Tiny USB Office vs. Portable Apps (August 22, 2008)">USB Office Showdown: Tiny USB Office vs. Portable Apps</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-your-windows-operating-system-with-xpy/" title="Tweak Your Windows Operating System With Xpy (October 4, 2008)">Tweak Your Windows Operating System With Xpy</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-prevent-a-usb-drive-from-running-anything-automatically-in-windows/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>5 Awesome Apps To Make Things Easier On A USB Drive</title>
		<link>http://www.makeuseof.com/tag/5-awesome-apps-to-make-things-easier-on-a-usb-drive/</link>
		<comments>http://www.makeuseof.com/tag/5-awesome-apps-to-make-things-easier-on-a-usb-drive/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 13:49:43 +0000</pubDate>
		<dc:creator>Shankar Ganesh</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[autorun]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[portable app]]></category>
		<category><![CDATA[synchronize]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[usb drives]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=2805</guid>
		<description><![CDATA[We all love our USB drives, don’t we? You should probably be using some portable apps on your USB drive – if not, check out our huge list of portable applications for your USB drive here.
In this post, I want to cover a few apps that will make managing your USB drive easier. In essence, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-2878" title="usb1" src="http://www.makeuseof.com/wp-content/uploads/2008/06/usb1.png" alt="" align="left" />We all love our USB drives, don’t we? You should probably be using some portable apps on your USB drive – if not, check out our <a href="http://www.makeuseof.com/tag/portable-software-usb/">huge list of portable applications for your USB drive here</a>.</p>
<p>In this post, I want to cover a few apps that will make managing your USB drive easier. In essence, I’ll talk about tools that can be used to make things easier if you’ve got a USB drive – <em>not about apps that work from your drive.</em></p>
<p>So here we go &#8211; five applications to make things easier if you&#8217;re using a USB thumb drive.</p>
<h2>1) Prevent Virus Infections on your USB Thumb Drive with ThumbScrew</h2>
<p><img src="http://makeuseof.com/images/b1eed3deba69_F7EE/thumbscrew1_thumb.png" border="0" alt="thumbscrew1" align="left" />If you’re working on a system that’s probably infected with viruses, you wouldn’t want to see your USB thumb drive get infected by the same – they probably have some backups of your data that you cannot afford to lose. However, if you’re in an inevitable situation where you really have to access the USB drive, do so <strong>after</strong> you install ThumbScrew.</p>
<p><a href="http://www.irongeek.com/i.php?page=security/thumbscrew-software-usb-write-blocker">ThumbScrew</a> can be used to write-protect your USB drive so that malware from your computer doesn’t spread to it. <a href="http://www.irongeek.com/i.php?page=security/thumbscrew-software-usb-write-blocker">Download</a> and launch the app, right click the System Tray icon and choose ‘<strong>Make USB Read Only’. </strong>Nothing could be written to the USB Drive, you’re completely protected from infections spreading to your disk from your computer.</p>
<h2>2) Eject USB Devices Quickly with USB Disk Eject</h2>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" title="usbdiskeject" src="http://makeuseof.com/images/b1eed3deba69_F7EE/usbdiskeject.gif" border="0" alt="usbdiskeject" align="left" />Let’s admit it. Windows does give you options to eject your USB drives – we all use that by clicking on the ‘Safely Remove Hardware’ option in the System Tray. But have you ever thought it’s too cumbersome and the list confuses you more than helps you remove that <em>particular</em> device?</p>
<p>People who’ve got multiple USB Devices connected to their system will have really felt this annoyance as the hardware remove dialog doesn’t make it clear which option removes what device.</p>
<p>Here’s the way out: <a href="http://quick.mixnmojo.com/usb-disk-ejector">Download</a> this tiny but functional app called <a href="http://quick.mixnmojo.com/usb-disk-ejector">USB Disk Eject</a>. Just double-click when you need to remove a USB drive and a window will pop up listing the devices connected to your system via USB.  Each device is labelled clearly and legibly. Just double-click on the one that you want to get removed and you’re done. Much quicker, I’d say.</p>
<h2>3) Access USB Drives Quickly with Desk Drive</h2>
<p>DeskDrive is somewhat similar to the above application, but it&#8217;s for keyboard junkies. Mark just mentioned it a few days ago here on Make Use Of. I’ve been using it since yesterday, and I couldn’t help thinking why Windows doesn&#8217;t have this feature by default.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/05/deskdriveconfig.gif" alt="" /></p>
<p>Here’s a summary of the app: DeskDrive puts shortcuts to your USB drives on your desktop immediately after you insert them. Quick access. That’s pretty much it. For more, head on to <a href="http://www.makeuseof.com/tag/instant-removable-drive-shortcuts-with-desk-drive/">Mark’s post</a> or download the app directly from <a href="http://blueonionsoftware.com/deskdrive.aspx">here</a>.</p>
<h2>4) Autorun Apps from your USB Drive with USB Autorun Maker</h2>
<p>How many times have you browsed through those myriad of folders to launch that one particular app that you always run from your USB drive? Why not make it autorun so that the application launches immediately when you open the drive icon?</p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" title="autoru8n" src="http://makeuseof.com/images/b1eed3deba69_F7EE/autoru8n_thumb.png" border="0" alt="autoru8n" width="589" height="363" /></p>
<p>Yep, that’s possible, thanks to a utility called USB Autorun. Download <a href="http://www.archidune.com/index.php?id=3&amp;d=apo/usb_autorun/setup.exe">USB Autorun</a> (direct link), and use the options in the system tray icon to build an <strong>autorun.inf</strong> file. You’ll have to specify which app should be run automatically, and click ‘Build’ and the autorun maker will create an autorun.inf file that tells Windows that a particular app should be launched. No big thing to do here – you just need to specify the path where the app is present. Please note that this software is shareware, so there are some limitations.</p>
<h2>5) Backup Files to your USB Drive with SyncToy</h2>
<p>How many times have you copy-pasted those folders in Windows to back up your most important data and got fed up copy-pasting back and forth? Just relax, and get the SyncToy tool from Microsoft.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/02/synctoy1.png" alt="" /></p>
<p>Install the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C26EFA36-98E0-4EE9-A7C5-98D0592D8C52&amp;displaylang=en">Synctoy application</a>, specify what directory should be copied to where – it’s called a ‘folder pair’ in Synctoy (here in this case, the directory where your files should be put in should be somewhere in your USB Drive) and then just press the Run button for the backup operation to take place. For an in depth guide, check out our previous guide on <a href="http://www.makeuseof.com/tag/how-to-sync-files-between-pc-and-usb-thumb-drive/">syncing your USB Drive</a>. I bet this software will probably save you from a lot of frustration. <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>What other apps have made working with your USB devices easier? Let us know in the comments. I’m all ears!</p>
<p><em>(By) Shankar Ganesh, a 16 year old Blogger and Freelance Writer from India. He blogs about computers and software tips at <a href="http://www.killertechtips.com" target="_blank">Killer Tech Tips</a>.</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-sync-files-between-pc-and-usb-thumb-drive/" title="How to Sync Files between PC and USB Thumb Drive? (February 2, 2008)">How to Sync Files between PC and USB Thumb Drive?</a> (27)</li>
	<li><a href="http://www.makeuseof.com/tag/4-possible-ways-of-carrying-your-computer-on-a-thumb-drive/" title="4 Ways To Use a USB or External Drive Like Your Own Mobile Computer (August 2, 2009)">4 Ways To Use a USB or External Drive Like Your Own Mobile Computer</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/using-keepass-to-secure-your-online-accounts/" title="Using Keepass to Secure Your Online Accounts (March 6, 2008)">Using Keepass to Secure Your Online Accounts</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/usb-office-showdown-tiny-usb-office-vs-portable-apps/" title="USB Office Showdown: Tiny USB Office vs. Portable Apps (August 22, 2008)">USB Office Showdown: Tiny USB Office vs. Portable Apps</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/toss-your-broken-keyboard-to-one-side-with-portable-on-screen-keyboard/" title="Toss Broken Keyboard to side with Portable On-Screen Keyboard (July 30, 2008)">Toss Broken Keyboard to side with Portable On-Screen Keyboard</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-awesome-apps-to-make-things-easier-on-a-usb-drive/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
