【问题标题】:Custom Credential Provider cannot loaded无法加载自定义凭据提供程序
【发布时间】:2021-09-23 02:01:05
【问题描述】:

我在VMware的Windows10上应用了MS(https://github.com/microsoft/Windows-classic-samples)提供的Credential Provider Sample。

但没有任何改变。

以下是我申请的。

如果我错过了什么或做错了什么,请告诉我。

提前致谢。

  1. 我将 .dll 文件放在 C:/Windows/System32 中。
  2. 我运行了下面的 Register.reg。
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{5fd3d285-0dd9-4362-8855-e0abaacd4af6}]
@="SampleV2CredentialProvider"

[HKEY_CLASSES_ROOT\CLSID\{5fd3d285-0dd9-4362-8855-e0abaacd4af6}]
@="SampleV2CredentialProvider"

[HKEY_CLASSES_ROOT\CLSID\{5fd3d285-0dd9-4362-8855-e0abaacd4af6}\InprocServer32]
@="SampleV2CredentialProvider.dll"
"ThreadingModel"="Apartment"
  1. 为了将我的凭据提供程序应用为默认凭据提供程序,我将 GUID 输入到“分配默认凭据提供程序”中。

  2. 重启后没有任何变化。

【问题讨论】:

    标签: windows credential-providers


    【解决方案1】:

    我通过将位于 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon 中的 AutoAdminLogon 的值更改为 1 来解决此问题。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-04-17
      • 1970-01-01
      • 2016-05-26
      • 2020-08-07
      • 2019-10-01
      • 2021-10-05
      • 2011-08-13
      相关资源
      最近更新 更多