a issue about MSGina.dll

Posted: 07-04-2003, 07:51 AM
Hello,

I am working on to writing my owner GINA.dll to replace
MSgina.dll, my purpose is to logon automatically

with a default user and password after Windows XP booting, In fact, I found
to implement it, only if modifying registry as the following.

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon

Value Description

AutoAdminLogon "1" or any other string value.

DefaultUserName The name of the user to automatically
log on.

DefaultDomainName The name of the domain that the user
account is in.

DefaultPassword The password of the user account, in
clear text.

If the AutoAdminLogon key value is present and contains a 1, an automatic
logon will occur based on the DefaultPassword key value. The account being
logged onto is specified using the DefaultUserName and DefaultDomainName key
values.

In normal Windows XP booting case, this method can implement to logon
automatically.

However, If last shut down Windows XP by hibernating, next resume Windows XP
from hibernating, the above method is invalid. That is, when logon windows
XP, I must input password.

Can you tell me what the reason is in hibernating case?



If I want to modify the WlxLoggedOnSAS() function which is
exported by MSGina.dll to implement to logon automatically

with a default user and password after Windows XP booting. How can I do it?





Thanks

Best regards.

Leon Huang






Reply With Quote

Responses to "a issue about MSGina.dll"

 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VPN Issue marco Windows Vista Networking & Sharing 1 11-29-2006 12:08 AM
Boot up issue Marc Windows Vista Install & Setup 0 06-09-2006 11:19 PM
Weird .wav issue Windows XP Movie Maker 0 08-19-2003 02:03 AM
ICS Issue Kadaitcha Man Windows XP Help & Support 0 08-02-2003 03:28 PM
Is this a Win XP Pro Issue? Janie Windows XP Performance & Maintenance 1 07-03-2003 02:48 AM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90