hi there,
I currently want to change my local admin account's picture through command for about 50 macs.
I tried many things, and the command below seems to work but not all the time, wonder why...?
In Terminal :
su #my admin username...)
password #enter your password
dscl . -append "/Users/admin" picture "/Library/User Pictures/Animals/Cat.tif"
where admin is the local account you want to change the picture of and cat.tif the new picture.
It seemed to work on 10.6.8, do you have any other clues on how to change the picture with a script ?
I tried apple script but it does not work !
thanks a lot