Credential Provider V2: Sample Does not start/load on windows 10 22H2
Ayoub
5
Reputation points
Hi, I'm facing same issue. I've performed following steps: I'm starting with https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/CredentialProvider, built it in with Visual Studio 2019 as win32 app. My target machine is Windows 10 version 22H2 (64 bit). I've performed following steps but still not seeing Sample/Custom Credential provider tile on logon screen.
- Copied the SampleV2CredentialProvider.dll in the C:/Windows/System32.
- Ran the Register.reg
- Set sample credential provider as the default credential provider, by adding the GUID into 'Assign a default credential provider'.
- Installed Microsoft Visual C++ Redistributable 2015-2022
- Also tried adding a new key AutoAdminLogon at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon as this key doesn't already exist.
- This doesn't work either https://learn.microsoft.com/en-us/answers/questions/474952/custom-credential-provider-cannot-loaded Windows credential provider not shown in 21H1
What possibly can be wrong?
Sign in to answer