My Grotto | Small snippets of info so I don't have to remember

Archive for December 2008

Dec/08

1

Change login background

Open Terminal and type the command (the $ is the command prompt; don’t type that):

$ sudo defaults write /Library/Preferences/com.apple.loginwindow \
DesktopPicture '/path/to/replacement/image/file.jpg'

Replace the /path/to… bit with the full path and filename of the image you’d like to use.

No tags