A help desk technician is configuring a workstation running Windows 11 Pro in a standalone workgroup environment. The organization requires that a critical custom background database service automatically restarts the service process upon its first and second unexpected failures, but executes a full system reboot if it encounters a third failure. Which administrative utility and configuration tab should the technician use to establish these failure responses?
- Services (services.msc) using the Recovery tabAnswer
- BTask Scheduler (taskschd.msc) using the Triggers tab
- CPerformance Monitor (perfmon.msc) using User Defined Data Collector Sets
- DLocal Security Policy (secpol.msc) using Security Options
Answer
The technician should open Services (services.msc) and configure the failure responses under the Recovery tab of the target service.
The Services snap-in (services.msc) provides detailed properties for every background service installed in Windows. Under the Recovery tab, administrators can define specific actions for the first failure, second failure, and subsequent failures. Options include 'Take No Action', 'Restart the Service', 'Run a Program', or 'Reboot the Computer'.
Step-by-Step Solution
Key Concept
Windows Service Recovery Configuration