So we've disabled users from clicking on Bluetooth in System preferences but users can still turn on bluetooth from the Mouse System Preference screen.
How do people using Jamf manage to disable bluetooth?
So we've disabled users from clicking on Bluetooth in System preferences but users can still turn on bluetooth from the Mouse System Preference screen.
How do people using Jamf manage to disable bluetooth?
You could always deploy a launchdaemon that runs every minute and calls a script that wacks bluetooth off
I'm a big fan of deploying launchagents & daemons.
defaults write /Library/Preferences/com.apple.Bluetooth.plist ControllerPowerState 0
maybe wack the daemon entirely or unload the daemon as well at login?
launchctl unload /System/Library/LaunchDaemons/com.apple.blued.plist
@Hugonaut does that work with System Integrity Protection enabled?
Nevermind I followed your advise and now have a launch Daemon running every minute.
Works perfectly
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.