How to get the old-style alert message box back in MacOS
Newer MacOSs introduced a new alert style message box that pops up when an error occurs. If you want to return to the old style, do the below:
Thank you for reading this post, don't forget to subscribe!
- Go to Finder > Utilities > Terminal.
- At the prompt, type: defaults write -g NSAlertMetricsGatheringEnabled -bool false
- Exit Terminal.
- Reboot your Mac for the changes to take effect.
- That’s it.
To return them to the original, change the false to true.
About Post Author
(Visited 240 times, 1 visits today)