Skip to main content

System Preferences - Under the Hood of Your Mac

New to the Mac? Had a Mac for years? Either way you need to know the "in's and out's" of the System Preferences of your operating system. Getting under the "hood" of your Mac need not mean getting you hands dirty. Don't worry, you don't need to be a computer geek or even slightly nerdy to master your Mac's look and feel.1

What this series will cover

Putting stickers all over the outside of your laptop is not the only way to customize it. In the next several blog posts, we will discover many obvious and also some hidden treats in the System Preferences. Want to control how often pictures change in your screen saver? Or perhaps you type the same response to emails, over and over again? Or maybe the screen dims too quickly for your taste. All of this is can be under your control. Apple sets your Mac's settings out of the box to work in a generally easy manner. But you are you, why don't you make your Mac work the way you want to? Well you certainly can!  Read on...



System Preferences - OK, Now What?

To get to all this Geeky Goodness, you have many options.
  • Click on the  icon in your Menu bar. (Look at the upper left side, yup, there it is!) Select System Preferences from the dropdown menu.
  • Click on the System Preferences on your dock.
  • Select System Preferences from Launchpad. This can be seen by tapping the F4 key on you keyboard or by pinching with five fingers on your trackpad. Try it. Is very cool. Start typing System Preferences and the icons will narrow down showing you relavant applications.2
  • Type System Preferences in Spotlight. This is the little magnifying glass icon at the upper right side of your menu bar.

Lesson One 

For our first lesson let's check out the System Preferences Pane. You know, the window that pops up when you click the System Preferences icon. In the header you will see forward and back arrows, a "Show All" button and a search field.

  • Back and Forward Just like a Web Browser (Safari, Chrome, Firefox, Opera...) as you move through the preferences you have to option to 'go back' or forward to the last preference setting. When you apply a setting, for example a desktop background, it is instantly applied. No need to restart your Mac or silly foolishness like that. The change is made, pure and simple.
  • Show All This button takes you back to this window from anywhere in the system preferences.
  • Search This is a great feature that will save you a lot of time! As most of us don't go to these settings very often, entering a search term in this field will help you to find the setting you are looking for. As you type, the icons that are relevant highlight so you can quickly navigate to the correct setting pane.

The Icons

The first row groups general settings together. Here you can change your screensaver, location and visibility of your dock or even control what is searchable on your Mac via Spotlight. The next row is for the Input and Output settings of your Mac. (I/O) This is for Input devices like mice and keyboards, and Output devices like the monitor, speakers and printers. The next row covers network related settings. Next are the administrative settings. They are not for the faint of heart, but not too difficult to learn and leverage though.

What's Next?

In the next article, we will examine the General settings icon. Lots of geeky goodness here!

  1. Many of the settings mentioned in the upcoming blog posts may be advanced, but they can save you much time an effort as you use your Mac from day to day. Feel free to dig into them on your own. You may find some hidden gems not covered here. [^fn]:This is a great way to find any program on you Mac, by the way. For more information check out this article on Apple's Support Website.
    Written with StackEdit.
  2. Many of the settings mentioned in the upcoming blog posts may be advanced, but they can save you much time an effort as you use your Mac from day to day. Feel free to dig into them on your own. You may find some hidden gems not covered here. [^fn]:This is a great way to find any program on you Mac, by the way. For more information check out this article on Apple's Support Website.
    Written with StackEdit.

Comments

Popular posts from this blog

Acid3 Test

I did an Acid3 test with a few browsers and these are the results I got.  For those unfamiliar, as I understand it, Acid3 is a test to see how compliant a browser is with current standards with the W3C . Browser # 1: Chrome by Google.  Running under Windows Vista Home on my Mac in VMWare. 79/100 Not bad for a new browser.  I'll be curious to see what the Mac version will do when it comes out. Browser #2: Firefox v.3.0.1 Mac OS X 10.5.4 71/100 Not as good as Chrome, but I have a PILE of extensions on Firefox. Browser #3: Safari 3.1.2 Mac OS X 10.5.4 75/100 Better than Firefox but still lower than Chrome. My take is overall they seem to perform about the same but I'll stick with Safari for now.  I use Firefox for much of my web browsing, but Safari is fast becoming a close second. Someday, maybe I'll test Opera too. Cheers!

Tips: Delete duplicate entries in "Open With..." dialog in Finder

Duplicates!!! When you control+click (or right click if you have enabled that option) on Mountain Lion, and there seems to be several duplicate applications listed and/or apps you no longer use, here is a Terminal shell script that will fix that.  Just copy and paste the code below in a Terminal window. /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain user (Terminal can be found using Launchpad or Spotlight) After pasting, hit the Return key and allow time to run, then type "killAll Finder" without the quotes, and Return.  This will rebuild the "Open With..." menu.   If you do not see an immediate effect on the lists, restart your Mac.   Should be no need to restart. (Thanks, JK) Duplicates and old apps gone! If you wish, you can make a Service that will do it using Automator as well: Open Automator (Launch Pad or Applications folder) Create...

Do You Need to Defragment a Mac’s Hard Drive?

--> Do You Need to Defragment a Mac's Hard Drive? About Focus on Macs In my mailbag this week, I found a couple of questions about defragmenting a Mac's hard drive. This question usually comes from new Mac users, or individuals who switch to the Mac from the Windows environment, where disk defragmentation utilities abound. Some individuals want to know which third-party disk defragmentation app they should use, or wonder why there is no defrag tool in OS X. Courtesy of Apple OS X does have disk defragmentation capabilities, but they're built into the system rather than a separate tool. Since OS X 10.2, Apple has included automatic defragmentation in the Mac OS. In essence, the Mac OS has built-in safeguards that attempt to prevent file fragmentation from occurring; it's also able to repair fragmentation, should it occur. This means that for the average Mac user, there really is no reason to worry about disk defragmentation, at least not as ...