简体   繁体   English

是否可以调用Win表单而不是Windows登录窗口?

[英]is it possible to call win form rather than windows login window?

I just want to know, can we replace standard windows login UI with Win form based UI. 我只是想知道,我们可以将标准的Windows登录用户界面替换为基于Win窗体的用户界面吗? Will it run at the time of booting instead of standard login window. 它会在引导时(而不是标准登录窗口)运行时运行。 If yes which process is needed to call after authentication. 如果是,则验证后需要调用哪个进程。

Since the question is tagged with Windows-7, I think the correct answer is Credentials Provider. 由于问题是使用Windows-7标记的,因此我认为正确的答案是凭据提供程序。 You can find some samples in the Windows SDK. 您可以在Windows SDK中找到一些示例。 This MSDN article gives a very good introduction and it also provides a sample. 这篇MSDN 文章提供了很好的介绍,还提供了一个示例。 GINA is used only in pre-vista Windows GINA仅在pre-vista Windows中使用

Yes you can. 是的你可以。 you need to replace the GINA DLL, and you should read more about GINA programming before you do it. 您需要替换GINA DLL,并且在执行该操作之前,您应该阅读有关GINA编程的更多信息。

Customizing GINA 定制GINA

(edit) and seek more data about win7 (this time they call it "Credential Providers"), as this article is old. (编辑)并查找有关win7的更多数据(这次他们将其称为“凭据提供程序”),因为本文较旧。 most of the biometric systems use this to replace regular authentication, so it should be possible. 大多数生物识别系统都使用它来代替常规身份验证,因此应该可行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM