Question

Difficulty: Very hardWindows Administrative and System Management Tools

A systems administrator is configuring a dedicated print server workstation running Windows 11 Pro to host several legacy architecture-specific print drivers. To prevent a faulty 32-bit print driver from causing the main spooler process (spoolsv.exe) to crash and offline all shared queues, the administrator must configure driver execution isolation. Which administrative snap-in should the administrator open, and which property path directly provides this configuration option?

  1. Open Print Management (printmanagement.msc), right-click the target driver under Drivers, and set Driver Isolation to Isolated or Shared.Answer
  2. B
    Open Services (services.msc), locate the Print Spooler service, and configure the Recovery tab to isolate child process failures.
  3. C
    Open Computer Management (compmgmt.msc), navigate to Device Manager, right-click the Printer class device, and select Driver Sandboxing in Properties.
  4. D
    Open Component Services (comexp.msc), navigate to DCOM Config, locate the Print Spooler application, and set Launch Permissions to Restricted.

Answer

Open Print Management (printmanagement.msc), right-click the target driver under Drivers, and set Driver Isolation to Isolated or Shared.
The correct answer correctly identifies Print Management (printmanagement.msc) as the specialized Windows Administrative tool used to manage print servers and driver environments. Setting Driver Isolation to 'Isolated' causes the print driver to execute inside an independent PrintIsolationHost.exe process, isolating any driver crashes from the core Print Spooler service.

Step-by-Step Solution

1
Identify the administrative tool designed for enterprise print driver and spooler management.
Print Management (printmanagement.msc) is the designated MMC snap-in for managing print servers, queues, and driver properties.
General tools like Device Manager or Services do not expose print spooler process isolation configurations.
2
Locate the driver settings within the snap-in.
Navigate to Custom Filters/Drivers or Print Servers > Drivers.
Driver Isolation is configured per-driver rather than per-printer queue.
3
Configure Driver Isolation mode.
Set the isolation setting to 'Isolated' (separate process for a single driver) or 'Shared' (shared process for isolated drivers).
Running print drivers in isolated processes (PrintIsolationHost.exe) prevents a driver crash from crashing the primary Print Spooler service (spoolsv.exe).

Key Concept

Windows Print Management MMC Snap-in and Driver Isolation Configuration
Rate this question