Managing and Troubleshooting Drivers and Driver Signing
Objective:Manage and troubleshoot drivers and driver signing.Driver signing is Driver signing is an extra assurance of the quality of the software installed on the PC.If you install Chapter 9.Dynamic-link libraries (DLLs) and other files are often shared by programs. Sometimes a program overwrites files that were originally installed by a digitally signed driver. If a device behaves oddly, you may want to verify that its driver still has the signature. You can check to validate the driver by looking in Device Manager. Double-click the device and click the Driver tab. You should see the statement, Digital Signer: Microsoft Windows Publisher.You can check individual files further by clicking the Driver Details button. Files that are signed have an icon of a box with a green check mark, which appears to the left of the name (see Figure 8.15). Files that have not been digitally signed do not have a green check mark icon next to the filename.
Figure 8.15. Each digitally signed file is displayed with an icon for easy identification. Unsigned files are indicated as such.

Figure 8.16. You can tell Windows XP how to handle drivers without signatures.

Note
When in doubt, check the system files The System File Checker, which is executed from the command line with sfc.exe, can check the digital signature of system protected files. With other uses, such as repopulating the DLLCACHE folder and replacing system files that are missing or incorrect, sfc.exe can be executed from a batch program or script.Using Windows XP Rollback
If you update an existing driver to a new version, and then you experience system problems, you should roll back the driver to the previous version. In earlier versions of Windows, this was almost impossible to do. However, Windows XP maintains a copy of the previous driver each time a new one is updated. If, at any time, you want to restore the previous version, you simply need to roll back the driver. To do this, open Device Manager and double-click the device to open its Properties dialog box. Click the Driver tab and then click the Rollback Driver button. When prompted with the question Are You Sure You Would Like to Roll Back to the Previous Driver?, click Yes. After the previous version is restored, click the Close button.You can roll back all device drivers except for printers. You should be logged on to the computer as an administrator before either updating a driver or rolling it back to a previous version.