Question

Difficulty: MediumWindows Administrative and System Management Tools

A systems administrator is troubleshooting a Windows 11 workstation that experiences severe performance degradation and random crashes caused by an unknown third-party startup program. The administrator needs to temporarily start the system with all non-Microsoft background services disabled at boot time without individually changing the startup type of each service in the Services console. Which administrative tool should the administrator use to achieve this task?

  1. System Configuration (msconfig.exe)Answer
  2. B
    Services Console (services.msc)
  3. C
    Task Manager (taskmgr.exe)
  4. D
    Local Group Policy Editor (gpedit.msc)

Answer

System Configuration (msconfig.exe) is the correct tool to use because it provides an easy way to hide all Microsoft services and disable remaining third-party services in bulk for diagnostic troubleshooting.
The System Configuration utility (msconfig.exe) is designed specifically for troubleshooting boot and startup issues. Under its Services tab, administrators can select 'Hide all Microsoft services' and click 'Disable all' to easily initiate a selective startup environment without permanently modifying service configurations.

Step-by-Step Solution

1
Identify the diagnostic requirement.
The requirement is to isolate third-party background services by performing a selective startup without altering individual service startup configurations permanently.
Manually changing service configurations in services.msc is prone to error and time-consuming.
2
Evaluate Windows Administrative tools.
System Configuration (msconfig.exe) features a 'Services' tab with a 'Hide all Microsoft services' checkbox and a 'Disable all' option, specifically designed for clean boot troubleshooting.
This tool simplifies diagnostic startup procedures by temporarily disabling third-party components.

Key Concept

Using System Configuration (msconfig) for Selective Boot and Service Isolation
Rate this question