>console with no password as seen below. > symbol in front of the word console.
Why is this handy ?
screencapture will NOT work the way it did in Tiger.ps -axj | grep loginwindow | grep -v grep | cut -c 1-14sudo launchctl bsexec insert-pid-here screencapture -o ~/Desktop/file-name.PNGplutil -convert xml1 ~/Library/Preferences/com.apple.screencapture.plistnano ~/Library/Preferences/com.apple.screencapture.plistkillall SystemUIServerloginwindow is not running, and it will core you big time !
Below work for 10.5.x
# #################################################### #
LOGIN WallPaper:
/usr/bin/open /System/Library/CoreServices/DefaultDesktop.jpg
or
sudo defaults write /Library/Preferences/com.apple.loginwindow DesktopPicture "Path-To-Your-Image.jpg"
# #################################################### #
Below work for 10.5.x and 10.6.x
# #################################################### #
USERs WallPaper:
/usr/bin/open ~/Library/Preferences/com.apple.desktop.plist
or
/usr/bin/plutil -convert xml1 ~/Library/Preferences/com.apple.desktop.plist
/usr/bin/nano ~/Library/Preferences/com.apple.desktop.plist
# #################################################### #
Search for the key called: NewImageFilePath
and change the string
/full-path-to-my-new-image.xxx
# #################################################### #
Search for the key called: Placement
The Placement string can be one of:
Centered
or
Tiled
Centered
FillScreen (streched)
Crop (fill screen)
SizeToFit (fit to screen)
# #################################################### #
Now HUP your finder,
killall Finder
# #################################################### #
|
© Gary Sullivan
Maintainer of this page. |