How can I hide the Autoplay dialog
from the autorun.inf file?
I have a USB with two partitions: A bootable linux partition (recognized as a fake CD drive by windows) and the normal "Removable disk" partition, where I can store my files.
When I plug in my USB into any computer, I get two autoplay dialogs, which is very annoying. Is there any line I can put in Autorun.inf to disable the Autoplay dialog on the CD partition?
I tried
Code:
[Autorun]
UseAutoplay=0
but it didn't work.
This website lists all autorun commands:
Autorun.inf Entries