Saturday, May 2, 2015

hide desktop icons on MAC from CLI and save 6$

Well this post will be super short:
open a terminal and type:

 defaults write com.apple.finder CreateDesktop -bool false && killall Finder

to hide then

 defaults write com.apple.finder CreateDesktop -bool true && killall Finder

to show them again 


that's it 
Alex 

No comments:

Post a Comment