nerdexam
CompTIA

SK0-004 · Question #238

Which of the following actions will prevent a driver from being reinstalled automatically?

The correct answer is B. Disable the device using Device Manager. Disabling a device in Device Manager prevents Windows Plug and Play from automatically loading or reinstalling the device driver on subsequent startups.

Server administration

Question

Which of the following actions will prevent a driver from being reinstalled automatically?

Options

  • ARun the disable command.
  • BDisable the device using Device Manager.
  • CReview manufacturer manual.
  • DReboot the server, logon in Safe Mode, uninstall the driver.

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    94% (29)
  • C
    3% (1)

Why each option

Disabling a device in Device Manager prevents Windows Plug and Play from automatically loading or reinstalling the device driver on subsequent startups.

ARun the disable command.

There is no standard Windows 'disable' command-line tool for device driver management that would suppress Plug and Play automatic driver reinstallation.

BDisable the device using Device Manager.Correct

When a device is disabled through Device Manager, Windows writes a disabled flag to the device's registry entry, causing the Plug and Play subsystem to skip driver loading for that device at boot time. Unlike uninstalling the driver, which triggers automatic hardware detection and reinstallation, disabling keeps the device entry present but inactive, effectively blocking automatic driver reactivation without manual re-enabling.

CReview manufacturer manual.

Reviewing the manufacturer manual is an informational action and does not apply any system configuration that would prevent driver reinstallation.

DReboot the server, logon in Safe Mode, uninstall the driver.

Uninstalling the driver in Safe Mode removes the driver files, but on next normal boot Windows Plug and Play detects the hardware and automatically reinstalls the driver.

Concept tested: Preventing automatic driver reinstallation via Device Manager

Source: https://learn.microsoft.com/en-us/windows-hardware/drivers/install/using-device-manager

Topics

#device driver#Device Manager#driver management

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice