A technician is booting a laptop that has Windows 10 installed with 2 GB RAM. The boot process is currently working on the following step: NTOSKRNL.EXE starts the login file called WINLOGON.EXE. What is the next step that will happen in the boot process?
- WINLOGON.EXE displays the Windows Welcome screen.
- WinLoad loads two files that make up the core of Windows: NTOSKRNL.EXE and HAL.DLL.
- WinLoad reads the registry files, chooses a hardware profile, and loads the device drivers.
- Winload uses the path specified in BOOTMGR to find the boot partition.
Explanation & Hint:
At the stage where NTOSKRNL.EXE starts the login file called WINLOGON.EXE during the Windows 10 boot process, the next step that will happen is:
In the Windows boot process, after the kernel (NTOSKRNL.EXE) has been loaded and starts the WINLOGON.EXE, the next step is for WINLOGON.EXE to present the Windows Welcome screen. This screen is where users are prompted to enter their credentials, such as a password or PIN, to access the system. The other steps mentioned occur at different stages of the boot process:
|