SK0-004 · Question #806
A device driver has been updated, and the device no longer works. Which of the following steps should the systems administrator perform FIRST?
The correct answer is B. Restore the previous version of the driver. When a driver update causes a device to stop functioning, the immediate first step is to roll back to the previously working driver version before attempting any other troubleshooting or hardware replacement.
Question
A device driver has been updated, and the device no longer works. Which of the following steps should the systems administrator perform FIRST?
Options
- AReboot the server an additional time
- BRestore the previous version of the driver
- CDefragment the hard drive
- DReplace the failed device
How the community answered
(60 responses)- A2% (1)
- B95% (57)
- D3% (2)
Why each option
When a driver update causes a device to stop functioning, the immediate first step is to roll back to the previously working driver version before attempting any other troubleshooting or hardware replacement.
Rebooting an additional time does not revert a driver update and is unlikely to resolve a compatibility or corruption issue introduced by the new driver.
Rolling back the driver restores the last known working version, which directly addresses the root cause - the faulty updated driver. This is the least invasive and fastest corrective action since the failure is clearly correlated with the driver change. Windows Device Manager provides a built-in 'Roll Back Driver' function specifically for this scenario, making it the standard first response.
Defragmenting the hard drive has no effect on driver functionality and is unrelated to resolving a device failure caused by a driver update.
Replacing the physical device is premature and unnecessary when the failure was caused by a software driver change, not hardware failure.
Concept tested: Driver rollback after failed device driver update
Source: https://learn.microsoft.com/en-us/windows-hardware/drivers/install/rolling-back-a-driver
Topics
Community Discussion
No community discussion yet for this question.