Skip to content

Instantly share code, notes, and snippets.

@ph00lt0
Created July 13, 2022 00:27
Show Gist options
  • Save ph00lt0/60fcd5840102879d81f6b0785cad2e8f to your computer and use it in GitHub Desktop.
Save ph00lt0/60fcd5840102879d81f6b0785cad2e8f to your computer and use it in GitHub Desktop.
MacOS disable disk warning
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.DiskArbitration.diskarbitrationd.plist DADisableEjectNotification -bool YES && sudo pkill diskarbitrationd
@1515orz
Copy link

1515orz commented May 7, 2024

And how to enable it again?

@ph00lt0
Copy link
Author

ph00lt0 commented May 7, 2024

I suppose changing the bool to NO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment