Enable Finder path/status bar...
This commit is contained in:
parent
b120c04d3d
commit
71c6c38ef9
1 changed files with 7 additions and 1 deletions
|
@ -65,3 +65,9 @@ echo "[DSMOSS] Disable iCloud..."
|
|||
killall Photos
|
||||
sudo defaults write com.apple.CloudDocs DisableCloudKit -bool true
|
||||
sudo defaults write com.apple.CloudPhotos FrameworkEnabled -bool false
|
||||
|
||||
# Enable Finder path/status bar...
|
||||
echo "[DSMOSS] Enable Finder path/status bar..."
|
||||
defaults write com.apple.finder ShowPathbar -bool true
|
||||
defaults write com.apple.finder ShowStatusBar -bool true
|
||||
killall Finder
|
||||
|
|
Loading…
Reference in a new issue