How to change Logon screen Picture frame (before logon)

sharpharp

New member
Member
Local time
10:51 AM
Messages
42
Hi there,

I have a windows 7 pc in a "domain", so when you get to the initial windows 7 welcome screen (prior to logging in as a user), you get a blank transparent Picture
 
Last edited:

My Computer My Computer

At a glance

7
OS
7
Its ok, managed to get it working, seemed to work when i did it again, strange. No blank picture frame now, just a customised "picture frame" that appears prior to logon, just what I was after. Hope this helps anyone else trying to achieve this.
 

My Computer My Computer

At a glance

7
OS
7
Glad it sorted out by itself, but to answer this anyway (for other ppl who should need it) :

Windows provides two ways to achieve this : a registry tweak, and a group policy trick that instruct Windows not to remember and display the last user name who logged in.



First method, through the registry :

  1. Run Registry Editor (RegEdit).
  2. Navigate to the following registry key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System
  3. In the right pane, double click on DontDisplayLastName registry key value, and set its value data to 1.
Second method, through gpedit :


  1. Click on Start button, and type gpedit.msc into Start Search box, and hit Enter to open the Local Security Policy Editor.
  2. Navigate to Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options.
  3. In the right pane, double click on Interactive Logon: Do not display last user name.
  4. Select and set the radio button of Enabled.
  5. Click OK.

Now in your case you would want the oposite, and turn that off. So in registry to "0", and in gpedit "Disabled".
 

My Computer My Computer

At a glance

win7 x64
OS
win7 x64
ShopBunny, that is uncorrect, both of your methods do nothing to the picture frame prior to logon.
My question was relating to the Picture Frame before logging being blank (if its in a domain)
 

My Computer My Computer

At a glance

7
OS
7
ShopBunny, that is uncorrect, both of your methods do nothing to the picture frame prior to logon.
My question was relating to the Picture Frame before logging being blank (if its in a domain)

That empty frame is exactly what is controled by the methods I described. I've done it myself several times. So sry but it IS correct.
 

My Computer My Computer

At a glance

win7 x64
OS
win7 x64
Try it when connected to a domain... frame is always empty (because a user has not logged in and does not exist on the local machine)... I await your retraction :-)
 

My Computer My Computer

At a glance

7
OS
7
Ok, my bad. didn't read the fact that you are in a domain. So that does tighten things up, don't it ?

Indeed, not even by m$ has a solution been provided (yet).

But I did find an interesting workaround you might want to check out :

I dont know if this will work in Windows Vista as I have not attempted it yet, but it does work in both 7 x64 and x86.

In both Windows Vista and Windows 7 when you enable the “don’t show last username” policy in group policy or in the registry, the user account frame will be shown as an empty frame instead of with the users account picture. Also when in a domain will this be the case. The following steps will enable a custom image or logo to be inserted into the frame for all users.



Warning: Changing system files or their settings can have an unwanted effect on the computer and can even make them unbootable. After this file is changed no user will be able to choose an individual picture.

Do the following at your own risk.



In order to add a logo to the frame you must first take ownership of C:\Windows\System32\authui.dll. You can do this by doing the following using explorer, navigate to the System32 folder, right click on authui.dll, click on properties, click on the security tab, click on advanced, click on the Owner tab, click on the Administrators group, then click apply. Click on the permissions tab, click on administrators, click on edit, tick the allow box for the full control permission, click OK on any remaining dialog boxes.
Use restorator to open the authui.dll file, browse to bitmap, then to 12223. Then you want to export/save the file as a bmp file. (That is given the fact that you know how to work with restorator...)

Open both your desired image and the bmp file in the bmp editor. Resize your desired image to roughly 120x120. Copy the image to the picture frame and position as desired. Once everything is the way you want, save the file.
In the resource editor again, you want to replace the 12223 bitmap with the custom image created. After this is done, save authui.dll and you should be able to see the effects immediately, if not reboot.


If you are familiar with some resource hacking skillz, this will be quite easy to do for you...
This method is the easiest and simplest workaround I know of.
 

