How to Remove Finder Icon from Dock

Understand what will happen., Navigate to /System/Library/CoreServices/., Double-click Dock.app., Open /Content/Resources/., Right-click on "DockMenus.plist" and open it in a text editor., Find the "finder-running" section., Add the code to the...

11 Steps 2 min read Medium

Step-by-Step Guide

  1. Step 1: Understand what will happen.

    You can remove the Finder icon from your Dock, but this action is not supported by Apple.

    This could result in odd behavior, and may leave an empty space on the Dock that you can't do anything about.

    As with anything you do that's not officially supported on a computer, proceed at your own risk.It is not possible to remove the Finder icon without performing this hack.
  2. Step 2: Navigate to /System/Library/CoreServices/.

    You can do this using your Finder, or you can press ⌘ Command+⇧ Shift+G and paste "/System/Library/CoreServices/" into the field. , This will open the Dock's files. , Scroll down until you find "DockMenus.plist".

    Make a copy of "DockMenus.plist" and place it on your desktop or in your Documents folder as a backup. , Make sure that you open it with root access.

    One of the most popular text editors is the free Text Wrangler. , You may have to scroll down a bit to find it. , Enter the following code to the "finder-running" section.

    Make sure you're not inserting it in the middle of a different subsection.

    Save the file and close the editor when you're finished:<dict> <key>command</key> <integer>1004</integer> <key>name</key> <string>REMOVE_FROM_DOCK</string> </dict>

    You can find the Terminal in the Utilities folder in the Applications folder. , The Finder icon may leave behind the "Active" glow that appears when you have windows open.

    Make sure that you have closed all of your Finder windows before proceeding. , This will reset your Dock, but the Finder icon will still be there. , This previously-unavailable command will now be available, and the Finder icon can be removed from the Dock.

    It will reappear when you restart your computer, but you can just right-click it again and remove it.
  3. Step 3: Double-click Dock.app.

  4. Step 4: Open /Content/Resources/.

  5. Step 5: Right-click on "DockMenus.plist" and open it in a text editor.

  6. Step 6: Find the "finder-running" section.

  7. Step 7: Add the code to the "finder-running" section.

  8. Step 8: Open the Terminal.

  9. Step 9: Close all Finder windows.

  10. Step 10: Type .killall Dock and press ⏎ Return.

  11. Step 11: Right-click on the Finder icon in your dock and select "Remove from Dock".

Detailed Guide

You can remove the Finder icon from your Dock, but this action is not supported by Apple.

This could result in odd behavior, and may leave an empty space on the Dock that you can't do anything about.

As with anything you do that's not officially supported on a computer, proceed at your own risk.It is not possible to remove the Finder icon without performing this hack.

You can do this using your Finder, or you can press ⌘ Command+⇧ Shift+G and paste "/System/Library/CoreServices/" into the field. , This will open the Dock's files. , Scroll down until you find "DockMenus.plist".

Make a copy of "DockMenus.plist" and place it on your desktop or in your Documents folder as a backup. , Make sure that you open it with root access.

One of the most popular text editors is the free Text Wrangler. , You may have to scroll down a bit to find it. , Enter the following code to the "finder-running" section.

Make sure you're not inserting it in the middle of a different subsection.

Save the file and close the editor when you're finished:<dict> <key>command</key> <integer>1004</integer> <key>name</key> <string>REMOVE_FROM_DOCK</string> </dict>

You can find the Terminal in the Utilities folder in the Applications folder. , The Finder icon may leave behind the "Active" glow that appears when you have windows open.

Make sure that you have closed all of your Finder windows before proceeding. , This will reset your Dock, but the Finder icon will still be there. , This previously-unavailable command will now be available, and the Finder icon can be removed from the Dock.

It will reappear when you restart your computer, but you can just right-click it again and remove it.

About the Author

A

Adam Cox

Enthusiastic about teaching lifestyle techniques through clear, step-by-step guides.

53 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: