PDA

View Full Version : WinLogon Screen (WXP-Pro)



offshore7024
09-29-2006, 04:02 AM
I would like to re-position my "Windows Logon Screen" - this always hangs in the middle. Can anyone help, please.

Many thanks in advance.

BertImmenschuh
09-29-2006, 10:44 AM
That is programmed into Windows and don't think it can be changed without rewriting the core of the OS. It occurs before the users' Registry loads.

<font color=blue>Good judgement comes from experience, and experience comes from bad judgement.</font color=blue>
<font color=green>Experience is a wonderful thing. It enables you to recognize a mistake when you make it again.</font color=green>

motoflop
10-04-2006, 01:21 PM
Perhaps rewriting core of OS is not necessary. Maybe if you create your own version of msgina.dll, you could do the trick.

offshore7024
10-11-2006, 10:28 AM
Please explain how this can be done. Many thanks in advance.

motoflop
10-15-2006, 03:32 AM
Go to www.microsoft.com and search for "msgina.dll" or use google. Here is one example of what you will find:

www.microsoft.com/technet/prodtechnol/windows2000serv/maintain/security/msgina.mspx

You need also knowledge how to write c/c++ programs and you need suitable c/c++ complier like Microsoft Visual Studio. You can perhaps use Microsoft Visual Studio 2005 Foundation edition, which you can download for free. It's limited version, so I'm not sure if you can create msgina with it. I haven't created msgina myself, so I cannot help you more.