Enable Finder path/status bar...

This commit is contained in:
The Ghost of FOSS' Past 2024-10-30 15:47:03 -05:00
parent b120c04d3d
commit 71c6c38ef9

View file

@ -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