【发布时间】:2021-09-23 02:01:05
【问题描述】:
我在VMware的Windows10上应用了MS(https://github.com/microsoft/Windows-classic-samples)提供的Credential Provider Sample。
但没有任何改变。
以下是我申请的。
如果我错过了什么或做错了什么,请告诉我。
提前致谢。
- 我将 .dll 文件放在 C:/Windows/System32 中。
- 我运行了下面的 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"
【问题讨论】:
标签: windows credential-providers