powershell - Make windows login through Face Authentication -


i have made face verification code using opencv, have made application in windows form vs2010 using c++. want execute app on windows login screen , bypass login when authenticates face.

efforts side this: have search this, , have idea have write startup script in powershell this. dont know how this. helpful if can give pointers should next.

note: thought might not possible(as security issue), found people have done here: http://face-detection-recognition.com/

which means possible achieve.

thanks,

as far know need create custom credention provider , extend/modify logonui implement (face recognition). unfortunately, i'm no developer can't explain furter. check out link:

create custom login experiences credential providers windows vista


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -