Hi I'm trying to run the following script via a policy.
# Show Hard Drives On The Desktop
defaults write com.apple.finder ShowHardDrivesOnDesktop -bool true
# Show Mounted Servers On The Desktop
defaults write com.apple.finder ShowMountedServersOnDesktop -bool true
# Show External Hard Drives On The Desktop
defaults write com.apple.finder ShowExternalHardDrivesOnDesktop -bool true
killall Finder
exit 0
Script runs fine on my machine, but the test machine I'm scoping to does nothing. The logs show:
Executing Policy ShowIcons
Running script ShowIcons...
Script exit code: 0
Script result: No matching processes were found
Anyone able to help me?
