How to turn off widgets?

Posted:
in Mac Software edited January 2014
Hi, Is there a way to turn off widgets? I'm using 10.4.8

Comments

  • Reply 1 of 4
    you mean specific ones or the whole dashboard environment? for specific ones you have to open the dashboard panel on the bottom (the + in a circle). each individual widget should have an x/circle in its upper-left corner. click that to remove it from the active widgets.
  • Reply 2 of 4
    I want to turn off the whole dashboard environment. I rather not delete the app since I may use it later but just want to turn the thing off have it not run all the time.
  • Reply 3 of 4
    Open Terminal, and then type this command, followed by the Return key:





    defaults write com.apple.dashboard mcx-disabled -boolean YES





    This tells the system that you no longer wish to have Dashboard available. However, the Dashboard task is actually ?owned? by the Dock, so to make your changes take effect, you need to restart the Dock. The easiest way to do that is to type this command into the Terminal (and press Return when done):





    killall Dock





    After the Dock restarts, hit F12 and you?ll see?nothing at all. If you run Activity Monitor, you also won?t find any Dashboard widgets in the list of tasks, even if you had several open when you ran the above command. Dashboard has been eliminated from your system, and won?t return until you tell it to do so. You can do just that by opening Terminal again, and typing this command:





    defaults write com.apple.dashboard mcx-disabled -boolean NO





    Once again, you?ll have to use the killall Dock command to make the changes take effect. Once you do, though, you?ll find that Dashboard is back as usual?and any widgets you had opened on the Dashboard will still be open.





    Remeber - this is per user account, not global. If you want it applied to ALL users, then tke the dashboard plist and put it in /System/Library/User Template/<language>/Library/Preferences/...
  • Reply 4 of 4
    I ran both command as mentioned below and rebooted. The dock still shows the little arrow on the dashboard icon but activity monitor does not show anything



    Quote:
    Originally Posted by dstranathan


    Open Terminal, and then type this command, followed by the Return key:





    defaults write com.apple.dashboard mcx-disabled -boolean YES





    This tells the system that you no longer wish to have Dashboard available. However, the Dashboard task is actually ?owned? by the Dock, so to make your changes take effect, you need to restart the Dock. The easiest way to do that is to type this command into the Terminal (and press Return when done):





    killall Dock





    After the Dock restarts, hit F12 and you?ll see?nothing at all. If you run Activity Monitor, you also won?t find any Dashboard widgets in the list of tasks, even if you had several open when you ran the above command. Dashboard has been eliminated from your system, and won?t return until you tell it to do so. You can do just that by opening Terminal again, and typing this command:





    defaults write com.apple.dashboard mcx-disabled -boolean NO





    Once again, you?ll have to use the killall Dock command to make the changes take effect. Once you do, though, you?ll find that Dashboard is back as usual?and any widgets you had opened on the Dashboard will still be open.





    Remeber - this is per user account, not global. If you want it applied to ALL users, then tke the dashboard plist and put it in /System/Library/User Template/<language>/Library/Preferences/...



Sign In or Register to comment.