3 January 2014

How to Change the Login Screen - Windows

Hi All,

Lets see how can we have the Login screen in Windows.  Its a registry trick.  Let me tell you this trick so that you can change.

I have bundle all these step together and create a software for you in C# net framework 4.0.  You can download this tool from the following link
Download

You can do all this manually also.  Follow the below steps.
  1. Goto to "C:\Windows\System32\oobe\"
  2. Create a directory "info" at the above location.
  3. Create another directory "backgrounds" inside "info".
  4. Goto the path "C:\Windows\System32\oobe\info\backgrounds"
  5. Paste your "jpg" file (Remember  file size must be less than 256KB)
  6. Rename the file as "backgroundDefault.jpg"
  7. Press "Win key + R" type "regedit.exe"
  8. Goto the path "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background"
  9. Double click the key "OEMBackground" and change the value from "0" to "1".

Thats it.  Now if you lock your system you will see the new background image.

To restore the original image you just need to revert back the registry value from "1" to "0".


Or 

Use the below link, download the tool designed by me and do the above step in just few clicks.  
Download (Tested on Win7/Server 64 bit. If facing any issue in 32 bit please let me know.)

  • Browse - use this button to find your image.  This button has the filter on image size.  As it allowed the jpeg image having the size less then 256 kb.
  • Default - if you click this button it will show you the default login screen.
  • Current - it will show you the current background image which is active.
  • Preview - this will show you the Preview of the image select on full screen mode.
  • Save - This will be used to save the changes.

when click the preview button 



Happy coding and sharing.. !! :)

No comments:

Post a Comment