IMac – How Do I Remove Remote Disc from Finder (not in the Sidebar)

finderimacremote-disc

I've an iMac 10.10.3. When I open Finder and go to iMac under Devices I see my HDD, NAS, etc. But I also see "Remote Disc". I can't eject it (right click->Eject doesn't do anything) or trash it (The item "Remote Disc" can't be moved to the Trash because it can't be deleted).

I have absolutely no use for Remote Disc. So how can I remove it from Finder?

Note: Please note I'm not talking about removing it from the Sidebar. I've already done that.

Regards,

Best Answer

To remove:

  1. Launch Terminal
  2. Enter the following string:

    defaults write com.apple.NetworkBrowser EnableODiskBrowsing -bool false
    
  3. Enter the following string:

    killall Finder
    

The icon should now be gone from both Finder and your sidebar. To reverse and make the icon show again, repeat the steps but run this command in step 2:

defaults delete com.apple.NetworkBrowser EnableODiskBrowsing

The icon is present on Macs which do not have optical drives but may still need access to the physical media from another computer.

Source: Apple Support Forums