After installing FW 2.0 in my Gen3, I've noticed a couple of files in it. The first is "autorun.inf", which has this:
Code:
[autorun]
icon=system\device.ico
UseAutoPlay=0
[Content]
MusicFiles=0
PictureFiles=0
VideoFiles=0
[IgnoreContentPaths]
eBooks
Music
Pictures
system
It looks pretty straightforward, but the "icon" line caught my attention, so I had a look at the "system/device.ico" file. At first sight, it's just binary data, but there's at least a PNG file embedded (between the strings "PNG" and "IEND", approx.), which I've attached here.
So, I wonder if this image can be changed (anyone dares trying it?), and what's the info in the rest of the file.