How can I get my trackpad settings to work on the login screen?

Solution 1:

Open Terminal and enter the following commands

  1. defaults write com.apple.finder AppleShowAllFiles TRUE
  2. killall Finder

Show Files

In Finder

  1. open Macintosh HD/Library/Preferences
  2. Ctl+click/right-click a file called .GlobalPreferences.plist and click 'Get Info'
  3. Change the permissions to allow you to alter it but make a note/screenshot of what they are first. (be careful here!)
  4. open the file by double-clicking

.GlobalPreferences.plist permissions

Property List Editor will run and open the .plist file

  1. Click 'Root' at the top of the window
  2. Click the 'Add Child' button
  3. Add an entry called com.apple.mouse.tapBehaviour
  4. Make it a Number type
  5. Set the value to 1
  6. Save the file enter image description here

Back in Finder, reset the permissions to what they were

In Terminal enter the following commands

  1. defaults write com.apple.finder AppleShowAllFiles FALSE
  2. killall Finder
    Hide Files

Reboot and the next time you login you should be able to use Tap to click

If you run into issues with Terminal commands or with the plist file make sure your capitalization is correct, case matters!

Solution 2:

The latest method:

sudo defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking