<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Enabling autorun for a USB flash drive.</title>
	<atom:link href="http://www.lazycoder.com/weblog/2006/05/01/enabling-autorun-for-a-usb-flash-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lazycoder.com/weblog/2006/05/01/enabling-autorun-for-a-usb-flash-drive/</link>
	<description></description>
	<lastBuildDate>Fri, 07 Oct 2011 15:08:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: MRG</title>
		<link>http://www.lazycoder.com/weblog/2006/05/01/enabling-autorun-for-a-usb-flash-drive/comment-page-1/#comment-114460</link>
		<dc:creator>MRG</dc:creator>
		<pubDate>Thu, 13 Dec 2007 00:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/index.php/archives/2006/05/01/enabling-autorun-for-a-usb-flash-drive/#comment-114460</guid>
		<description>I was referring to a USB flashdrive in the previous post.
MRGCAV@Gmail.com</description>
		<content:encoded><![CDATA[<p>I was referring to a <acronym title='Universal Serial Bus'><span class='caps'>USB</span></acronym> flashdrive in the previous post.<br />
<a href="mailto:MRGCAV@Gmail.com">MRGCAV@Gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MRG</title>
		<link>http://www.lazycoder.com/weblog/2006/05/01/enabling-autorun-for-a-usb-flash-drive/comment-page-1/#comment-114457</link>
		<dc:creator>MRG</dc:creator>
		<pubDate>Wed, 12 Dec 2007 23:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/index.php/archives/2006/05/01/enabling-autorun-for-a-usb-flash-drive/#comment-114457</guid>
		<description>I have Windows Vista and Windows XP Machines.
I have tried several times.
Here is my Autorun INF file.
[autorun]
OPEN=Q:
ICON=\Icon\Flashdrive.ico
ACTION=USB Flashdrive

IT does not work.

I want to:
1.  Display my drive icon in &quot;my computer&quot;. (Flashdrive.ico)
2   To have the drive open up. (displaying the flashdrive&#039;s contents)
3. To open the Autoplay dialog box.

I am no programmer. Can anyone help me write this Autorun.inf file ?

mrgcav@gmail.com</description>
		<content:encoded><![CDATA[<p>I have Windows Vista and Windows XP Machines.<br />
I have tried several times.<br />
Here is my Autorun INF file.<br />
[autorun]<br />
OPEN=Q:<br />
ICON=\Icon\Flashdrive.ico<br />
ACTION=<acronym title='Universal Serial Bus'><span class='caps'>USB</span></acronym> Flashdrive</p>
<p>IT does not work.</p>
<p>I want to:<br />
1.  Display my drive icon in &#8220;my computer&#8221;. (Flashdrive.ico)<br />
2   To have the drive open up. (displaying the flashdrive&#8217;s contents)<br />
3. To open the Autoplay dialog box.</p>
<p>I am no programmer. Can anyone help me write this Autorun.inf file ?</p>
<p><a href="mailto:mrgcav@gmail.com">mrgcav@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rene</title>
		<link>http://www.lazycoder.com/weblog/2006/05/01/enabling-autorun-for-a-usb-flash-drive/comment-page-1/#comment-106693</link>
		<dc:creator>rene</dc:creator>
		<pubDate>Mon, 19 Nov 2007 05:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/index.php/archives/2006/05/01/enabling-autorun-for-a-usb-flash-drive/#comment-106693</guid>
		<description>Hi Scott.  I happened upon your post like a year after you&#039;d made it!  Hope I can still get a little help...
I got your suggestion to work just fine, but the autoplay pop-up only displays the very first program option (I placed multiple options following your &quot;action&quot; then &quot;open&quot; code lines but nothing displays past the first option).
Can you suggest anything more?
Thanks a lot! - Rene</description>
		<content:encoded><![CDATA[<p>Hi Scott.  I happened upon your post like a year after you&#8217;d made it!  Hope I can still get a little help&#8230;<br />
I got your suggestion to work just fine, but the autoplay pop-up only displays the very first program option (I placed multiple options following your &#8220;action&#8221; then &#8220;open&#8221; code lines but nothing displays past the first option).<br />
Can you suggest anything more?<br />
Thanks a lot! &#8211; Rene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozz</title>
		<link>http://www.lazycoder.com/weblog/2006/05/01/enabling-autorun-for-a-usb-flash-drive/comment-page-1/#comment-52229</link>
		<dc:creator>Jozz</dc:creator>
		<pubDate>Mon, 22 Jan 2007 03:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/index.php/archives/2006/05/01/enabling-autorun-for-a-usb-flash-drive/#comment-52229</guid>
		<description>Bob,
You will find it should work if you write the file paths like so:

[autorun]
action=Start ThunderbirdPortable
icon=&quot;ThunderbirdPortable\ThunderbirdPortable.exe&quot;
open=&quot;ThunderbirdPortable\ThunderbirdPortable.exe&quot;
label=Portable Internet

I was having the same problem and this worked a treat.</description>
		<content:encoded><![CDATA[<p>Bob,<br />
You will find it should work if you write the file paths like so:</p>
<p>[autorun]<br />
action=Start ThunderbirdPortable<br />
icon=&#8221;ThunderbirdPortable\ThunderbirdPortable.exe&#8221;<br />
open=&#8221;ThunderbirdPortable\ThunderbirdPortable.exe&#8221;<br />
label=Portable Internet</p>
<p>I was having the same problem and this worked a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shisho</title>
		<link>http://www.lazycoder.com/weblog/2006/05/01/enabling-autorun-for-a-usb-flash-drive/comment-page-1/#comment-38548</link>
		<dc:creator>shisho</dc:creator>
		<pubDate>Wed, 01 Nov 2006 18:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/index.php/archives/2006/05/01/enabling-autorun-for-a-usb-flash-drive/#comment-38548</guid>
		<description>how can i autorun a batch file without the dialog box of windows. simple insert and autorun and thats it ?? any one knows how this can be done? i have the inf file the batch but i wan the computer to automaticaly run the batch without prompting the user to open files cancel or run , just running the batch file thanks</description>
		<content:encoded><![CDATA[<p>how can i autorun a batch file without the dialog box of windows. simple insert and autorun and thats it ?? any one knows how this can be done? i have the inf file the batch but i wan the computer to automaticaly run the batch without prompting the user to open files cancel or run , just running the batch file thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.lazycoder.com/weblog/2006/05/01/enabling-autorun-for-a-usb-flash-drive/comment-page-1/#comment-37764</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 19 Oct 2006 03:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/index.php/archives/2006/05/01/enabling-autorun-for-a-usb-flash-drive/#comment-37764</guid>
		<description>I&#039;m not sure, I&#039;ve never gotten that error when using autorun.inf. Some simple things to check.
1) Is the write-protect tab set on the USB drive?
2) If you don&#039;t control the machine, does the admin have access to USB devices turned off?
3) Are any of the files that thunderbird uses or writes to set to read-only?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure, I&#8217;ve never gotten that error when using autorun.inf. Some simple things to check.<br />
1) Is the write-protect tab set on the <acronym title='Universal Serial Bus'><span class='caps'>USB</span></acronym> drive?<br />
2) If you don&#8217;t control the machine, does the admin have access to <acronym title='Universal Serial Bus'><span class='caps'>USB</span></acronym> devices turned off?<br />
3) Are any of the files that thunderbird uses or writes to set to read-only?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.lazycoder.com/weblog/2006/05/01/enabling-autorun-for-a-usb-flash-drive/comment-page-1/#comment-37626</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 16 Oct 2006 00:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/index.php/archives/2006/05/01/enabling-autorun-for-a-usb-flash-drive/#comment-37626</guid>
		<description>Great stuff! You solved the exact problem I was trying to solve -- how to launch the portable apps (TB, FF, etc.) from a thumbdrive.

Sadly, it doesn&#039;t work for me though. When I try to launch my app from the autoplay menu I get an &quot;access is denied, E:\&quot; error. Since it&#039;s parsing the autorun.inf and displaying the action, icon and label correctly I can&#039;t fathom what it&#039;s complaining about. Any ideas?

[autorun]
action=Start ThunderbirdPortable
icon=\ThunderbirdPortable\ThunderbirdPortable.exe 
open=\ThunderbirdPortable\ThunderbirdPortable.exe 
label=Portable Internet</description>
		<content:encoded><![CDATA[<p>Great stuff! You solved the exact problem I was trying to solve &#8212; how to launch the portable apps (<acronym title='Terabyte'><span class='caps'>TB</span></acronym>, FF, etc.) from a thumbdrive.</p>
<p>Sadly, it doesn&#8217;t work for me though. When I try to launch my app from the autoplay menu I get an &#8220;access is denied, E:\&#8221; error. Since it&#8217;s parsing the autorun.inf and displaying the action, icon and label correctly I can&#8217;t fathom what it&#8217;s complaining about. Any ideas?</p>
<p>[autorun]<br />
action=Start ThunderbirdPortable<br />
icon=\ThunderbirdPortable\ThunderbirdPortable.exe<br />
open=\ThunderbirdPortable\ThunderbirdPortable.exe<br />
label=Portable Internet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.lazycoder.com/weblog/2006/05/01/enabling-autorun-for-a-usb-flash-drive/comment-page-1/#comment-36755</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 09 Sep 2006 01:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/index.php/archives/2006/05/01/enabling-autorun-for-a-usb-flash-drive/#comment-36755</guid>
		<description>I&#039;m never 100% sure, but I believe the way the U3 USB devices get around this is by reporting themselves as a CD Device, in which case AutoPlay is ignored and the autorun.inf is executed. 

There are is a registry key that allows you to define handlers for specific USB devices ( they allow you to specify the USB device ID), but that requires at least enough security to edit the registry.

I couldn&#039;t find anything on changing the return drive type fof the USB drive without changing the registry. I found this site that explains the drive type enums and how they relate to the autorun functionality a little better than I did though.
http://www.ashzfall.com/products/autorun/autorunfloppy.html</description>
		<content:encoded><![CDATA[<p>I&#8217;m never 100% sure, but I believe the way the U3 <acronym title='Universal Serial Bus'><span class='caps'>USB</span></acronym> devices get around this is by reporting themselves as a <acronym title='Compact Disk'><span class='caps'>CD</span></acronym> Device, in which case AutoPlay is ignored and the autorun.inf is executed. </p>
<p>There are is a registry key that allows you to define handlers for specific <acronym title='Universal Serial Bus'><span class='caps'>USB</span></acronym> devices ( they allow you to specify the <acronym title='Universal Serial Bus'><span class='caps'>USB</span></acronym> device ID), but that requires at least enough security to edit the registry.</p>
<p>I couldn&#8217;t find anything on changing the return drive type fof the <acronym title='Universal Serial Bus'><span class='caps'>USB</span></acronym> drive without changing the registry. I found this site that explains the drive type enums and how they relate to the autorun functionality a little better than I did though.<br />
<a href="http://www.ashzfall.com/products/autorun/autorunfloppy.html" rel="nofollow">http://www.ashzfall.com/products/autorun/autorunfloppy.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H4xsDn13d</title>
		<link>http://www.lazycoder.com/weblog/2006/05/01/enabling-autorun-for-a-usb-flash-drive/comment-page-1/#comment-36620</link>
		<dc:creator>H4xsDn13d</dc:creator>
		<pubDate>Tue, 05 Sep 2006 16:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/index.php/archives/2006/05/01/enabling-autorun-for-a-usb-flash-drive/#comment-36620</guid>
		<description>That&#039;s some cool info, but are you 100% sure that you can&#039;t run an autorun.inf off a USB drive? I&#039;ve heard there&#039;s a windows component that returns a value of DRIVE_FIXED that prevents windows from searching for a autorun file. Is there a way to change the return value of the function with just the USB drive( no previous PC modifications required)?</description>
		<content:encoded><![CDATA[<p>That&#8217;s some cool info, but are you 100% sure that you can&#8217;t run an autorun.inf off a <acronym title='Universal Serial Bus'><span class='caps'>USB</span></acronym> drive? I&#8217;ve heard there&#8217;s a windows component that returns a value of DRIVE_FIXED that prevents windows from searching for a autorun file. Is there a way to change the return value of the function with just the <acronym title='Universal Serial Bus'><span class='caps'>USB</span></acronym> drive( no previous PC modifications required)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.lazycoder.com/weblog/2006/05/01/enabling-autorun-for-a-usb-flash-drive/comment-page-1/#comment-32824</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 13 Jun 2006 15:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/index.php/archives/2006/05/01/enabling-autorun-for-a-usb-flash-drive/#comment-32824</guid>
		<description>Alex,

I&#039;m not sure. That theme appears to have left my system? I&#039;m pretty sure I got it at deviantart.com.</description>
		<content:encoded><![CDATA[<p>Alex,</p>
<p>I&#8217;m not sure. That theme appears to have left my system? I&#8217;m pretty sure I got it at deviantart.com.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

