Questions tagged [gina]

The graphical identification and authentication (GINA) library is a component of some Microsoft Windows operating systems that provides secure authentication and interactive logon services.

GINA is a replaceable dynamically linked library that is loaded early in the boot process in the context of Winlogon when the machine is started. It is responsible for handling the secure attention sequence, typically Control-Alt-Delete, and interacting with the user when this sequence is received. GINA is also responsible for starting initial processes for a user (such as the Windows Shell) when they first log on. wikipedia

33 questions
0
votes
1 answer

How to use windows changepassword event in visual c++

i am using visual c++ to develop a sas(clt+alt+del) changepassword function... so i have a button in my form... if i will click the button,i want to display the change password dialogbox and process that function... how can i use or invoke or call…
Arjun babu
  • 607
  • 2
  • 13
  • 42
0
votes
1 answer

uninstall using Wix on GINA causes login failure

Problem: After uninstalling a replacement GINA I get logged off immediately after logging on if I use the WIX 3.0 installer. I have a replacement login process (GINA) for windows XP. It consists of a single file placed in the system directory …
apb60563
-1
votes
1 answer

How to show Last Logon UserName in a logon dialogbox using C++ win32 API?

i am using C++ win32 API. i have a gina logon dialogbox. it contains a username textbox. i want to show the last logon username in that textbox,when the system after restarted. How can i get it?
Arjun babu
  • 607
  • 2
  • 13
  • 42
1 2
3