mclear / Sesame

Microsoft Windows NFC Login and Logout
Apache License 2.0
53 stars 18 forks source link

Window 10 service stop #2

Closed JohnMcLear closed 6 years ago

JohnMcLear commented 8 years ago

In some instances with Windows 10 the service will stop after a minute on the lock screen. You then need to log in manually and restart the service.

maz-net-au commented 8 years ago

Does the service stop? or does the credential provider itself die? it appears that i need to use a newer version of the ICredentialProvider interface for windows 10 support. This means I need to probably duplicate the functionality of my current providers into a separate new set for later windows versions, and use the original ones for older windows versions. For me it takes 30 seconds before the provider crashes. if you're watching the login screen you can see the wait icon appear momentarily.

maz-net-au commented 8 years ago

relevant link of others having the same problem https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/d68e46ad-2966-4768-9aea-170fdb102ca5/credential-provider-interface-on-windows-10-tcp-10041?forum=windowssecurity

maz-net-au commented 8 years ago

Please try the new version and let me know if the problem is fixed. i explicitly corrected for this.

Deph0 commented 6 years ago

Closed due to negligence in response. Likely fixed.