通过应用程序解锁Win7桌面
我正在尝试让程序解锁用户的 Windows7 桌面。我认为这在某些 .NET 语言中是最简单的,但是任何东西都足够了。
我一直在 stackoverflow 上阅读一些有关此问题的帖子,有些人说这是不可能的。如果是这种情况,Windows 笔记本电脑上如何使用面部识别程序或指纹读取器。虽然我不会使用指纹或面部识别,但我将以自己的方式对用户进行身份验证。功能将是相同的,但是一旦用户通过我的检查,我将登录桌面。
I am trying to have a program unlock the user's Windows7 desktop. I assume this is easiest in some .NET language however anything will suffice.
I have been reading some posts regarding this on stackoverflow and some say it's not possible. If this was the case how are facial recognition programs or fingerprint readers used on Windows laptops. While I will not be using fingerprints or facial recognition I will be authenticating the user in my own way. The functionality will be the same however since once the user passes my check I will logon the desktop.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要实施 凭据提供程序、Vista(和 Window 7)替代早期版本的 Windows 中基于 GINA 的身份验证系统。
我认为凭据提供程序必须用本机(而不是 .NET)代码编写。
You will need to implement a Credential Provider, Vista's (and Window 7's) replacement for GINA-based authentication systems in earlier versions of Windows.
I believe credential providers must be written in native (not .NET) code.