I opened up the existing msgina.dll in my system32, used ResEdit to extract the Bitmap00101 and Bitmap00107 bitmaps, used Photoshop to add the logos, replaced the old bitmaps with the newly created (new file names too, just in case it matters) bitmaps and saved the resource as "tvgina.dll" in the $$\system32 directory of my OEM folder.
(The original bmp's were 31k and 37k. The new bmp's turned out to be 89k and 101k, just for info's sake)
I attempted to run a registry tweak, following MSFN's directions, but nothing happens. I check the registry and see there is no entry for GinaDLL under HKLM\Software\Microsoft\Windows NT\Current Version\Winlogon. I check other machines and notice that none of them have GinaDLL in the registry.
I decide to add my own string called GinaDLL, make sure it's a REG_SZ and put in the path C:\WINDOWS\system32\tvgina.dll (I copied the file to the system32 directory on my test machine). Rebooted and get hit with the nasty 'could not load dll' error w/ Restart button. Went into safe mode, removed the registry line.
I then decided to rename msgina.dll to msgina.OLD and renamed tvgina.dll to msgina.dll and let the machine load it on its own. After a reboot, the new logo's worked, however, ctrl-alt-delete and shutdown no longer brought up a window. (
Can anyone give any feedback as to why this isn't working? Kinda at a loss
my reg tweak code btw:
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
GinaDll="mygina.dll"
GinaDll="mygina.dll"
I've tried it with quotes around ginadll instead of mygina also. pulling this off of msfn basically.