Guided path: Authentication path

Step 2 of 6

Continue to LSASS, SAM, and local security policy
intermediate

Winlogon, LogonUI, and session sign-in

The visible and semi-visible path from secure attention to a fully signed-in session.

Official Microsoft docs

Closest official references related to this topic on Microsoft Learn.

Why it matters

This ties together startup, the secure desktop, user sign-in, and the point where Windows begins launching the user's environment.

Mental model

Winlogon coordinates secure interaction, LogonUI gathers credentials, and the authenticated result is handed into the security subsystem.

How it works

  1. 1Secure attention and sign-in UI are presented on a protected desktop.
  2. 2Credential providers gather the data needed for authentication.
  3. 3After success, Windows transitions from sign-in infrastructure to the user's desktop and shell environment.

Key terms

LogonUI
The sign-in user interface that renders credential provider tiles and prompts.
Secure desktop
A protected desktop used for sensitive prompts such as logon and UAC.

Why Ctrl+Alt+Del matters

That secure attention sequence ensures the sign-in path is brokered by trusted Windows components rather than an ordinary process.

Common misconception

Winlogon is not just 'the login window'. It is coordinating secure interaction, session transition, and later shell bring-up.

You should read next

Ranked from your current topic, related links, branch depth, and any active guided path.

Related topics