Scripts

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

------------------------------------------EXIBIR PASTAS E ARQUIVOS OCULTOS:

defaults write com.apple.finder AppleShowAllFiles -bool true


KillAll Finder
------------------------------------------ESCONDER PASTAS E ARQUIVOS OCULTOS:
defaults write com.apple.finder AppleShowAllFiles -bool false
KillAll Finder
------------------------------------------ENCRIPTAR ARQUIVO
zip -er -jj pathToZIPFile pathToFolder
------------------------------------------DASHBOARD
(DESABILITAR)
defaults write com.apple.dashboard mcx-disabled -boolean true
killall Dock
(HABILITAR)
defaults write com.apple.dashboard mcx-disabled -boolean false
-------------------------------------------

You might also like