Skip to main content

Posts

Showing posts with the label .plist

DISABLING THE SPOTLIGHT IN OS X 10.5

How to disable the spotlight in Leopard Here is small tip to disable the spotlight, if you don't want it to work, just m ove these two files to another safe location and then reboot your mac. /System/Library/LaunchAgents/com.apple.Spotlight.plist /System/Library/LaunchDaemons/com.apple.metadata.mds.plist If you want to re-enable Spotlight just move those files back to their previous/original location, reboot your Mac and Spotlight will start working again. Please make sure that you  backup these files, if by any chance you delete them, you will not be able to reactivate Spotlight without a reinstalling the OS.

HIDING THE DOCK & MENU BAR IN AN APPLICATION

How to hide doc & menu bar in a specific application Yesterday I got a mail from one of my user Bill and was asking if there is any way that he can hide doc when he is running his safari. Since then I was trying to find the trick to get this done for Bill. I was not sure if there is any way to do this until I found this cool method. Using property key references, this is a code that makes certain changes to your system. When you will run the application, it will check the property references and perform accordingly. Its an application programming interface (API), a small bit of code, that will make this change occur. Now without taking you in depth of how it works let me show you the procedure how to do it. Launch the application, in Finder right click (ctrl+click) on the application and select “ Show Package Contents ” and go to ' Contents ' then open “ Info.plist ” in TextEdit. Now in this file, try to find the command (dict) and then paste the following command and save