Customizing the Windows 7 Logon Screen
From build 7057 and up, Rafael discovered that Windows 7 natively supports changing the default login screen, for which a number of applications have already been created in order to automate the process.
However, these applications are may not be so useful for serious modders and those who want to slipstream their own login screens into their Windows 7 releases in order to make it a one step process. Even though this feature was almost certainly intended for OEMs to use, it is actually quite easy for any average end-user to customize their login screen using only default Windows 7 tools.
Please take note that the desired background must be under 256kB and in the jpg format.
1. First, you will need to open the registry editor (REGEDIT) and browse to this branch:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background
If a DWORD value named “OEMBackground” already exists, change the value to 1 unless it is already set to 1. If you do not see it, right click and create a new DWORD that’s named “OEMBackground” and set the value to 1.
2. Afterwards, navigate to the following directory:
%systemdir%\oobe\info\backgrounds
It’s possible that the info and backgrounds folder will not exist by default; if not, then you may have to create the folders yourself.
3. You will then need to rename your desired background to one of the following, depending on your resolution and place it in the new directory:
- background768×1280.jpg
- background900×1440.jpg
- background960×1280.jpg
- background1024×1280.jpg
- background1280×1024.jpg
- background1024×768.jpg
- background1280×960.jpg
- background1600×1200.jpg
- background1440×900.jpg
- background1920×1200.jpg
- background1280×768.jpg
- background1360×768.jpg
The idea is that Windows 7 will check your current resolution and select the appropriate background to display; so if there’s a chance that the resolution may be changed from the initial setting, it’s a good idea to create your background for multiple resolutions and save it with each name.
However, there is one save all solution:
- backgroundDefault.jpg
If Windows 7 cannot find an appropriate image for use, it will use that background and either stretch it or shrink it as needed in order to fit the screen.
Again, you can use any jpg image that is less than 256kB. You can then view your changes simply by logging out or restarting your computer.
4. Rafael later discovered that Windows 7 also supports changing the button set for the login UI in order to improve readability on differing wallpapers, examples of which can be seen below:

In order to change the button set, navigate to the following registry branch:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI
Create a DWORD value (or modify an existing one) and set the value between 0 and 2. An explanation of each is provided below, courtesy of Rafael.
- 1. Lighter text shadows, darker (more opaque) buttons (Windows default)
- 2. Darker text shadows, lighter (more translucent) buttons (for lighter backgrounds)
- 3. No text shadows, opaque buttons (for darker backgrounds)
5. Again, you can view your changes by logging out or restarting your computer.
Thanks go out to Rafael for finding these tweaks.
- Add new comment
- 30 reads
