Thoughts from the mind of blue alien, 14-02-2002: > Anyone know how to lock a folder in the Finder. I'm so annoyed that >the MSN Messanger keeps putting an alias in my startup folder everytime >I quit the program. You can't lock a folder, as far as I know. You could make an Applescript that deletes this alias. Then put the script in your Shutdown items folder, so it runs automatically when you switch off the computer: tell application "Finder" activate select file "filename" of folder "Startup Items" of folder "System Folder" of startup disk delete selection end tell Paste this in the Script Editor, save as "Classic Applet", put in Shutdown items. Substitute the exact name of the alias for "filename", and make sure the other names are exact as well. >Or, anyone know what the 'Kodak precision startup' is for. Can't >remember if thats part of the OS or something that I installed for >some reason. Colour calibration stuff, possibly installed by Photoshop. You can trash it if you don't need it. Photoshop works without it. -- Hendrik Jan Veenstra <h@...> Omega Art: http://www.ision.nl/users/h/index.html
Message
Re: [L-OT]Locking folders in Finder
2002-02-14 by Hendrik Jan Veenstra
Attachments
- No local attachments were found for this message.