Difference between revisions of "Mac tricks"

From dbawiki
Jump to: navigation, search
Line 1: Line 1:
 
===To clean up the right-click context menu===
 
===To clean up the right-click context menu===
 
  /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
 
  /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
 +
 +
===Some Terminal tricks===
 +
[http://macs.about.com/od/usingyourmac/tp/terminaltricks.htm]

Revision as of 20:22, 26 October 2012

To clean up the right-click context menu

/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user

Some Terminal tricks

[1]