Change the Login Screen Background on Windows 7 - Cyber Programmers - Learn Programming

Breaking

Saturday, October 4, 2014

Change the Login Screen Background on Windows 7

Windows login screen
Even if Microsoft announced new Windows 10, Windows 7 is the best. And a huge number of people still are using Windows 7. So you can customize it, give a fantastic look. There are different ways, but in this post, we learn how to set a custom login screen background on Windows 7.

1) From start menu search for regedit and open it up.
2) Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background
3) If you can see a DWORD value named OEMBackground that's fine. If there's no value like that then right-click in the right pane, from New submenu create a new DWORD value with OEMBackground name.
4) You need to double-click on the OEMBackground and change the value from 0 to 1.
5) After you've done the previous step, go to C:\window/system32/oobe directory and create a new folder and name it info. Open that folder and create a new one, a folder with backgrounds name.
6) Rename your desired picture as backgroundDefault.jpg and move it to "C:\Windows\System32\oobe\info\backgrounds" directory ( Note! Picture must be less than 245KB in size ).

Note! If you change the theme it will reset the value and the login screen background will be changed. So you need to repeat the same process again.