Article

cpremo's picture
article
Reads:

24919

Score:
4
4
1
 
Comments:

3

Setting a Standardized Login Screen for Windows 7 PC

Author Info

21 May 2010 - 10:55am
Submitted by: cpremo

(View Disclaimer)

It took a while to gleen the WEB for information on how to do this. The attached instructions will guide you through the necessary steps to set and lockdown the Windows 7 PCs login screen to your desired look. Once implemented, no matter who logs in, no user "Personalize" changes will make your Company Log or Warning Message disappear.

How to Change Windows 7 Logon Screen Background

Figure 1 shows a normal Windows 7 login screen background. The Windows users can easily change the "User Icon" image via the user interface for changing the logon screen user icon. However, Windows 7 doesn't have a built-in Logon changer for customizing and changing logon background.

Figure 1

Click to view.

The Windows 7 logon background image is in the Windows System32\OOBE file folder

C:\Windows\System32\oobe\\

called background.bmp (1024 x 768 pixels in size). You cannot change the logon screen image by just renaming the default background wallpaper and copying a new background image into the oobe folder. If you try to rename the default login screen image background.bmp, you receive an error message (Figure 2).

Figure 2

Click to view.

The following instructions give you a work-around that will allow you to change the Windows 7 logon background.

  1. From the Windows 7 start menu search text field enter regedit (Figure 3) and press Enter to open the Windows 7 Registry Editor.

    Figure 3

    Click to view.

    The User Account Control (UAC) prompts for permission (Figure 4) to execute the Registry Editor program. Click on the "Yes" button to allow the Windows Registry tool to open.

    Figure 4

    Click to view.

  2. Path to following the Windows 7 registry location.

    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background

    If an OEMBackground DWORD entry already exists (Figure 5), set the value of OEMBackground to 1. If not, Right-Click on the "Background" folder and select new DWORD. Set the name to OEMBackground and its value to 1 as shown in the below screenshot. After changing the OEMBackground setting, you can close the Windows 7 registry tool.

    Figure 5

    Click to view.

  3. You now need to create two folders to store the background image you will use to set Logon background for Windows 7.
    1. Info folder. Open the C:\Windows\System32\Oobe folder and create a new file folder named Info (Figure 6). NOTE: You need to confirm this operation by selecting Continue button (Figure 7).

      Figure 6

      Figure 7

      Click to view.

    2. backgrounds folder. Now create a folder called backgrounds inside the Info folder. NOTE: You need to confirm this operation by selecting Continue button (Figure 7).
  4. Copy the image you want to use as the logon background to the "C:\Windows\System32\Oobe \Info\Backgrounds" folder and rename it as backgrounddefault.jpg. NOTE: You need to confirm this operation by selecting Continue button (Figure 8).

    Figure 8

    Click to view.

  5. From the Windows 7 start menu search text field enter GRPEDIT.MSC (Figure 9) and press Enter to open the Windows 7 Local Group Policy Editor. Path to the "Always use custom logon background" setting option and change it to Enabled (Figure 9). This setting will make it impossible for a user to "reset" the logon background when they change their "Appearance and Personalization" settings.

    Figure 9

    Click to view.

  6. For Novell Client users, the "Novell Client 2 SP1 for Windows 7" client doesn't allow you to set the "UserName" logon name. Even if you add it to using the Registry editor (Figure 10), when you reboot the PC it won't show unless you make the following change.

    Figure 10

    Click to view.

    Open the Windows 7 Local Group Policy Editor, by typing GRPEDIT.MSC in the search field and press enter. Edit the Windows Settings – Security Settings – Local Policies – Security Options – Interactive logon: Do not display last user name setting to Disabled (Figure 11).

    Figure 11

    Click to view.

After completing all above steps, you Logon graphic should hold to this new setting. Test your configuration by changing an Administrator's "Personalize" settings. Also create a user account and change the user's account "Personalize" settings.


Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).

It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.




User Comments

sveld's picture

Thanks

Submitted by sveld on 22 May 2010 - 12:54am.

Thanks for sharing this! Verry helpfull.

dduvall's picture

regedit version of the Group Policy part of the tutorial

Submitted by dduvall on 25 May 2010 - 5:32am.

Step 5 requires the use of the Group Policy editor, not exactly something easily script-able if you ask me.

Instead you can create the DWORD32 value "UseOEMBackground" at the key

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"UseOEMBackground"=dword:00000001

They both do the same thing.

kjhurni's picture

File has to be less than 256kb

Submitted by kjhurni on 25 January 2013 - 1:58pm.

Apparently the file has to be less than 256kb in size for this to work as well.

© 2013 Novell