Quicker ways to access OS X System Preferences
There are many options available in the System Preferences that allows customisation of your OS X. However, there are times when you just want to tweak your OS X but ended up spending too much time to find the correct option. Here are couple of tips that you can use to find the right options in System Preferences.
1. Right click on the System Preferences icon on dock.
Quickiest way to access the options under System Preferences is to right click on the icon itself from the dock. The options are sorted alphbetically, making it easier and faster to get to the option.
2. Search by key words.
Yup, just like searching with a search engine. For example, you wanted to know how to calibrate the display light brightness. Just enter the word “light” and click on the highlighted Display
icon. The click on Color
tab and click Calibrate...
button.
3. Clean up the System Preferences options by removing unused options.
Don't want to see the options that you hardly ever use in System Preferences? Click on “View”, then follow by “Customize” and untick the boxes next to the options to hide them from your view.
Cleaning up the System Preferences gives you a cleaner ( by reducing distraction) and easier to find interface.
See also : Fix Mac OS X Applications Quits Unexpectedly
By AdamNg
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+6k PHP : How to check if an array is empty ?
+14.1k Golang : Fix cannot use buffer (type bytes.Buffer) as type io.Writer(Write method has pointer receiver) error
+48.6k Golang : Upload file from web browser to server
+14.8k Golang : Find commonalities in two slices or arrays example
+6.2k Golang : How to write backslash in string?
+10.3k Golang : How to check if a website is served via HTTPS
+18.8k Golang : Delete duplicate items from a slice/array
+22k Fix "Failed to start php5-fpm.service: Unit php5-fpm.service is masked."
+21.8k Golang : Setting up/configure AWS credentials with official aws-sdk-go
+11.1k Golang : Fix go.exe is not compatible with the version of Windows you're running
+6.3k PHP : How to handle URI or URL with non-ASCII characters such as Chinese/Japanese/Korean(CJK) ?
+15.1k Golang : Search folders for file recursively with wildcard support