i know in OS9 you used to be able to disable moving or renaming desktop icons and folders, etc. in leopard and above, is there a way to do this?
disable moving or renaming desktop icons and folders... is there a way to do this?
Really? I never knew that. Just out of curiosity, do you remember how it was done?i know in OS9 you used to be able to disable moving or renaming desktop icons and folders,
Won't locking the Desktop folder prevent you from adding things to it? Hmmm. What would happen when you "plug in" a flash drive?To prevent renaming, lock the file or folder.
This doesn't work. Apparently Finder keeps icon positions in memory while it's running, and saves them to .DS_Store when it quits.I guess you could open a Terminal window and run
chmod a-w ~/Desktop
but that could screw quite a few things up. You wouldn't be able to change files saved to the desktop or save new files, command+shift+3 and command+shift+4 would stop working, and it wouldn't prevent you from moving icons around. To reverse it, run
chmod u+w ~/Desktop
The short answer is, no. No you can't.