Following an abrupt power loss during an optional update, a Windows workstation begins experiencing intermittent system instability alongside missing DLL error messages upon startup. A technician needs to restore driver stability and repair core operating system file integrity. Which TWO of the following actions should the technician perform? (Select TWO.)
- Use Device Manager to perform a driver rollback on the hardware modified prior to the power failure.Answer
- Execute sfc /scannow from an administrative Command Prompt to scan and restore damaged system files.Answer
- CRun chkdsk /f to rebuild the system file cache and replace missing DLL binaries.
- DOpen Event Viewer and clear the Windows System Log to reset operating system corruption flags.
Answer
Rolling back the modified driver in Device Manager and running `sfc /scannow` from an administrative Command Prompt.
The correct procedures involve performing a driver rollback in Device Manager to replace the unstable driver with its previous version, and running `sfc /scannow` from an elevated Command Prompt to scan and restore corrupted system files.
Step-by-Step Solution
Key Concept
Resolving System File Corruption and Driver Issues