A user reports that their Windows 10 laptop is running very slowly after a recent software installation. You suspect a driver conflict. You need to boot the system with a minimal set of drivers and services to troubleshoot, but you must not use Safe Mode because the user needs network access for remote support. Which boot configuration should you set using the System Configuration tool?
Trap 1: Set the boot to 'Safe boot' with 'Network' selected under Boot…
This is a valid way to boot into Safe Mode with Networking, but it is not a 'minimal set of drivers'—Safe Mode loads a standard set. Also, the question asks for msconfig settings, which this is, but it's not the best fit for 'minimal'.
Trap 2: Under the General tab, select 'Selective startup' and uncheck 'Load…
Unchecking system services would disable critical services including networking, making remote support impossible.
Trap 3: Under the Boot tab, check 'No GUI boot' and set the timeout to 0.
This only removes the Windows splash screen and speeds boot slightly; it does not minimize drivers or services.
- A
Set the boot to 'Safe boot' with 'Network' selected under Boot options.
Why wrong: This is a valid way to boot into Safe Mode with Networking, but it is not a 'minimal set of drivers'—Safe Mode loads a standard set. Also, the question asks for msconfig settings, which this is, but it's not the best fit for 'minimal'.
- B
Under the General tab, select 'Diagnostic startup'.
Diagnostic startup loads only basic devices and services, and it does not disable networking entirely, allowing remote support.
- C
Under the General tab, select 'Selective startup' and uncheck 'Load system services'.
Why wrong: Unchecking system services would disable critical services including networking, making remote support impossible.
- D
Under the Boot tab, check 'No GUI boot' and set the timeout to 0.
Why wrong: This only removes the Windows splash screen and speeds boot slightly; it does not minimize drivers or services.