I have a C++ script that locks the windows when a specific event occurs. Locking windows is done using “LockWorkStation()” command.What I want to do is “unlock” win开发者_运维问答dows when some ot
I have an LDAP serv开发者_Python百科er Novell eDirectory in my Environment through which has the user data. In my Environment i have set of Windows and Linux servers. I need to use this LDAP As the Au
I have made C# winform keyboard that i need to run at windows login screen so that user can enter password to specific user account. the computer which is using this application doses not have physica
Is it possible to send hot key to program while windows is locked? Maybe i should modify gina.dl开发者_如何学运维l?I would think if thats posible that would be a design flaw :)
I need to trap the \"Shut Down Windows\" dialog that appears when you press the power button in Windows XP.I\'m using a custom GINA to trap security and logon dialogs, but the \"Shut Down Windows\" di
What is a GINA dll, and is it possible to trap special key combinations using thi开发者_如何学Pythons dll? How can I use this in a kiosk application?GINA handles part of the login and authentication p
I have created a DLL to replace GINA. When I call WlxDialogBoxParam to display my own logon dialog, the dialog does not get active. What am I doing wrong?