Last active
November 8, 2025 05:38
-
-
Save bebeal/91b863cd3e547cd83a1b9d17806cf835 to your computer and use it in GitHub Desktop.
Disable/enable eject popup on macos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo defaults write com.apple.frameworks.diskimages skip-verify -bool true | |
| sudo defaults write com.apple.frameworks.diskimages skip-verify-locked -bool true | |
| sudo defaults write com.apple.frameworks.diskimages skip-verify-remote -bool true | |
| killall Finder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo defaults delete com.apple.frameworks.diskimages skip-verify | |
| sudo defaults delete com.apple.frameworks.diskimages skip-verify-locked | |
| sudo defaults delete com.apple.frameworks.diskimages skip-verify-remote | |
| killall Finder |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To prevent:
Source: https://x.com/_Stocko_/status/1987026609598079159?s=20