how do you temperarily quit the dock?

joeth

The Mac Duck
i need to temporarily quit the dock so I can delete it and replace it with another. please help. thanx in advance


-joe
 
I think the easiest way to do is using an Applescript

Code:
tell Application "Dock" to quit
tell Application "Dock" to quit

Note: You have to write the line 2 times or the dock will restart automatical - it also depends on your version of OSX if it works
 
Originally posted by Chibi15
I think the easiest way to do is using an Applescript

Code:
tell Application "Dock" to quit
tell Application "Dock" to quit

Note: You have to write the line 2 times or the dock will restart automatical - it also depends on your version of OSX if it works

I have 10.1.4. Does it work on this. Cuz when I tried it it didn''t.
 
Back
Top