通过应用程序解锁Win7桌面

发布于 2024-12-11 12:18:26 字数 220 浏览 0 评论 0原文

我正在尝试让程序解锁用户的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淤浪 2024-12-18 12:18:26

您需要实施 凭据提供程序、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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文