Skip to main content

How to Customize or Change the Welcome Screen Background in Windows 7

welcomescreendesigner 

At last! Microsoft allowed and added the feature that lets you change the Logon Background in Windows 7 easily…. Using the Registry or Group Policy Editor, You can now activate function.

Third-Party Software:

smallversion

WinBubbles Lite 2009 includes a small version that will customize your Welcome screen easily in Windows 7. Just Click the PictureBox to Change, Click to Checked the “Activate First” option and press Alt-A. That’s it!

It was created using RegDevelop, like the screenshot above.

Geek Way:

Activation via Group Policy Editor Setting:

regedit

We will notice that it uses UseOEMBackground Value Name

Registry Key: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\System

Just Add and Set the Value Name to 1 (DWORD)

If your Windows Directory is C:\Windows, Add/Put a jpeg file here:

C:\Windows\System32\oobe\info\backgrounds\backgroundDefault.jpg

The  image must be less than 256kb. Just resize your jpeg files using ms paint, Gimp or Photoshop.

TIP: Checkout C:\Windows\Globalization\MCT\ for high resolution and amazing backgrounds… it’s FREE!!!

Creating Your Own Customization Software for the Tip:

My latest software RegDevelop, which let’s you create a Customization Software that can be edited and shared by everybody does the job very well.

If you want to learn more about the software, I recommend this design

regdevelop

Now you can create a Program to change it Safe and automatically…

Anyway, Using RegDevelop needs practice. maybe after 2-3 examples, you can do it fast without instructions.

Designing The User Interface

1. Drag a PictureBox. It will correspond to the User Account Picture because it is located in front of other controls.

2. Drag a Label Control and TextBox and arrange it according to your taste (The two are just dummy, for UI design only). You can change the Caption of the Label to any name that you want.

3. Add a CheckBox and Two Button Control. Change the Caption of the Two Button (“View” and “Restore”)

4. Finally, Add the Big PictureBox that corresponds to the Welcome Screen Background.

Settings

PictureBox2 (The most important)

Mode 2: Open From File Location  
Image

C:\Windows\System32\oobe\info\backgrounds\backgroundDefault.jpg

PictureBoxStyle

View and Set

PictureBox1 (For User Account Picture only…)

Mode 2: Open From File Location  

Image

any Bitmap or try this:
C:\Users\[Username]\AppData\Local\Temp\[Username].bmp

PictureBoxStyle is set to View

CheckBox1 (Activation CheckBox Setting)

CHECKED

RegKeyPath1

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\System

ValueName1 UseOEMBackground
DataValue1 1
ValueType1 DWORD
DeleteWhenUnchecked True

Button1

Settings  
StartProcess rundll32.exe user32.dll, LockWorkStation
WindowStyle Normal
Caption View

Button2

Settings  
StartProcess {PictureBox2} /r
   
Caption Restore

{ControlName} /r – restore the backup when the program was opened for the first time to a specified Control (e.g. PictureBox2)

That’s it! You have created a Logo Changer Third Party Software For Windows 7.

Tiny but Powerful Rapid Application Development software right?

You can make any custom light weight versions that will focus on what you want and what you need.

You can read more here: RegDevelop Introduction and functions

Most of the Websites said Mr. Rafael of WithInWindows.com found the registry tip. The registry setting is different but Thanks and good job…

Enjoy!

Comments

Popular posts from this blog

Turn Off Aero using a Keyboard Shortcut

I received a warm reception after releasing the article on how to turn on and turn off Windows Aero using Desktop Window Manager commands, Almost all comments expressed their thanks, such as "Thanks, Now I can use my laptop battery longer than usual..." Here's an update...I put the shortcuts on the 10th icon of the Quick Launch toolbar and used the automatically assigned Keyboard Shortcuts... Now, if I want to play games and turn the Aero Off, I press Win +" 0 ". If you haven't yet read the previous article, here's a guide. 1. iUnlockThis! Create an Aero On Off and Flip3D Shortcut 2. Drag the icon to the Quick Launch Bar. 3. To use the Shortcut keys, Press Win + position of the icon Win+1...Win+9 and Win+0 Note: Don't forget, Shortcut keys are limited.

Download

NEW! WinBubble for Windows 11 was released! WinTinker Password Generator , easily generate strong and secure passwords…   NEW VERSION AVAILABLE! WinBubble , Customize and Tweak Window Vista/7 easily   CLICK HERE for Recognitions and tips... 64/32-Bit Version AVAILABLE WinGuggle , Retrieve Office and Windows Vista/7-XP  Serial Keys, Customizes OEM and User Information, and Lets you access the most important information about  your system.   WinBubbles-Lite , updatable and lightweight version of winbubble. RegDevelop is the Next Generation of creating Customization Programs like WinBubbles, TweakUI and other utilities. Regdevelop will start the idea of creating application (Customization and GUI to programs) that can be edited, shared and updated by any user.

How to Enable/Disable "On Resume, Display Logon Screen"

Ok! It is disabled and you want to fix this fast and easy. Method 1 , Simplest Way Unchecked and disabled: Download the new version WinBubble and open it. It will sense that there's something wrong with your "On resume, Display Logon Screen" and it will be restored automatically. That's it!!! Method 2 1. Press Win+R and type "Regedit.exe" 2. Go to the path below HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop 3. DELETE "ScreenSaverIsSecure" ............................................................................. If you don't want to delete it and you like it being disabled for security reasons . Open WinBubble   > Miscellaneous   Tab > Click "Password protect the screensavers" . The result can be seen in the picture above. Also, If you want it to be disabled with the option uncheck : HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Contro...