Via terminal this will disable the option completely:
$ defaults write com.apple.finder ProhibitConnectTo -bool true; killall Finder
But I just want to disable the Command-K shortcut key.
Thanks!
$ defaults write com.apple.finder ProhibitConnectTo -bool true; killall Finder
But I just want to disable the Command-K shortcut key.
Thanks!