Windows 7 to officially support logon UI background customization
As you probably know, Windows 7 build 7057, a build recently leaked to the public, sports a new (yet ugly) login UI background. Delivering on the “more customizable” promise, Windows 7 now supports the ability to load images into the background of the login screen without the use of third-party software or manual hacks.
Figure 1 – Logon UI background image before and after customization.
Although this functionality was designed with OEMs in mind, it is pretty easy to turn on and off using regedit and some images lying around your hard drive.
First, a check is made to determine if the customization functionality is enabled or not. More precisely, a DWORD value named OEMBackground in the HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background key is checked. Its data, of Boolean type, defines whether or not this behavior is turned on, i.e. 1 for enabled, 0 for disabled. This value may not exist by default, depending on your system.
Afterwards, if customization is enabled, the primary monitor’s screen height and width are retrieved via calls to GetSystemMetrics. These values are used in the computation of the screen width (w)/height (h) ratio. For example, my desktop resolution is 1920x1200. The ratio, computed by the division of w/h, is 1.6:1.
The result of this computation is looked up in an internal table that drives what image to load on disk. Although I don’t have a large enough monitor to test, it appears resolutions higher than 1920x1200 will force the loading and zooming of an image of closest compatibility (i.e. same ratio, smaller image).
As this is an OEM feature images are derived from %windir%\system32\oobe\info\backgrounds. Like the registry value, this folder may not exist by default. The following files (sorted by width-to-height ratio) are supported in this folder:
- backgroundDefault.jpg
- background768x1280.jpg (0.6)
- background900x1440.jpg (0.625)
- background960x1280.jpg (0.75)
- background1024x1280.jpg (0.8)
- background1280x1024.jpg (1.25)
- background1024x768.jpg (1.33-)
- background1280x960.jpg (1.33-)
- background1600x1200.jpg (1.33-)
- background1440x900.jpg (1.6)
- background1920x1200.jpg (1.6)
- background1280x768.jpg (1.66-)
- background1360x768.jpg (1.770833-)
NOTE: Images must be less than 256kb in size. Thanks for pushing me to investigate, Jay C.
The backgroundDefault.jpg image is loaded and stretched-to-fit when a resolution/ratio-specific background cannot be found. The other resolution/ratio-specific files are self-explanatory. If the background cannot be loaded (e.g. image physically too large, incorrect ratio, etc.), the default SKU-based image is loaded from imagesres.dll. You’ll see a Windows Server-themed grayish background in there, too, suggesting this functionality is not specific to client SKUs.
Curious Corner - The RDP client, used in the screenshots above, is simply something I put together in C#. The System Center Virtual Machine Manager client provided by Microsoft doesn’t offer the ability to control whether or not my keyboard was hooked when in windowed-mode therefore equating to an unacceptable level of suckage.

