Many of us have used LogonStudio in past to change the logon screens background image since Windows XP days
There is a good news with Windows7 & Server 2008 R2.
I have discovered a new registry key in Windows7 & Windows Server 2008 R2 which allows you to choose any background image of your choice.
Source: http://www.withinwindows.com/2009/0...lly-support-logon-ui-background-customization
To make it simple I have come up with this simple batch file (ahh old DOS memories)
Save the below script as ChangeLogonUI.bat
Run it as C:\>ChangeLogonUI.bat c:\myimage.jpgCode:[B]@ECHO OFF @REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background /v OEMBackground /t REG_DWORD /d 1 /f @MKDIR %windir%\system32\oobe\info\backgrounds @COPY %1 %windir%\system32\oobe\info\backgrounds\backgroundDefault.jpg[/B]
I have saved this Batch file to SendTo folder for easy access. Now just right click any JPG file under 256kb and send it to the changelogonui.bat file.
To restore the original, which you might not want to do
Save this in a separate file, RestoreToOriginal.bat may be
C:\>RestoreToOriginal.bat
Hope you find it useful & handyCode:[B]@ECHO OFF @REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background /v OEMBackground /t REG_DWORD /d 0 /f [/B]
Here is a screenshot of one of my Logon Screens (worst VGA camera ever)
![]()
-
I wonder if this is restricted to the Beta versions and whether it will work for the RTM version. Excellent find though.
-
It should stay there... this is there to help OEM so that they can give you all those boring logon UIs
-
davepermen Notebook Nobel Laureate
hm. thinking of coding a small utility that does essencially what the batches do, but with a setup and a nice send-to name and such.. hm..
maybe if i'm bored.
then again, i don't use win7, and possibly won't for a long time..
then again, coding small apps is fun..
hm.. -
Coding is nuF... oops that was a bug
-
davepermen Notebook Nobel Laureate
my apps are bugless.. *cough*
(but that's the nice thing about tiny apps. those can easily be bugless..)
but what's nuF? -
nuF = Fun (with design bugs)
-
davepermen Notebook Nobel Laureate
hehe okay
still thinking about it.. -
Meh.. not really easier than in Vista
-
davepermen Notebook Nobel Laureate
uhm yes, much easier. a simple reg-edit instead of binary hacking some dll.
Change Windows 7 Logon Background
Discussion in 'Windows OS and Software' started by findvikas, Mar 23, 2009.