3.1 Troubleshooting Windows Flashcards

Given a scenario, troubleshoot common Windows OS problems

1
Q

Where is the MBR always located?

A

In the first sector of the disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the UEFI check when doing a power on self-check?

A

GUID partition table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the point of a power on self-check?

A

To verify that all the system components are working properly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When it executes, which steps does bootmgr.exe perform?

A
  • Reading the BCD file
  • Reading files referred to by the BCD (WIM image and ramdisk SDI path)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which system file loads essential device drivers?

A

winload.exe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why could the GUI fail to load or a black screen appear?

A

Because the boot order was set incorrectly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which error would you get if the selected boot drive has no OS installed?

A

“No OS found”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

List the order of the first five files/processes to run when a PC is booted up

A
  • bootmgr.exe
  • winload.exe
  • Kernel
  • Hardware abstraction layer
  • Boot device drivers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which command would you use to remove nonstandard code/fix corruption in the MBR?

A

bootrec /fixmbr

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

bootrec /fixboot does what?

A

Writes a new boot sector to the system partition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What bootrec command would you use if the boot sector is damaged?

A

bootrec/ fixboot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

If you see the startup message “bootmgr is missing,” which command might you run to fix this?

A

bootrec /rebuildbcd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What tool would you use to mark the system partition as active?

A

Diskpart command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

List 3 different boot recovery tools

A
  • Advanced Boot Options
  • Startup Repair
  • WinRE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What could you do if problems were caused by a system update?

A

Rollback the update

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does system restore do?

A

Allows you to create multiple different points to restore data to on your system

17
Q

Contrast a system restore vs a system reinstall

A

A system restore only restores the configs and files of the OS itself. A system reinstall puts an entirely new version of Windows on the device and does not carry over files (you would need a backup)

18
Q

System image

A

A snapshot of how a system is at any given point in time, including all files, apps, and installations

19
Q

Give 3 common hardware issues that may occur

A

Overhearting, power, processor

20
Q

Malfunctioning RAM could cause what errors during boot?

A

Kernel errors

21
Q

How to access the Windows Memory Diagnostic Tool?

A

Control panel > Windows tools > Memory diagnostic tool

22
Q

Where do you get the latest chipset/system drivers from?

A

The vendor’s website

23
Q

When should USB selective suspend be disabled and why?

A

When USB-connected devices are not being frequently used; to save power and prolong battery life

24
Q

What is a simple fix for an application crash?

A

Uninstall, reboot the PC, reinstall

25
How can you register the DLL (dynamic link library)?
By using the Registry Server (regsvr32)
26
List 4 services where their status can be checked through the Windows Services tool
- Filtering Service - Network Agent - Policy Server - User Service
27
The real-time clock (RTC) is powered by what?
A battery on the motherboard
28
What would be an indicator that the CMOS battery on the motherboard has died?
If the device is experiencing time drift
29
How does RTC function?
As a battery-powered automatic clock fitted in a microchip of the motherboard
30
How are the CMOS and the RTC connected?
The CMOS chip stores information and instructions about the components and system settings, including storing values for the RTC. They are two separate motherboard chips though.
31