By default on Samsung Series 7 laptops, the Windows 7 login screen background uses the racing image. According to this question, custom background is typically set through the Group Policy Editor. On Series 7 laptops, that policy is not set.

So how can I disable the custom background?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

The custom login screen backgrounds are stored at C:\Windows\system32\oobe\info\backgrounds

Simply rename the directory to get the default screen. Open an administrative console and then type:

cd C:\Windows\system32\oobe\info
move backgrounds backgrounds.sav
link|improve this answer
1  
Or you can put your own custom image in the backgrounds folder and delete the OEM one, default size is usually 1024x768 – Moab Dec 18 '11 at 0:59
1  
More info here on allowed sizes of custom images...withinwindows.com/2009/03/15/… – Moab Dec 18 '11 at 1:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.