It’s about time.
I can picture it now. A giant Dell logo or any other OEM logo in your face on the logon screen.
BAM!
Great find again Raf. They still haven’t made your fat offer to come to Redmond because you’re definitely stealing their thunder. :p
Cool. :D Didn’t realize there was yet another build leak.
Also, what’s the story with that RDP client? Looks like it’s .NET based but Google isn’t giving me any info.
This is great news! I hope they think to enable this within themes to make it even easier! It would be a great addition to a theme to be able to customize the login screen! Also, I couldn’t locate the “info” folder on my computer. It isn’t listed. :( I did the regedit too, so it isn’t that. :)
Just tried this now – There’s no key called OEMBackground in my registry there. Moreover, there’s no \info folder in my %windir%\system32\oobe folder, anyway.
Odd. I must have done something wrong, though I followed the steps exactly. Do I have to make the registry key and the folder?
@Zak, Where did you go in your registry? I found the registry key here. Although, I can confirm that there is no info folder.
can confirm that the reg key is there, but now folders under %windir%\system32\oobe\info\
I upgraded and am running 64bit. maybe because not clean install?
@Dan – This is simply a little RDP client I put together as the client provided by Microsoft, for Hyper-V virtual machines, doesn’t offer the ability to control whether or not my keyboard was hooked when in windowed-mode.
@derausgewanderte, @Darren Tebo, @Zak – I updated the article to indicate the registry value and folder may not exist, depending on your system. Go ahead and create them if they don’t exist.
Is the registry value DWORD?
@Zak – Yes, sorry. Updated article again.
Ok, thank you. However I tried that as well. No luck. :( The background doesn’t change when I put the image in there. :(
Can you provide any sample images to try out?
@Darren Tebo – Make sure you’re not adding an extra .jpg extension, the image matches the dimension of the file-name, the primary monitor resolution matches the image, and that the image is of jpg type. What resolution are you experimenting with? I can offer the flower I used in any resolution…
Ok, so I have to set the resolution to the resolution in the file name then? The flower image in 1680×1050 would be great. Thank you. :)
@Rafael No worries, I assumed it was DWORD.
It doesn’t work anyway – I think because my native res is 1680×1050. Despite having my own backgroundDefault and background1920×1200 in the info folder (1.6:1 is the ratio for 1680×1050 too), no change occurs. There is no background1680×1050 in the list of accepted files in the folder either, so I assume that this is what is wrong.
The problem may be that I had to create oobe\info\backgrounds myself. If it isn’t there to start with perhaps this doesn’t work.
[...] into the background of the login screen without the use of third-party software or manual hacks. Windows 7 to officially support logon UI background customization – Within Windows Although this functionality was designed for OEMs in mind, it is pretty easy to turn on and off [...]
@Darren – Yes. The dimensions of the image must match, otherwise it will fallback and attempt to load the backgroundDefault.jpg image. If that one is too big too, it will fallback to the baked in blue one.
The wallpaper I used can be obtained from http://interfacelift.com/wallpaper_beta/details/1829/simple_colors.html. A 1680×1050 image can be found at: http://interfacelift.com/wallpaper_beta/Dc270773/01829_simplecolors_1680×1050.jpg
Simply save that image as background1680×1050.jpg
Darren Tebo
http://interfacelift.com/wallpaper_beta/D7c82ceb/01829_simplecolors_1680×1050.jpg
Aha! Solved it. I used the shotgun approach and resized a version of the image I wanted to every file on the background*x*.jpg list, and one of them worked – hard to say which one without removing them one by one, but it is obvious that 1920×1200 won’t scale DOWN to 1680×1050, and backroundDefault if set to 1680×1050 won’t work either. One of the smaller sizes is being scaled up.
And sorry for filling up the comments on this page so much, Rafael. Thanks for this tip, its great.
you beat me Rafael :)
Thank you. I appreciate it alot and will try these out. :)
@Darren – My guess is background1440×900.jpg. Am I right?
Oh, I should get one at the 1440×900 resolution? Wow, this is confusing. Please Microsoft, add it to themes! LOL.
I’m not sure, delete them all except the 1440×900.jpg. Does it show then?
Nope, no luck. :( Can’t get this to display. :(
does it have to be the Windows\SysWOW64 folder for 64bit or system32?
Was wondering if you had ever figured this out. Glad to see that you have, nice work!
@Darren – I’m looking into it now. I must have missed something.
@derausgewanderte – \System32. The SysWOW64 folder is for 32-bit processes and binaries.
got it. thank you. it’s working now. had to use screen res exactly for my monitor and working now. thank you!!
Ok, thank you. I appreciate it. :(
oops, that was supposed to be a smile not a frown lol.
@derausgewanderte, how did you get it working? I am on 32 bit and set the wallpaper name to background. and it didn’t work. :(
I like the default login background…
Now if only someone could figure out how to hack punkbuster into working correctly in Windows 7 and not kicking for unknown Windows API.
I just noticed that it’s only working for me if I resize an image from a higher resolution using ms office picture manager. when I download an image at the correct resolution it doesn’t work. If I download a resolution to large for my monitor and then resize to the correct resolution in ms office picture manager it works. same for wallpapers under windows/web folder. odd…
This function needs to be available in the “Themes” section so that EVERYONE …… not just those who are “tech savy” and know how to work regedit can do this !
So it is now your next challenge Rafael to make sure microsoft get this done.
@derausgewanderte, I did that too. Still no luck. :(
@Darren – Make sure your image is less than 256kb in size. I just updated the article to reflect this new limitation.
@Rafeal, Ok, will do.
@Rafael, no luck. :( I can’t find an image small enough lol. Even the flower one was 800kb. :(
“I like the default login background…”
Me too. Way better than the Vista or beta 1 ones.
Awesome!
I bet Stardock is going swoop in and release Logon Studio 7 based on this.
ha, I was just darn lucky mine were smaller than 256kb.
I would bet that after what stardock did by charging for DeskScapes (based on DreamScene tech), that Microsoft may do this just to spite them. ;)
@derausgewanderte, could you send one for me to test?
Darren Tebo, I don’t think so. there is an excellent relationship between ms and stardock I think.
Darren Tebo, when you save as jpeg make sure the jpeg quality setting is set = or < 8
@derausgewanderte, I don’t know. That is not what I hear from a person I know that has a relative working for ms. Of course, then again, this is how rumors start so I am not really sure what to believe lol. I guess we would have to ask an ms employee. ;)
[...] WithinWindows is reporting that the upcoming OS from Microsoft will support Logon screen Customisation. Although this has been done since Windows xp days with the use of software from Stardock and the likes, but official support means no messing with sensitive files or things going awry. It is reported that this functionality is for OEMs but it can be turned on and off by editing windows registry and using your own images. [...]
@Daren – I visited Stardock and met Brad personally. derausgewanderte is correct in stating they have a very close relationship, some ex-Stardock employees work at Microsoft now!
@Rafael, ok, np. :) I just was stupid to trust information like that lol. Thank you for clearing that up.
Rafael you are a wizard
[...] from WithinWindows has done it again. He has discovered a new logon UI background customization trick that Microsoft [...]
[...] from WithinWindows has done it again. He has discovered a new logon UI background customization trick that Microsoft [...]
[...] * backgroundDefault.jpg * background768×1280.jpg (0.6) * background900×1440.jpg (0.625) * background960×1280.jpg (0.75) * background1024×1280.jpg (0.8) * background1280×1024.jpg (1.25) * background1024×768.jpg (1.33-) * background1280×960.jpg (1.33-) * background1600×1200.jpg (1.33-) * background1440×900.jpg (1.6) * background1920×1200.jpg (1.6) * background1280×768.jpg (1.66-) * background1360×768.jpg (1.770833-) BackgroundDefault.jpg image will be loaded and set to stretched-to-fit when resolution/ratio-specific background cannot be found. The other resolution/ratio-specific files are self-explanatory. If the background cannot be loaded (e.g. image physically too large, incorrect ratio, etc.), the default SKU-based image is loaded from imagesres.dll.[Via WithinWindows] [...]
[...] grayish background in there, too, suggesting this functionality is not specific to client SKUs. [withinwindows.com] var addthis_pub = ’sferasoft’; var addthis_language = ‘en’;var addthis_options = ‘email, [...]
Neat, but won’t a 256kb filesize limit be terribly restrictive (especially at 1920×1200)?
[...] że praktycznie już wszystko zostało powiedziane. Nic bardziej mylnego. Rafael na swojej stronie Within Windows opublikował informację o tym, że w tej wersji systemu mamy możliwość zmiany tła ekranu [...]
Awesome find mate. That’s really an interesting move by Microsoft and I really wonder to see that Microsoft is allowing so much customization and providing almost full control to users. Anyway brilliant find. :)
[...] is another great finding by Rafael Rivera from within windows, you can now officially change Windows 7 Build 7057 login UI background. Windows 7 now supports the [...]
Did you create this RDP client?
[...] SiteMap March 16, 20092:23 am Tips to turn on Windows 7 logon UI Windows 7 now supports the ability to load images into the background of the login screen without the use of third-party software or manual hacks. Here’s how to turn it on: [...]
[...] o Windows 7 e as pessoas adoram tal facto (falo por mim…). Outra novidade descoberta pelo Rafael Rivera do With In Windows é que nesta última build publicada, é possível alterar o wallpaper de fundo do Logon [...]
waiting for more feature in windows 7 final edition. THere should be something different in windows 7 so that there is a specific reason to upgrade vista to Windows 7. because Windows Vista and Windows 7 are almost smiler. Yeah, windows & inclued multitouch feature pretty coool.. but it someone want to use that feature then one must have to buy Touch monitor that are really expensive. lets see what microsoft provide in windows 7 so that it puss me to upgrade my vista to 7………these logon feature are stupid bcz there is nothing new. anyone could de this though microsoft don’t put in windows 7. I am expecting something interesting………….
[...] the old logon screen is just another task like changing wallpaper (Desktop background). Thanks to withinwindows for finding out this excellent [...]
Great find Rafeal. Do you think it’s possible to get it to display lockscreen wallpaper on secondary monitors using this as well?
[...] the new welcome screen. I have to admit that I like it, but as Rafael Rivera has pointed out in this article this is probably a feature set up for OEMs so that they can change their welcome screen to their [...]
[...] En la siguientes versiones de incrementarán las funcionalidades para cubrir el ciclo completo de personalización de Logon Background de Windows 7. – Permitirá hacer Drag & Drop a la imagen que deseamos poner de fondo personalizado – Calibrará el tamaño de la imagen de fondo con la resolución de monitor – Personalizará automáticamente el Background personalizado con solo arrastrar y soltar la imagen en el panel de 7Logon#. Los créditos correspondientes para withinwindows [...]
I have developed 7Logon# application to enable Customize Windows 7 Logon Background. try it! :p
http://blog.neuronaltraining.net/?p=3652
[...] & Credits to the Within Windows [...]
[...] Rafael Rivera made an interesting discovery in Windows 7 build 7057. This version of the upcoming Microsoft operating system provides the option to customize the logon background without the previously needed third party applications or system hacks. That’s a huge step in the right direction for Microsoft as many users of their previous operating systems relied on hacks to customize them. [...]
Is this a new feature in the new build (7057)? Does anyone know if it will work in 7000?
[...] Via: WithinWindows [...]
I’ve got it working now, on my 1440×900 monitor. I had to create the folders, though the reg key existed. Interestingly I can’t edit the .jpgs in the oobe/info/backgrounds location with IrfanView – don’t know if this is due to using x64 7057 – though previously IrfanView has handled everything I’ve asked of it, regardless of the Windows flavour. Whatever, so I edited the file elsewhere and transferred to the ~\backgrounds location.
The file was 250KB, the correct ratio but 1920×1200, and though named background1440×900.jpg, wouldn’t work. So I shrank it to 1440×900. Still wouldn’t work. Then I copied it and named the copy backgroundDefault.jpg, and resaved the original in such low quality the size was now just 13KB! This time it worked!
I rebooted and deleted backgroundDefault.jpg and it stopped working. I rebooted and restored that file, and deleted background1440×900.jpg and it still worked. So, basically the same file that didn’t work when named background1440×900.jpg, worked when named backgroundDefault.jpg. I wonder if it is because my monitor, though recognised and at the correct resolution, doesn’t have drivers for NT6.x? You know, in ‘Resolution’ it is shown, but under the ‘Monitors’ tab only the ‘Default Plug and Play’ type is recognised. Under earlier Windows versions it makes a difference to the resolution and/or refresh rate available.
Just tried it on 7000 (official beta) and it works. I followed the steps above using an image as both background1280×1024.jpg and backgroundDefault.jpg. I had to add the reg key and folders. If the background1280×1024.jpg is present it will use that, otherwise it uses backgroundDefault.jpg. Also once the reg key is added a simple log off is all that is required to test the new logon image from the folder.
[...] trouvaille fut réalisée par Rafael Rivera, également l’auteur du Blue Badge. Cette fonctionnalité s’active via une simple clé [...]
[...] In seinem Blog WithinWindows beschreibt Rafael Riviera den Weg, der es jedem Nutzer der künftigen Betriebssystems ‘Windows 7′ erlaubt, mit nur wenigen Handgriffen einen individuellen Anmeldebildschirm zu verwenden (externer Link). [...]
[...] fez a descoberta foi Rafael Rivera, na última build conhecida/vazada do Windows, a 7057. Embora o recurso não [...]
why the hell wouldn’t they enable this for us to use inside of the general themes control panel! this is wicked
[...] Monday, March 16th, 2009 @ 12:00 pm | Author: admin Expert Windows hacker Rafael Rivera finds a change in the latest build of Windows 7—you can finally customize the logon screen natively without using a third-party solution like [...]
PLEASE! do you guys have the actual file for the windows 7 log-in background (the one that is pictured above) I want this picture everywhere on my desktop but i can’t find it hahah any help? if so email it to me at pic2021@live.com!
I would love a copy of your RDP client, used in the screenshots above, it would be very handy.
[...] Windows 7 login background hack [...]
Hello Rafael,
We found that when the theme is changed, that the log on screen will revert back to default. A workaround is to reapply the registry setting back to 1 with a .reg file to make it easier to do.
Shawn
Windows 7 – Custom Login Backgrounds…
Windows 7 officially supports the customization of backgrounds on the “Login” screen.
……
[...] Within Windows Possibly related posts: (automatically generated)At least some people can see Windows 7 as a major releaseHow To Change Windows Login (Welcome) ScreenHow Windows 7 handles disk defragmentingHP TouchSmart tx2 [...]
[...] Within Windows] var addthis_pub = ‘DailyBlogged’; var addthis_language = ‘en’;var addthis_options = ‘email, [...]
[...] Windows hacker Rafael Rivera finds a change in the latest build of Windows 7—you can finally customise the logon screen natively without using a third-party solution like [...]
Suppose I have different background pictures in that folder, and I connect to the machine using remote desktop. Will I see different pictures depending on the resolution ratio I use in remote desktop?
I really think you need to make a quick and dirty application to noobify the process before someone else comes along and does (possibly charging for it as well), but I could understand if you dont because that could possibly interfere with your busy book writing schedule.
It won’t work for me. I tried it your way and the more simple explination (for link to YouTube Tut. click my name) and it won’t change. Help anyone?
Awesome man thanks a lot!! It worked the first time..
This is the pic of my Logon Screen:
http://dl.getdropbox.com/u/745503/Windows7Wallpaper1%20-%20Copy.jpg (Not a virus LOL)
@Nexus, if I was to write a program instead, I certainly wouldn’t charge for it. That would just be stupid lol. I know others would, but not I! :)
[...] Read the whole article here: http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customiz... [...]
Help me. access denied to paste new image in the “C:\Windows\System32\oobe\Backgrounds”
[...] it would look kinda fruity having birds and flowers on my logon screen. However, according to Rafael Rivera, the logon screen can be changed by a simple registry change. Which is awesome if you had a [...]
They probably don’t put this in the themes control panel because it doesn’t deserve to be there. This seems like something that should be limited to OEMs or people who know what they’re doing. It’s just one of those things that doesn’t seem to be deserved to be changed by the general public.
David: You could make your own if you know VB.NET or C#.NET or whatever, I’m guessing he dropped in the RDP ActiveX control, set some properties, and away he went.
http://www.codeproject.com/KB/cs/RemoteDesktopClient.aspx
Here’s an article on how to do it, though this program is a bit more complex than Rafael’s, obviously.
[...] Hacker Rafael from WithinWindows finds a new hack which will help you to customize the Windows 7 Logo Background easily. With this [...]
[...] Via | WithinWindows [...]
[...] Windows hacker Rafael Rivera finds a change in the latest build of Windows 7—you can finally customize the log-on screen natively. In the meantime, XP and Vista users [...]
You fools why are you people trying to make Microsoft look like a crap???
Who is the idiotic editor of this article???
How dare u use the term ‘UGLY’ to describe the new logon screen in Windows Seven 7057.You fool i bet u don’t even know how to write a single program and u are talking about the operating system which is still in the beta phases. Never use such bloody language.If u don’t like it, it doesn’t mean that others too think the same.I think the new logon screen is a lot better than ur stupid looking face.Post ur apologies u freak.
[...] fez a descoberta foi Rafael Rivera, na última build conhecida/vazada do Windows, a 7057. Embora o recurso não [...]
[...] Within Windows Tags: inicio, Microsoft, pantalla, Windows 7 Otras entradas que te pueden interesar…:Vista [...]
@Raj, What?????? How about this? Don’t you dare attack Rafael!!!!! He is no fool by any means and he is a great programmer! Go do some damn research before posting. Get lost troll!!!!!
@Rafael, I am working on the login background changer program. I will let you know when I am done. :) Thought I would help out with this one. :)
[...] Microsft beidzto ļaus mums darīt TO. Windows 7 versijā atļaus nomainīt ielogošanās beckgroundu bez ārējām programmām. Ja vēlies TO darīt uz Vista vai XP. [Ņemts no Withinwindow] [...]
[...] you’ll need to poke around a bit with regedit to change the background screen (full tutorial here). But compared to downloading/installing an entire separate program just to manage this one tiny [...]
any luck on anyone actually finding the picture that is currently used anywhere on their system.. i personally love it and i want to use it please help meeeeee
[...] Windows 7 to officially support logon UI background customization [...]
[...] Logon Background in Windows 7! ithinkdiff.com Add comments Easy AdSenser by UnrealRafael from WithinWindows has done it again. He has discovered a new logon UI background customization trick that Microsoft [...]
[...] on the “Login” screen. The find was discovered by Rafael Rivera Jr. over at his blog. Rivera discovered the new feature in the 7057 build of Windows 7 that was released just last week [...]
[...] the latest build 7057 of Windows 7, Rafael Rivera found out that now you can customize the logon UI without any hacks or patches. You will still have [...]
[...] Tuesday, March 17th, 2009 @ 10:00 pm | Author: admin Expert Windows hacker Rafael Rivera finds a change in the latest build of Windows 7—you can finally customize the log-on screen natively. In the meantime, XP and Vista users [...]
[...] Windows hacker Rafael Rivera finds a change in the latest build of Windows 7—you can finally customize the log-on screen natively. In the meantime, XP and Vista users [...]
[...] you’ll need to poke around a bit with regedit to change the background screen (full tutorial here). But compared to downloading/installing an entire separate program just to manage this one tiny [...]
[...] Windows hacker Rafael Rivera finds a change in the latest build of Windows 7—you can finally customize the log-on screen natively. In the meantime, XP and Vista users still [...]
[...] modificaciones mínimas en la interfaz y mejoras de rendimiento. Si tenéis curiosidad, en el blog Engineering Windows 7 podéis encontrar más información sobre esos cambios [...]
[...] Via Within Windows [...]
[...] Voir l’article original sur le blog de Rafael Rivera [...]
The program that I wrote to enable this feature is completed. Let me know if you want it at winlonghorn@adelphia.net. Thanks.
@Pic2022
%systemroot%\Windows\system32\oobe\background.bmp is the background from the logon screen, but it is only 1024×768, probably the only res that MS put in.
I love this idea, LogonStudioVista doesn’t even work on 7… Now I have a new way to get my Department of Defense background as my logon screen =D next step: ability to move the userpic around the login screen… that would make this feature extremely useful then
works for build 7000…. the only file name that works is backgroundDefault.jpg….value was in the reg….. had to create folders
RAF MAN!
When are you gonna get 7057 uxtheme patches up? i sent you the files a few days ago..would appreciate if you could patch em’ sometime.
thx!
So, for those corporate administrator folks out there (or for anyone who doesn’t like the fact that the logon screen you set changes BACK TO DEFAULT every time you change your theme, you can set it in policy (or the correponding registry entry). To do this, either gpedit.msc and navigate to: Computer Configuration\Administrative Templates\System\Logon. It will be the “Always use custom logon background”. For those that prefer just updating the registry, this would be:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System
“UseOEMBackground” DWORD = 1.
Those of us that do corporate images will probably use this to make sure our image version and logo are always on the logon screen regardless of which theme the user chooses.
@GILDude Thank you for that. I will add that feature to my program to prevent the changing theme from changing the background. :) This will come in handy for sure. :)
Done with that portion now. :)
Wow,
Windows Vista had an atrocious logon screen, and Windows 7 simplified it with their “light from above” blue background (a little nicer), and then the floral streamer blue background with Build 7057. Outstanding to know the customization means I can change it to anything I want without adding something else to my system.
Thank you Rafael for such a great find. Is there a registry key or something that tells the system to limit the file size?
@Richard B, that would be great to know. I am curious as well. :) It would be incredible to fix it so that it would allow larger sizes. I will do some hunting around to see what I can find. If I find something, I will let you all know and then lift the restriction from the program that I created. :)
The size limitation is hard coded.
That is a pain, but oh well. I can try to scale down some images. :-)
@Rafael Wow, that is a pain. :(
@Rafael So there is no way to open a dll or something and modify that? I guess we just have to ask them if that change is something that they will consider. :(
[...] modificaciones mínimas en la interfaz y mejoras de rendimiento. Si tenéis curiosidad, en el blog Engineering Windows 7 podéis encontrar más información sobre esos cambios [...]
Works like a charm.
I decided just to use the ‘backgroundDefault.jpg’ file instead of fiddling with different resolutions, works 100%.
Windows 7 x64, build 7057.
@Raj
Please go sit in the corner with your imaginary friends.
@LOOP
“When are you gonna get 7057 uxtheme patches up? i sent you the files a few days ago..would appreciate if you could patch em’ sometime.”
You realize he has a life, right?
[...] [via WithinWindows] [...]
[...] modificaciones mínimas en la interfaz y mejoras de rendimiento. Si tenéis curiosidad, en el blog Engineering Windows 7 podéis encontrar más información sobre esos cambios [...]
[...] It is possible to change the default logon screen in Windows 7 operating system. Rafael from Withinwindows has discovered a hack which allows you to change logon screen in Windows 7. Now, you don’t have [...]
[...] Apple is copying the wii mote NTFS on a Mac Chrome on Linux Turn a sound waveform into a bracelet Windows 7 supports logon ui background Video: A wish that is years to late Video: 24 SSD = 6GB Filed under: Podcast Tags: apple, Bat, [...]
Guys I’m obviously an idiot, how the hell do I get this to work? I’ve tried everything…
What steps have you performed Ryan?
[...] Windows 7 to officially support logon UI background customization Delivering on the “more customizable” promise, Windows 7 now supports the ability to load images into the background of the login screen without the use of third-party software or manual hacks. (tags: Windows7) [...]
LogonUI changer. It’s not a virus, source included: http://windows7center.com/forums/showthread.php?t=552
When will RDP be integrated into the logon UI. With VMs running amuck, this would be a killer addition!
[...] modificaciones mínimas en la interfaz y mejoras de rendimiento. Si tenéis curiosidad, en el blog Engineering Windows 7 podéis encontrar más información sobre esos cambios [...]
[...] Referensi : http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customiz... [...]
[...] Windows 7 to officially support logon UI background customization – Within Windows [...]
Dude, this is in freaking Portguese… how am I supposed to understand this…..
[...] modificaciones mínimas en la interfaz y mejoras de rendimiento. Si tenéis curiosidad, en el blog Engineering Windows 7 podéis encontrar más información sobre esos cambios [...]
[...] modificaciones mínimas en la interfaz y mejoras de rendimiento. Si tenéis curiosidad, en el blog Engineering Windows 7 podéis encontrar más información sobre esos cambios [...]
im happy coz found this site..damn good site….keep it up
Just spotted this new feature now, so I’m going to give it a go – thanks for the heads up on how to get it working!
what should i do to use all vista themes in windows 7,they are not working in win 7… :( i wanna make windows 7 start menu,full glass as i use in vista not colorful(not gray or red or blue),stupid win7 themes are only changing wallpaper not progress bar colors or button styles .how can i change shellstyle.dll version informations.because they are 6000.16386 shellstyle.dll,i must change them to 7000.0…
@pic2022
Email w/ background pic attached sent yesterday :)
@chris
try reshacker
i am sure that this will not work
[...] you’d rather do it the manual way without additional software, all you really need to do is a simple registry hack originally figured out by Windows expert Rafael [...]
[...] you’d rather do it the manual way without additional software, all you really need to do is a simple registry hack originally figured out by Windows expert Rafael [...]
[...] 7 logon UI background customization from Paul’s SuperSite blog Rafael has done it again. And this is the perfect time to remind people that there is a huge difference between finding [...]
[...] you’d rather do it the manual way without additional software, all you really need to do is a simple registry hack originally figured out by Windows expert Rafael [...]
For me I had a key OEMBackground in HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background that had to be set to “1″ and that got it working. This was with 7057 x64
[...] you’d rather do it the manual way without additional software, all you really need to do is a simple registry hack originally figured out by Windows expert Rafael [...]
[...] kinda do it the drill artefact without added software, every you rattling requirement to do is a simple registry grapple originally figured out by Windows proficient Rafael [...]
I got it working too. Thank you, Rafael. Good work on this. Have you found any other things like this we can play with on build 7057?
[...] always used one of the numerous tools out there to do this in the past but after reading a post on WithinWindows it looks like it’s going to be an easy change to do in Windows [...]
[...] the Windows 7 Build 7057, Rafael Rivera found out the ability to customize the Windows 7 logon UI through a registry modification. If you [...]
[...] Rafael Rivera har funnet ut at det er mulig å endre innloggingsbildet! Denne funksjonen er nok ment for produsenter av PC’er som Dell, HP, Toshiba, etc. Det krever [...]
It works on 7057,
But on 7068 cannot.
here are some Windows 7 Themes that i made:
http://alkhan.deviantart.com/gallery/
[...] sure to read about the actual architecture of the registry key changes at within windows, to understand how this feature really [...]
[...] by WP Greet BoxStarting from build 7057, the Welcome Screen had a new background. This also enabled users to have their own custom background image in the Welcome Screen through a registry hack. Microsoft has not yet provided any details on this [...]
is it true that build 7068 doesn’t support this feature anymore?
:-/
hey i was poking around windows 7 build 7057 ’starter’ and when you goto control panel, apperance, display,
the side bar of the windows shows “change welcome screen background” when you click it it brings up a window that says ‘choose a background for the welcome screen’ and has two options that say ‘use the baackground that came with my computer’ and ‘use windows background’ all that i can say is this changes the regestry value rafael said.
i was poking around windows 7 build 7057 ’starter’ and noticed that in control panel, aperance, display the side bar on the window had a option named “change welcome screen background” when that is clicked a menu pops up saying “select a welcome background” there are 2 options “use the background that came with my computer” and “use windows background” all that i can see is that this cnages that regestry vlalue rafael stated if you select option one it enables the custom background and option 2 disables it
as far as i can see there is no option to do this in build 7057 ultimate but im not sure about the other sku’s of build 7057
[...] nativamente, sem precisar recorrer a programas de terceiros. Até agora, isso é feito através de um pequeno hack, conforme explica Rafael Rivera (em [...]
[...] Uma das novidades do Windows 7 na área de personalização é a possibilidade de se alterar o fundo da janela de logon nativamente, sem precisar de recorrer a programas de terceiros. Até agora, isso era efectuado através de um pequeno hack. [...]
[...] And i forgot to tell you, the log in screens are now customizable, you can choose any image as your log in screen,not only the default one. The steps to do this are HERE [...]
7068 does support the customizations, but I just installed 7077 and am trying to see if it works, but so far no luck.
Good stuff! Now I can use some hotties in pictures for a login screen :-D
DanielRemains,
I love the Loginscreen you use. I love what you did with the 7/v :-D
I finally got it to work in 7077, after trying some pics. Maybe I was not using the right size or something–oh well.
[...] modificaciones mínimas en la interfaz y mejoras de rendimiento. Si tenéis curiosidad, en el blog Engineering Windows 7 podéis encontrar más información sobre esos cambios [...]
[...] And i forgot to tell you, the log in screens are now customizable, you can choose any image as your log in screen,not only the default one. The steps to do this are HERE [...]
Is there a way to accomplish this on W2K8 Server?
definitely works on 7077.
[...] welcome screen. I have to admit that I like it, but as Rafael Rivera has pointed out in this article this is probably a feature set up for OEMs so that they can change their welcome screen to their [...]
[...] And i forgot to tell you, the log in screens are now customizable, you can choose any image as your log in screen,not only the default one. The steps to do this are HERE [...]
where do you get the flower backround?
[...] Windows hacker Rafael Rivera finds a change in the latest build of Windows 7—you can finally customize the log-on screen natively. In the meantime, XP and Vista users [...]
I use Build 7100 as x64 in german and don’t even have a single HKLM string. All I have are HKEY strings. Is the problem the german version or the RC build? Or is all I have to do is make the HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background string?
How can I remove the LoginUI Background image? I just want a solid black.
Win7 rc (7100) has the value, changed it from 0 to 1, and it works :)
@Bydia,
So just make a big, black rectangle the size of your screen resolution in Windows Paint, save it as a JPG, and follow the procedure above!
@Sven I don’t have a HKLM either, I only have HKEY. I went into the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background and found the OEMBackground in there.
It was set to 0 by default for me. I also had to make the info\backgrounds folders in the Windows directory. After I made them I dropped my 1900×1202 .jpg in it, named it backgroundDefault.jpg and switched users. It worked. The picture was 177KB.
Hi everyone, I have also made a windows application to manage this for you. I call it the humble name “Locked Background Rotator” because you can add as many images as you like to the program and it will run minimized and change the background everytime you lock your computer.
The program consists of a image collector where you can add image files, one at the time or a whole folder with or without including subfolder. The images are latter used randomly to change the locked background picture. This is done thrugh scaling down the picture and adjusting the quality to fit the right size and dimensions.
You can specify the interval for the background to change, or let the program do so everytime you lock your computer.
The program can be minimized to the windows task area and there is a checkbox for making to program autostart. When autostarting it also starts minimized so that it wont disturb the user in his/her daily work.
Hope this helps those who arent so familiar with windows folders, writing privileges, image handling and registry editing.
Download version 1.0
[...] Discovered By Rafael Tagged and categorized as: 7, Windows | TrackBack URI [...]
Tyler u fool HKLM in short form of HKEY_LOCAL_MACHINE
I just made another LogonUI background changer app, like almost everyone in this thread ^^
http://www.julien-manici.com/windows_7_logon_background_changer/
Technical infos : it is wpf/3d based, and requires admin privileges only the first time you run it (you can also run the provided cmd file as admin if you don’t trust my program and don’t want to give it admin rights). It’ll be open source when I’ll have fixed the performance issues.
For new versions and version info about Locked Background Rotator visit this adress:
Locked Background Changer Home
for dell computer change HKML to HKEY_LOCAL_MACHINE. thanks for the tip off though
umm.. this isnt working. could you be a little more clear about what you should do and not just give all the unecessary details??
also what if you are using a wide screen display: 1200×800
nvm im just a little dislexic (not really) =). i didnt see the G in “backgrounds”. fixed my own problem
I build 7077 64-bit and the OEMBackground DWORD Value does not exist and the %windir%\system32\oobe\info\backgrounds directory does not exist. So maybe after 7057 they decided to do away with this feature
Hey, new version of my Locked Background Rotator.
Locked Background Rotator v 1.0.1
Changes:
* Fix: Timing issues. CPU was going high. Now it seems to run at nearly zero.
* Fix: Reads the windows screen bounds when resizing instead of fix size of 1200*1024.
If the image is smaller than the screen bounds then the original image is used.
* Feature: Adjusted the initial image quality to save att 100% jpeg quality and then reduce by five until
Image fits under 256 KB (otherwise it will not work as locked background).
* Feature: Start minimized option.
* Feature: Added “view image” as context menu.
* Feature: Reduced thumbnail quality and adjusted the size to show landscape oriented images;
* Feature: Double clicking the current image thumbnail will open the image for viewing.
* Feature: Clicking the tray baloontip will now restore the program.
* Feature: Clicking the tray icon once will show wich events will trigger the change, also calculates time left when
“change on time” is active.
# Bydia May 9, 2009 at 8:48 am
How can I remove the LoginUI Background image? I just want a solid black.
erm..
you are not serious right?
whats about placing a BLACK image there? are you rlly too ****** to get this idea on your own? oO
[...] Rafael 给出了一个怎样定制Windows 7 登陆界面的方法,并且有人给出了自动化调整的工具(Tweaks.com Logon Changer for Windows 7 [...]
Does this work in RC as well? I’ve been trying and haven’t had any luck getting it to work. It just always falls back on the factory default one.
Great improvements as of today! You’re welcome to use my:
Locked Background Rotator v 1.0.4
Changes:
* Feature: Added tabs for different image sources. Collection, Folders, Deviant Art.
* Feature: Tab for specifying folder paths, from wich to auto include all images.
* Feature: Added history tab for viewing background change history.
* Feature: Preference box for specifying sources for random picures (same as tabs).
* Fix: Application crash on startup when last save file does not exist.
[...] 今天在 Within Windows 上面發現了一篇介紹自定義 Windows 7 登陸介面的文章,於是我也按照操作流程自定義了一個登陸介面(關機的時候也會顯示這個自定義介面)。 [...]
Have the RC1 of Win7 (x64) installed. The registry value already existed (although would have been no drama to add new reg key if it didn’t), and interestingly the value was already set to “1″ – enabled. Had to manually create the folder in the “oobe” directory, but no dramas there.
Interestingly did not work with file named as “background1440×900.jpg” but works just fine with the default name “backgroundDefault.jpg”. Dropped that one in the folder and everything is apples :)
Big THANKYOU for this little gem :)
NB: As an aside, ppl bitching about the hassle, you doooo realise you could simply open the default image …oobe\background.bmp in ANY image editor and simply place a new image over the top (will probably have to flatten as most image editor will paste as new layer) and save. Just make sure you run your image editor as Administrator, as the original is read-only and classed as system file. If you don’t want to mess with regedit, this gives another option :)
@Olof…..
Stop spamming this f@#king blog you moron!!
Fact: Win7 continues to cycle wallpapers during account lock…. WITHOUT the need for 3rd party app
Fact: Win7 gives all the tools, NATIVELY, to customise images being used for wallpaper and wallpaper cycles
Fact: This posting has NOTHING WHAT SO EVER TO DO WITH F@#KING WALLPAPERS, WTF ARE YOU ON ABOUT??
Get a life and stop f@#king spamming other ppl’s blogs with unwanted info…. loser!!
Whoever created this “Locked Background Rotator” should know that the application won’t work in startup as long as UAC is enabled. Your application needs elevation of permissions and so UAC system block it. You should find another way to make it work at startup. However don’t get down. It’s a good application.
Please don’t ask people to turn off their UAC. I sure think this “UAC” sucks, but for normal users (little knowledge) its a barrier againts threats.
Keep up the good work.
Regards,
-Anon
[...] in March, I wrote about how you could easily customize the background of a Windows 7 logon screen. One problem you may have run into is that lighter wallpapers affect button and text readability. [...]
Dear Elric, and complainer,
Elric:
If you tested my program you should be able to realise that the main feature is to change the background in lock mode – as this blog intends. As for the win7 cycle feature, my meaning with the program is that the backgrounds should sync. If the user wishes, again – the windows background is a plus feature and not the main thing.
My spamming was meant for those who seemed to have problems comprehending the manual procedure. Im just trying to help. I don’t make any money on this and if three posts are two to much, then im sorry…
complainer:
Thank you for your good input. I have in no way incurraged people to turn their UAC of. The program should run in administrator mode and then not have any problems with this, but I will be sure to test this more thouroghly. It could be that you have downloaded an old version. The manifest was missing in an early one.
Sorry for the spamm :(
We just released a free utility to do this too. It takes care of the image size, and registry changes.
http://www.intelliadmin.com/blog/index.php/2009/07/change-the-windows-7-logon-background-free-utility/
I was not able to get this to work with a 253 kb image (though it says here that 256 kb is the max). I reduced the image quality so that it was 182 kb (just what the preset was, no reason I chose that number) and it worked like a charm.
Can’t wait to be able to do this on all my lab computers at work. Now, just have to get the image where the Ctrl-Alt-Del is not in the white area of the image, so that it can be seen.
Thanks,
Can’t be bothered to filter through replies to see if this was covered, but to all the newbies complaining the directory doesn’t exist, CREATE THE DAMNED FOLDERS YOURSELF. They don’t initially exist as Win7 RC is NOT an OEM build, thus no OEM has created the directories!
Also, if after loading in image, if not showing up, check to see if Windows has switched of the ability (Windows sometimes does this as the folder didn’t exist when you first switched it on) – switch back on and should stay on.
As an aside, can also be done vie the Group Policy editor – see link below for details on that method.
By the way, have you released a copy of the screen capture tool you wrote… would be very handy. Cheers mate, great advice :)
@Raj – Raphael was not criticising MS, just saying that the new Login UI not to his (or other ppl’s) tastes… the beauty of being individuals. If you likeit, keep it – if you don’t, replace with an image you do like. Simple
[...] comes the most geekest way to change the windows 7 logon screen is being discovered by Rafael Rivera, this tricks is completely windows based and does not involve [...]
The names of the files are misspelled. Could you change them in the text?
I have no patience to read through all of the posts to figure out if anyone has noticed and solved the problem. If you are copying and pasting the names from the text you have to change the “×” to “x” (1920×1200 to 1920×1200). This threw me for a loop, but Photoshop was nice to tell me that there were some wierd character in there.
To test, no reboot is required, just hit Windows+L.
[...] any third-party software or hacks. The feature seems to have been intended for OEMs to customize. Rafael who is known for releasing the Blue-Badge patch made this great finding. This tweak only works for [...]
[...] UI in Windows 7. The instructions below are gleaned from two posts on his site, specifically http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customiz… and [...]
great job. i also wanna know, is there a possibility that i can increase the size of the logon user account picture?
[...] needs to be given to Rafael and his Within Windows Blog —-Thanks [...]
The above steps worked on a desktop that is not an OEM. However, they didn’t work on an OEM such as Dell E1505. There must be another registry key that needs to be altered or created for this to work on OEM
What will it take for Microsoft to place redundant copies of images with different resolutions so we can get truly crisp images right out of the box? Vista installs for a hefty 20 GB, and there is tons of space in the installation DVDs already. Why compute the aspect ratio where for 256 KB a pop, you can provide the most crisp image? And where is the 1680 x 1050 resolution, which the majority of users have today? The industry is on the eve of switching to high resolution 2560 x 1600 pixels with the advent of the Display Ports…. I wish the little guys at Microsoft had the power to poke their technologically inert superiors… geez!…
[...] your log-in screen image – Courtesy Rafael Rivera of Within Windows. Create a DWORD value named OEMBackground in the [...]
Great feature, but it’s a shame you can’t specify “tile” rather than “stretch” so that multi-monitor setups were supported. At the moment, additional monitors over the default monitor always appear black, even though the mouse can be seen on them.
Is there any way to disable font hinting on the login screen? I like pixelated text.
[...] 7 logon screen background as part of the OEM skinning features … which means it’s so easy that if I come across you and you haven’t got a custom logon background, I will personally [...]
I was interested to find an existing background.bmp in /oobe/ which had the default background. modifying this seems to change the background also. Maybe the background wasn’t intended to be OEM only.
FYI, to get this to work on 64 bit, I had to add the key to this node:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background
Add new DWord value (32 bit) named OEMBackground, value 1
[...] 3) Rafael Rivera who is sort of a windows GOD at finding hidden features and incomplete windows features. Of course if you want to get down into the registry guts there is a pretty simple registry hack and tutorial that changes the login background. You can find that tutorial on Rafael’s Blog here. [...]
[...] Change your Logon UI screen, with a click, with this. Awesome work to whoever created this nice little utility. The manual work to make this happen is painful. [...]
@Rafael
Is it possible to use a similar tweak to customise the folder background?
When you use Windows Explorer, all the folders background are in glaring white.
Only way to get other colors is to go for the Windows Classic theme which mean you don’t get the glass effect.
@ Elton
I have just did this on my x64 version of windows 7 (build 7057) and I did not have to add that key you just stated.
So I don’t know where it went wrong for you..
[...] to withinwindows.com for the initial [...]
Hmm, instead of guessing filenames and file size limits, why don’t you just read the fu** … ehrem … fine manual at http://technet.microsoft.com/en-us/library/dd744353(WS.10).aspx
…where it is stated that “True or False. If this is set to true, the background image must be located in the Windows\System32\Oobe\Info\Backgrounds directory and must be named Background.jpg, where resolution = 800×600, 1280×1024, or whatever resolution the monitor on the target computer has. The file for the background must not exceed 250K. You can also add a default file, BackgroundDefault.jpg, which is used when a background for the target computer’s monitor resolution is not present.”
Beware, that Microsoft claims, the image must be under 250K – not 256K as stated in your fine article.
Please give credits for my contribution.
Hey jackass… eherm… I mean Mikko. That documentation is wrong.
Great job “Steve Wiseman”, yours is the simplest version to use that is posted here.
It is very reminiscent of the best version around found at tweaks.com (link below).
http://tweaks.com/articles/39468/customizing-logon-screen-background-in-windows-7/
[...] more details, read the full specificaition at the withinwindows blog. Related posts:Copenhagen User ExperienceGood News – Windows 7 Categories: Software Tags: [...]
[...] of backgrounds on the “Login” screen. The find was discovered by Rafael Rivera Jr. over at his blog. Rivera discovered the new feature in the 7057 build of Windows 7 that was released just last week [...]
Thanks! Worked perfectly on Windows 7 Enterprise RTM (90-Day Trial).
I already had the registry key, so I changed it, created the “info” and “backgrounds” folders and saved a “defaultBackround.jpg” at my LCD’s native resolution (1280×1024 – I know, I’m old school, I do have a second screen that’s 25.5″ 1900×1200 though) and as soon as I locked the screen it was there. No reboot required. Much nicer.
Personally I hate UIs where I have to edit the registry. It would be a hell of a lot easier if microsoft went and made a GUI like the program Logon Stuido. GUI’s are more helpful than having to tweak the registry.
Update: Registry key seems to have reset itself. I’ll try rebooting again as the system did crash due to an unstable overclock.
In Linux you can customize all stuff about login UI, not just the background.
I use windows from time to time ( for programming stuff, most).
I’m just more comfortable with Linux.
Hey Folks,
Somebody have tried to put the logon wallpaper on the second monitor?? My second monitor on the logon is always black… :S
Regards
[...] desktop backgrounds at specified time intervals (default is 30 minutes). You can also finally change the background of your logon screen. Last but certainly not the least are libraries for arranging documents, pictures, videos etc. No [...]
[...] Thanks to Expert Windows hacker Rafael Rivera for finding out and sharing this. VN:F [1.7.2_963]please wait…Rating: 10.0/10 (1 vote cast)VN:F [1.7.2_963]Rating: +1 (from 1 vote) :logon screen, windows 7, windows 7 hacks [...]
[...] Windows 7 to officially support logon UI background customization – Within Windows. [...]
I’ve been using 7 Ultimate, and this tweak works perfectly.
The only thing, though, is that I had to set the key “OEMBackground” as read-only to the system -to prevent having its value reset to zero after a restart.
Cheers
I am using the 64bit Windows 7 Ultimate build 7100.
I did some testing with a few methods. The only one that worked for me was the Group Policy method done through the (GPedit.msc).
Note that I checked the regedit to see what it made and it put in the DWORD value (UseOEMBackground) set to value “1″ in this location. (HKEY_LOCAL_MACHINE \ Software \ Policies \ Microsoft \ Windows \ System)
You still have to make the folder location for the custom image and have the image listed as backgroundDefault.
What is weird is that the registry location (HKEY_LOCAL_MACHINE \ Software \ Policies \ Microsoft \ Windows \ System) was there to begin with and that DWORD value (UseOEMBackground) did not work when manually putting it in there, as I saw someone mention that DWROD value up above in this Blog. I also noticed that this particular location will also disappear from the registry when you turn the Group policy back to being “Not Configured”.
Now the main method for listed here in this Blog where you set the DWORD value (OEMBackground) to “1” enabled in this location (HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Authentication \ LogonUI \ Background) did not work at all for me. Taking from what I saw made in the other location while using the Group Policy I decided to add in the DWORD value (UseOEMBackground) into this location. It did not work either. I am not sure if this is because I am using Ultimate or not or if it has to do with being 64bit or not. All I know is that it does not work at all, no matter how I tried it. And I did try many different variations.
On the size and image type, what is strange is that the original background image is a Bitmap at 2.25MB. That size converts to 2305KB. Yet Rafael mentions that it has a limit of 256KB and the guides say that it only mentions the Jpeg format. I find this strange, especially since the original image is larger and a different format to begin with. There has to be a way to change the format and use larger file sizes. This size limitation is depressing.
The images stored in imageres.dll — used in the logon ui background — do not exceed 256kb. I’m not sure where you are seeing 2.25MB.
I was disappointed a little when I saw it does not support 1680×1050 “natively”, but then I got an idea, tried it and it worked – I’ve used a JPEG image resized and cropped to exactly 1680×1050 and compressed it to meet the file size requirement, then I’ve copied the file to that folder as backgroundDefault.jpg and it works great! I didn’t try it with lower display resolutions but I really don’t feel like using one on an LCD screen ;-). Note that I have the final release of W7.
I’ve got Windows 7 Pro, and right now, I can’t even transfer anything to the ‘backgrounds’ folder I’ve created in Windows\System32\Oobe\Info\Backgrounds. It says I don’t have permission, but I’m the only user and admin on my comp.
funciona perfecto…gracias
[...] withinwindows.com, [...]
so i changed the registry value from 0 -> 1. Then I put a image labeled backgroundDefault.jpg in
the oobe\inof\backgrounds.
Nothing happened, how do I fix it?
[...] to your logon background. If you don’t mind doing a little registry hacking, there’s a manual work-around for logon changing, but the Logon Changer is worth the install/uninstall if you know what you want to keep as your [...]
@Jeff
same here, tried a few times… 251k did not work, 244 did…
[...] to your logon background. If you don’t mind doing a little registry hacking, there’s a manual work-around for logon changing, but the Logon Changer is worth the install/uninstall if you know what you want to keep as your [...]
[...] to your logon background. If you don’t mind doing a little registry hacking, there’s a manual work-around for logon changing, but the Logon Changer is worth the install/uninstall if you know what you want to keep as your [...]
[...] to your logon background. If you don’t mind doing a little registry hacking, there’s a manual work-around for logon changing, but the Logon Changer is worth the install/uninstall if you know what you want to keep as your [...]
[...] to your logon background. If you don’t mind doing a little registry hacking, there’s a manual work-around for logon changing, but the Logon Changer is worth the install/uninstall if you know what you want to keep as your [...]
[...] to your logon background. If you don’t mind doing a little registry hacking, there’s a manual work-around for logon changing, but the Logon Changer is worth the install/uninstall if you know what you want to keep as your [...]
Works perfectly.
You can just try it out by going to Start>Switch User, and look which wallpaper will be nice for you.
An advice, use Paint.NET to resize your image. You can set in a scale of 1 to 100% which final quality you want and the final size. Photoshop is too crappy for this.
[...] to your logon background. If you don’t mind doing a little registry hacking, there’s a manual work-around for logon changing, but the Logon Changer is worth the install/uninstall if you know what you want to keep as your [...]
I’ve got mine working in a 1680×1050 resolution.
Simply put the .jpg in the \oobe\info\backgrounds folder and make sure it’s name is backgroundDefault NOT background*resolution*.
@Josh
You can copy files into the folder that you create it seems.
Just drag it and drop it, that’s what I did.
I had some issues with the screen as well with the jpg being 253 kb. I downsized it to 243kb and it worked fine. For those who have trouble, try this (I am using Windows 7 Ultimate Final release)
Works just fine. Is there a way to change the startup sound too?
[...] di logon senza installare alcun software, agendo dal registro di sistema: trovate la spiegazione qui. Ma perché complicarsi la [...]
[...] to your logon background. If you don’t mind doing a little registry hacking, there’s a manual work-around for logon changing, but the Logon Changer is worth the install/uninstall if you know what you want to keep as your [...]
Any idea why this doesn’t work on Windows 7 Ultimate 32-bit (RTM)?
I think that I followed well all instructions here. Is this a feature of the beta or RC version only?
BTW, I also made sure that %windir%\system32\oobe\info\backgrounds\backgroundDefault.jpg is not larger than 220KB.
Any idea?
Thanks!
To Rafael,
The original (default) picture looks like this file: %windir%\System32\oobe\background.bmp
To Frank,
I am using the Windows 7 Ultimate 32-bit (RTM), it works fine to change the picture.
[...] to your logon background. If you don’t mind doing a little registry hacking, there’s a manual work-around for logon changing, but the Logon Changer is worth the install/uninstall if you know what you want to keep as your [...]
[...] can change the background image of the logon screen without any 3rd party programs or dirty hacks. Here’s a detailed description how to do it. [...]
Iin case anyone (like me) find the manufacturer (such as Dell) changed the logon screen to their own image and dont like it (like me), you can revert it back to the standard Microsoft background by setting the Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background\OEMBackground key from ‘1′ to ‘0′
[...] The hard Way: (Read this first and you’ll understand why the easy way rocks) See: Windows 7 to officially support logon UI background customization by Rafael Rivera from “Within [...]
hi rafa..is there anyway for beginner like me to change my windows 7 background?
cos what you guys have explained above make me confused..
thanks
hey Raf, where can i download that flower background that you used as the example for your post? Thanks!
Hi
I am using the Windows 7 Ultimate 64-bit Enterprise, it works fine to change the picture background but I want to change or delete text with Windows 7 Enterprise . Someone you can help me?
thanks
Guys, please help! i have tried everything .. created an OEMBackground for both the registry keys and set the value to 1 and even changed gpedit to always use the custom logon I have even tried all the possible resolutions for the picture that i want to use but it still doesnt work tried in 1280×768 1024×768 and some other smaller size .. file size is now 212kb and the native resolution of my display is 1366×768 .. please help! dont know what else to do ..
Works on the 90 day trial of Win 7 Enterprise 64bit. I used IRFANVIEW and the plugins to resize the pic. I named it background1440×900.jpg even though my resolution is 1280×800 and it worked.
[...] Change logon screen background Save the wanted background image as backgroundDefault.jpg in the following folder (Must be less than 256 KByte in size): %windir%system32oobeinfobackgrounds Then activate loading of OEM background image with this DWORD registry key: [HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Authentication LogonUI Background] OEMBackground = 1 Credits WithInWindows.com [...]
Thanks for the file-size tip. I was doing everything else right, and getting no result. Compressed the JPEG a bit after reading this, and it worked immediately. Beautiful.
Thanks for the great site. I’ve found that if the JPEG is “250 KB (256,002 bytes)” as viewed in the file properties window accessed by right-clicking the file, the file will not work. After reducing the image size a bit, so the file is “248 KB (254,894 bytes),” it works fine. I’m thinking the size limit may actually be 256,000 bytes, however it might otherwise be expressed.
My resolution is 1680 x 1050, but my JPEG is not exactly the same ratio. I’m thinking the image is being stretched by Windows, especially since it is now only 369 x 230 pixels. For me this is no biggie, as all I want is a dark blue screen. I am using Microsoft Paint and have not found a way to create a larger image without the file size getting really big.
Mine is a single file named backgroundDefault.jpg in the folder specified by Rafael. You will need administrative rights to add files to this folder after it is created.
I did not edit the registry directly, but instead edited Group Policy, as described on http://www.winhelponline.com/blog/windows-7-lets-you-change-the-logon-background-image/. Incidentally, that site directed me to this one. You will need administrative rights to edit Group Policy.
Anyhow, I’m good to go. May someone find this useful. Great work, Rafael!
how can you do this on vista home premium???
help please…
[...] is some Background Information about replacing the logon screen for Windows [...]
Rafael,do u mean 256kb for jpeg images?im using a bitmap image with size 2MB…and i didnt even have to rename it.i just drag and drop it into the background file…and it still works..can u check on this please?
I learning more and more about Windows 7 and I am LIKING it MORE AND MORE! Kewel! >:)
Okay, now that we have and can change the logon screen; what about the Shut Down Screen?
@Big J:
You might be able to utilize 2MB graphics, mind you. But do you REALLY want to take up more system resources and bog your system down (no matter how fast it may be, already) with extra system resources than you really need or have to? The naked eye really cannot determine whether or not you are using a 2MB JPG or a 256kb JPG. I mean, how long are you going to stare at the log on screen, anyway? Seriously. I have a decently fast system and I try to keep my resources down to a minimum, usually.
Just a thought….
Happy Holidays to all, Cheers!
Spirit Wolfe
[...] to your logon background. If you don’t mind doing a little registry hacking, there’s a manual work-around for logon changing, but the Logon Changer is worth the install/uninstall if you know what you want to keep as your [...]
[...] Windows 7 to officially support logon UI background customization – Within Windows [...]
I’m new to all of this and have been trying to follow intructions on what to. I’ve located the registry for the background logon UI and i’ve changed the value to 1. But now i’m stuck on how to get the images to the registry…help is needed and much appreciated…thank you much…
[...] can also check this post (link) where its shown how to change windows seven’s logon screen background [...]
This works fine when you’re trying to login to the console like on a physical computer. Even works on Windows 2008 Server R2. BUT when using Remote Desktop I keep getting this ugly green logon screen. Have searched and searched the Internet and have been trying all kinds of different things but no matter what I do the green screen keeps showing. Windows 7 Ultimate: same thing. We want to demo Windows 2008 R2 Server to our customers but it doesn’t look very impressing with this ugly green screen as the first thing they see…. Can’t even change it to black!
Thanks for this great info. It worked brilliantly for me.
[...] to your logon background. If you don’t mind doing a little registry hacking, there’s a manual work-around for logon changing, but the Logon Changer is worth the install/uninstall if you know what you want to keep as your [...]
Thanks for posting this.
@Kung-fu Kingstar you don’t put the files in the registry. You put them on the System drive (C: usually) in the directory mentioned above: %windir%\system32\oobe\info\backgrounds. Just copy that, open up windows explorer and paste in that path. It may tell you that it doesn’t exist. you may have to paste in %windir%\system32\oobe and then create the other folders. That’s what I had to do (Win7 Enterprise VL)
I pasted in %windir%\system32\oobe and then created the folder in oobe called info and one inside info called backgrounds. then put the file in the backgrounds folder.
[...] Windows 7 to officially support logon UI background customization – Within Windows: [...]
[...] WithinWindows 18/01/2010 Dicas Link 0 alterar, logon, modificar, tela, windows [...]
[...] screen is that it sucks in a major way. Fortunately, it’s customizable, though it takes a registry tweak to enable that. I didn’t bother providing a different image for the different resolutions [...]
Great tweak. Win 7 Enterprise worked great. Thanks for thehelp.
T.B.
BTW, to add to Steve’s comment, don’t forget to rename the image you place in the backgrounds folder to backgroundDefault.jpg
T.B.
[...] by Fallen][Angel on Jan.25, 2010, under Windows Eigentlich finde ich den typischen Logon-Screen von Windows 7 gar nicht so übel, jedoch hatte es mich nach einiger Zeit doch nach etwas Abwechslung gedrüstet. Und so habe ich kurz einmal Google angeworfen und direkt folgenden Eintrag im Netz gefunden: Windows 7 to officially support logon UI background customization [...]
i can’t seem to get this to work.. i bought a dell desktop, running win7 64-bit… the folder and stuff exists, and i see a few dell backgrounds in the folder, but i can’t seem to copy/move anything in or out of the folder.. i get an error saying the system cannot find the path specified (i use teracopy)…
Arghh!
It took me a while to figure out that this won’t work with Total Commander, since it is 32 bit. If you think Total Commander copied the files to %windir%\system32\oobe\info\backgrounds, it didn’t. It copied them to %windir%\sysWOW64\oobe\info\backgrounds. Using Windows Explorer works.
Windows 64 bit can be a bitch.
First of all I must say that this is a great article. But there is some security concerns. As microsoft is a giant player they always checks for their registry (if you regularly update your system). I have Windows7 Ultimate 64 bit installed. I follow all the steps you mentioned. Manually edit the registry and so on. After that my desired image appears while logging on. But after few days a defender update (provided obviously by Microsoft) took palce. The next time I boot by PC the default logon screen (the dirty one) appear again. But all of sudden after giving the password, a windows authentication popup appears above a black screen. And it says that mine one is not an authenticate one. Although it is directly collected from Microsoft. Then it wants to activate. I simply follow. Activation was also successfull(offline mode). I checked for event viewer. There I found a error about logon. And it says that my registry was being used by another process (appears for the period while I did have my desired LogOn screen). I googled for this but didn’t find any satisfactory explanation. Can you please say me why this happened and what i need to do to keep my desired Logon background?
I’ve got this working perfectly on one monitor but, as Ant said, I’ve got two monitors and the right-hand monitor just goes black when I lock the computer. It’s annoying because under Windows XP the desktop background used to stay as it was when I was logged in when I locked the workstation. Wish there was away for my lovely, wide image to fill both screens even when my computer was locked!
[...] tips, tricks, and secrets on the new features and functionality of Windows [...]
thanks that works perfect.
..thank You, works great !!!… Just the way you described it…
win 7 32bit – ultimate
Man, Linux has had this feature since forever. Even “minimalist” login managers like slim have had this feature. On top of that, we can customize more than just the effing background. Once again, Microsoft has to claw at the wall to catch up and still falls short.
Why do people use Windows again? They fooled themselves into thinking they need it and that Linux doesn’t work?
I’m telling you, Linux stomps Windows when it comes to desktop features.
@Anonymous: I’m sure we’d all switch to Linux if Windows wasn’t working for us. I’m sorry if you have a problem with Windows but most of us don’t and find Linux a pain to configure and use productively.
[...] WithinWindows 的说法, 而登陆界面也不必再通过第三方进行修改了。 话说此博主也是 xp [...]
This is very useful to get rid of the annoying image that is included. Thx! At least if I get an OEM PC with some annoying logo on the login screen I know how to remove it.
Thanks Rafael, this is an excellent tip. It works perfectly but you do have to pay close attention to the 256KB limit for the image.
@Anonymous: I’m with Dave on this one buddy, I never have issues with Windows itself. I occasionally have issues with poorly written programs or drivers running in Windows but that’s no different than Linux. Perhaps when the gaming and hardware (specifically peripherals) industries fully embrace Linux I will switch, or perhaps when I stop gaming on PCs.