- Create a folder (NOTE: Folder) on the root directory of your device
- Rename it to autorun.inf
- Right-click the file -> Click Properties -> Set to Read-only and Hidden
Now you're good to go.
Well, actually you can add a bit more protection to that new folder by adding the "system file" flag to it. Here's how:
- Open a command shell
- Run "attrib +s +r +h
- Example: attrib +s +r +h d:\autorun.inf
- Example: attrib +s +r +h f:\autorun.inf
Can't be too safe these days. :D