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?
- Open Print Management (printmanagement.msc), right-click the target driver under Drivers, and set Driver Isolation to Isolated or Shared.Cevap
- BOpen Services (services.msc), locate the Print Spooler service, and configure the Recovery tab to isolate child process failures.
- COpen Computer Management (compmgmt.msc), navigate to Device Manager, right-click the Printer class device, and select Driver Sandboxing in Properties.
- DOpen Component Services (comexp.msc), navigate to DCOM Config, locate the Print Spooler application, and set Launch Permissions to Restricted.
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Windows Print Management MMC Snap-in and Driver Isolation Configuration