Defaults probably isn’t going to be able to get to it very easily, but that’s in com.apple.systemuiserver.plist if you want to muck around with the array. You could also just delete /System/Library/CoreServices/Menu Extras/TimeMachine.menu from the drive.
Yea I noticed that is the file being touched…….someone else on the lists was having the same issue and I suggested messing with that file and he said he had no luck and that the menu extra gets created no matter what. I haven’t gotten to mess with it yet. I’ll probably do that tonight when I get to work. Seems to go along the lines as the external drive message always pesting you when you plugin a new drive and AFP548 was able to get the defaults command for that and post I was hoping for the same for this nuisance….lol…..nice menu extra option for the home user, but not for network admins.
Defaults cannot descend into the property list hierarchy, so it probably isn’t ever going to work for anybody. You either have to do it manually through the scripting language of your choice or throw plistbuddy on there and use that.
the com.apple.systemuiserver.MACADDRESS.plist will contain a dontAutoLoad key for time machine as soon as you turn it off. So far all of my testing leads me to believe that this is the only location to prevent the TimeMachine menubar item, and requires the mac address, which obviously makes it tough for deployment or user templates unless login scripts change the MAC on login.
Comments are closed