312-49v10 Exam QuestionsBrowse all questions from this exam

312-49v10 Exam - Question 153


What file is processed at the end of a Windows XP boot to initialize the logon dialog box?

Show Answer
Correct Answer: AC

The file processed at the end of a Windows XP boot to initialize the logon dialog box is LSASS.EXE. The Local Security Authority Subsystem Service (LSASS) is responsible for handling authentication and generates the process that provides the logon dialog box for users. While NTOSKRNL.EXE is a crucial part of the boot process, it does not directly initialize the logon dialog box.

Discussion

11 comments
Sign in to comment
vanhaiOption: C
Nov 14, 2021

C. LSASS.EXE

ctaregistroOption: C
Dec 11, 2021

C. LSASS.EXE. The local security authentication (LSA) subsystem server component generates the process that authenticates users for the Winlogon service. http://technet.microsoft.com/en-us/library/bb457123.aspx

sampbOption: A
May 23, 2022

The ntoskrnl.exe file is an executable file that contains the XP boot screen. During the boot process, XP executes this file, found in C:\Windows\System32, which in turn displays the boot screen graphic.

JDKirk
Nov 25, 2021

Isn't this GINA?

BarryMacockenerOption: B
Dec 12, 2022

The answer is not LSASS.exe... this service is used to verify user credentials are correct

marymayhemOption: C
Jul 8, 2023

Page 226 "9. The kernel passes the control of the boot process to the Session Manager Process (SMSS.exe), which loads all other registry hives and drivers required to configure the Win32 subsystem run environment 10. The Session Manager Process triggers Winlogon.exe, which presents the user login screen for user authorization"

marymayhem
Jul 8, 2023

I mean A

Malko59Option: A
Aug 6, 2023

A is correct. In the CHFI V10 book page 225, the main Windows loader steps are: 1) Winload.exe 2) NTOSKRNL.exe 3) SMSS.exe 4) Winlogon.exe (display user login dialog box) 5) LSASS.exe So even if Logon is triggered by SMSS, the sole correct answer is NTOSKRNL

ElbOption: A
May 16, 2024

A > https://bookshelf.vitalsource.com/reader/books/9781635676969/pageid/240 7. The Windows loader loads the OS kernel ntoskrnl.exe 8. Once the Kernel starts running, the Windows loader loads hal.dll, boot-class device drivers marked as BOOT_START, and the SYSTEM registry hive into the memory 9. The kernel passes the control of the boot process to the Session Manager Process (SMSS.exe), which loads all other registry hives and drivers required to configure the Win32 subsystem run environment 10. The Session Manager Process triggers Winlogon.exe, which presents the user login screen for user authorization

DumasOption: C
Jun 17, 2024

C is a better answer. LSASS (Local Security Authority Subsystem Service)

DumasOption: C
Jun 29, 2024

This question is driving me crazy. Elb has the steps perfect. So let's read the question again. Processed at the END. LSASS is last

aqeel1506Option: C
Jul 18, 2024

A. NTOSKRNL.EXE: This is the Windows XP kernel executable, responsible for managing system resources and providing core operating system functionality. While it's involved in the boot process, it's not directly responsible for initializing the logon dialog box. B. NTLDR: This is the Windows XP bootloader, responsible for loading the operating system. It's involved in the early stages of the boot process, but not in initializing the logon dialog box. D. (link unavailable) This is a component of the Windows XP boot process that detects hardware and configures system settings. While it runs early in the boot process, it's not responsible for initializing the logon dialog box.