[SOLVED] Restore my DefaultDesktop.jpg file?

Status
Not open for further replies.

razercultmember1

Distinguished
Dec 28, 2009
439
0
18,780
I tried to change my login screen picture to a different one but I messed up somehow and now even when i change the picture i want it to be to

DefaultDesktop.jpg

it wont work even with a restart

The file is located in System/Library/CoreServices
 
Solution
Did you do this with the Terminal or Third party app?

I would use a third party program to do this or the library preferences listed bellow, as the area you alluded to is a dangerous place to make a typo.

terminal command:

sudo defaults write /Library/Preferences/com.apple.loginwindow DesktopPicture "/path to the picture you want to use/"

(you will have to enter an admin password at the end)

There is another way through terminal using sudo mv but I don't recommend it as a typo in the System/Library/CoreServices area is a bad bad bad thing.

Let me know how this works out for you.

roagie

Distinguished
Jan 14, 2010
119
0
18,710
Did you do this with the Terminal or Third party app?

I would use a third party program to do this or the library preferences listed bellow, as the area you alluded to is a dangerous place to make a typo.

terminal command:

sudo defaults write /Library/Preferences/com.apple.loginwindow DesktopPicture "/path to the picture you want to use/"

(you will have to enter an admin password at the end)

There is another way through terminal using sudo mv but I don't recommend it as a typo in the System/Library/CoreServices area is a bad bad bad thing.

Let me know how this works out for you.
 
Solution
Status
Not open for further replies.