Friday, June 13, 2014

configure your Windows log on screen in Windows 7

If you do not like the Windows 7 login screen, you can change it by trying this simple hack. Here is how you can do it...

First step: Enable customization of logon background

The first step is to make some changes in the Registry. There is namely a loophole that Microsoft has left open for OEM’s to configure customized logon backgrounds.
  1. Open RegEdit, by typing regedit in the run window.
  1. Here it could be a good point to make a Backup of the Registry!
  1. Start a search, by pressing Ctrl + F:
  1. Make sure you select only Values 
  1. Type: OEMBackground
You should now have a window infront of you that looks like this:Search for OEMBackground in the Registry
Once you get the result, which could take some time. You should see this view, which is under HKEY_LOCAL_MACHINE/SOFTWARE/MICROSOFT/:
Structure of the Registry
If you don’t get a result, just create this key, as you see above: OEMBackground as a DWORD 32-bit in the Background section.
Finally to be able to define a new background you need to set this parameter to One (1 - true).
Result after changing the OEM settings in the Registry
Now you are done with enabling setting a customized background, now you need to create the background.

Step 2: Creating the background in the right folder

The folder for the original background image is (on my machine, change to you system folder and look for oobe): c:\Windows\System32\Oobe\
The original image is the background.bmp, which will be used as a fallback image. To get your own image, you have to follow these steps:
  1. Create a first new folder: c:\windows\system32\oobe\info
  2. then another one: c:\windows\system32\oobe\info\backgrounds
  3. In this folder (backgrounds) you create your image
    1. Not bigger than: 256K
    2. Has to be: jpg
    3. Has to be named: backgroundDefault.jpg
    4. Resolutions as you want, preferrably as your current screen resolution.
There could be a warning message, but then just click “Continue” when you want to copy your newly created image here.
Now you are good to go, restart your computer and you will have a beautiful new logon screen.

No comments:

Post a Comment