Login to Windows xp programmatically

為{幸葍}努か 提交于 2019-12-11 03:03:27

问题


Anyone heard that it's possible to login to Windows xp programmatically, I want to modify the way the Domain Controller authenticates the user and if the user authenticated in my special way it returns the user name and password to the service working on the client machine so it should login the user using its passed credentials from the DC without waiting for user to insert his original credentials.


回答1:


Have a look at this: Gina.dll MSDN

Gina is the system that fingerprint readers etc. use to customise the login screen. You may be able to use this to achieve your purpose?

To future proof your app (Vista and Windows 7) you may wish to look into these: MSDN Mag Vista Credential Providers



来源:https://stackoverflow.com/questions/464580/login-to-windows-xp-programmatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!