My Computer My Computer

At a glance

win7 x64
OS
win7 x64
That is the one i used :-)
 

My Computer My Computer

At a glance

7
OS
7
can you make me one like this for the user logon :P
 

Attachments

My Computer My Computer

At a glance

Windows 7 Home Premium SP1 64-bitIntel™ Core™ i7 920 2.66 ghzOCZ 6gb (triple 2gb) ddr3-1333 (Gold Edition)Nvidia 9800 GT 1GB - x2 SLI
OS
Windows 7 Home Premium SP1 64-bit
CPU
Intel™ Core™ i7 920 2.66 ghz
Motherboard
Asus P6T Deluxe V2
Memory
OCZ 6gb (triple 2gb) ddr3-1333 (Gold Edition)
Graphics Card(s)
Nvidia 9800 GT 1GB - x2 SLI
Sound Card
On board
Monitor(s) Displays
19" LCD Wide Screen / Built-in TV Tuner
Screen Resolution
1440x900
Hard Drives
250 GB Maxtor
+
1 TB Seagate
PSU
Corsair GX 800 (800watts)
Case
Thermaltake Level 10 GT
Cooling
Antec Kuhler 920
Mouse
CM Storm Sentinel Advanced
Internet Speed
1MBps
Ok, my bad. didn't read the fact that you are in a domain. So that does tighten things up, don't it ?

Indeed, not even by m$ has a solution been provided (yet).

But I did find an interesting workaround you might want to check out :

I dont know if this will work in Windows Vista as I have not attempted it yet, but it does work in both 7 x64 and x86.

In both Windows Vista and Windows 7 when you enable the “don’t show last username” policy in group policy or in the registry, the user account frame will be shown as an empty frame instead of with the users account picture. Also when in a domain will this be the case. The following steps will enable a custom image or logo to be inserted into the frame for all users.



Warning: Changing system files or their settings can have an unwanted effect on the computer and can even make them unbootable. After this file is changed no user will be able to choose an individual picture.

Do the following at your own risk.



In order to add a logo to the frame you must first take ownership of C:\Windows\System32\authui.dll. You can do this by doing the following using explorer, navigate to the System32 folder, right click on authui.dll, click on properties, click on the security tab, click on advanced, click on the Owner tab, click on the Administrators group, then click apply. Click on the permissions tab, click on administrators, click on edit, tick the allow box for the full control permission, click OK on any remaining dialog boxes.
Use restorator to open the authui.dll file, browse to bitmap, then to 12223. Then you want to export/save the file as a bmp file. (That is given the fact that you know how to work with restorator...)

Open both your desired image and the bmp file in the bmp editor. Resize your desired image to roughly 120x120. Copy the image to the picture frame and position as desired. Once everything is the way you want, save the file.
In the resource editor again, you want to replace the 12223 bitmap with the custom image created. After this is done, save authui.dll and you should be able to see the effects immediately, if not reboot.


If you are familiar with some resource hacking skillz, this will be quite easy to do for you...
This method is the easiest and simplest workaround I know of.


Hi had a go at this, but i must be missing something, because after saving the file and rebooting, the pc just displays a black screen so i have to restore the original authui.dll file.

Any ideas
 

My Computer My Computer

At a glance

Windows 7 Enterprise 32Bit
OS
Windows 7 Enterprise 32Bit
I have the same problem, I modified the bitmaps and the 2 images but I get an error... can someone tell us how we can edit the pictures?
 

My Computer My Computer

At a glance

windows 7 proffesional x64Intel(R) Core(TM) i3-2330M CPU @ 2.20GHz4GBAMD RADON 6470M
Computer type
Laptop
Computer Manufacturer/Model Number
Dell
OS
windows 7 proffesional x64
CPU
Intel(R) Core(TM) i3-2330M CPU @ 2.20GHz
Motherboard
0FTJWD Dell Inc.
Memory
4GB
Graphics Card(s)
AMD RADON 6470M
Hard Drives
465,76 GB
Antivirus
Bitdefender
Browser
firefox
Back
Top