Disable Location Services

brian_flynn
New Contributor III

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

2 REPLIES 2

nessts
Valued Contributor II

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

brian_flynn
New Contributor III

Worked like a charm. Thank you very much.

Thanks
Brian