kuku147 / Credential-Provider-Demo

Demo of Windows Credential Provider on C#
https://habr.com/ru/post/669594/
GNU General Public License v3.0
19 stars 6 forks source link

CPUS_PLAP? #2

Open gitnewcomer opened 2 years ago

gitnewcomer commented 2 years ago

Hi, could you also provide an example for CPUS_PLAP? I would like to connect to a network before windows logon but can't find any example anywhere... :( Thanks for any help!

kuku147 commented 2 years ago

Hi, could you describe the use case in more detail?

To create a Credential Provider using the PLAP script, you need to add the script to the SetUsageScenario CPUS_PLAP function Also, PLAP providers are registered in the registry branch: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\PLAP Providers

gitnewcomer commented 2 years ago

Hi, thanks for your reply. I was looking for an example of CPUS_PLAP to try to implement it on OpenVPN client. It seems nobody can help, maybe you can help the community if you provide an example. You can find more about it here: https://github.com/OpenVPN/openvpn-gui/issues/77 Many thanks for any help you could provide for the community and make many admins worldwide happy! :)