Posted on 10-11-2011 09:52 AM
Does anyone know how to disable location services either through MCX or a
script? I'm not having too much luck finding anything on how to disable it.
Thanks
Brian
Posted on 10-11-2011 09:54 AM
defaults write /System/Library/LaunchDaemons/com.apple.locationd Disabled -bool true
launchctl unload /System/Library/LaunchDaemons/com.apple.locationd.plist
--
Todd Ness
Technology Consultant/Non-Windows Services
Americas Regional Delivery Engineering
HP Enterprise Services
Posted on 10-11-2011 10:57 AM
Worked like a charm. Thank you very much.
Thanks
Brian