Hi,
I believe I used to set the "Show item info" preference with a Configuration Profile in the Finder payload. Or the old Global Plist payload.
Can't recall. It doesn't appear there anymore.
Is anybody using a script to check this off?

Hi,
I believe I used to set the "Show item info" preference with a Configuration Profile in the Finder payload. Or the old Global Plist payload.
Can't recall. It doesn't appear there anymore.
Is anybody using a script to check this off?

Best answer by YanW
try this
#!/bin/bash
currentuser=`stat -f "%Su" /dev/console`
## Show Item Info On Desktop
/usr/libexec/PlistBuddy -c "Set :DesktopViewSettings:IconViewSettings:showItemInfo true" /Users/$currentuser/Library/Preferences/com.apple.finder.plist
#Restarts cfprefsd and Finder
killAll cfprefsd
killAll Finder
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.