Driver signing is the process of checking the signature of the driver to determine if it has been signed as a known-good driver indicating it has been tested with Windows 2000. This can help provide greater system stability because a poorly written third-party driver can degrade system performance. Driver signing has three modes:
During Setup, this policy is set to warn. Under certain circumstances, you may want to alter this setting for use in unattended Setup. This article describes how to do so.
Using unattended Setup, you can set the mode of driver signing to what is desired for the client. For example, this may be useful if your deployment is utilizing a vendor-supplied driver that has not been signed. To configure unattended Setup to not generate a warning about an unsigned file, add the following entry to the [Unattended] section
DriverSigningPolicy = policy setting
where
policy setting is one of the following settings:
WARNING: Setting this policy setting to "ignore" disables any warnings from driver signing about unsigned vendor-supplied drivers.