I don't know about any of you, but I absolutely hate internet-enabled disk images. I do see the value in them when distributing software. I like to keep disk images sometimes, though, so I'd rather manually copy my own software to my apps folder. The problem is that you can't simply turn off internet-enabled disk images in Safari; you have to completely turn off the auto-opening of all "safe" files. That means things like Stuffit archives won't automatically expand, and I want those to always expand.
Well, a friend of mine who works at Apple let me know of this cool little preference that allows you to tell the Disk Copy Framework to completely ignore internet-enabled disk images and treat them like normal disk images. To do so, just type the following command into the Terminal:
defaults write com.apple.frameworks.diskimages skip-idme trueOf course, to re-enable the processing of internet-enabled disk images, you just need to enter this command into the Terminal:
defaults delete com.apple.frameworks.diskimages skip-idmeThat's it! Another pretty simple but very hidden preference.
Mac OS X Hints
http://hints.macworld.com/article.php?story=20040210141030190