Prevent displaying unsigned driver warnings
- 1
- Add a Comment
- No Related Post
Windows XP includes a feature to prevent unsigned drivers from installing on our machine. This is the case to most beta drivers that I install for my graphics card. It is very distracting to see the message that this driver is not signed and it is not secure enough. I found a way to get rid of that message permanently.
Open Control Panel | System.
On the Hardware tab, click Driver Signing.
Under File signature verification, click:
- Ignore to allow all device drivers to be installed on this computer, regardless of whether they have a digital signature.
- Warn to display a warning message whenever an installation program attempts to install a device driver without a digital signature. This is the default behavior for Windows.
- Block to prevent an installation program from installing device drivers without a digital signature.
Note: Windows device drivers and operating system files have been digitally signed by Microsoft to ensure their quality. A Microsoft digital signature is your assurance that a particular file has met a certain level of testing, and that the file has not been altered or overwritten by another program’s installation process.
Source : Geek Bytes
[tags]windows, drivers, howto[/tags]

One Comment
Paul
July 21st, 2008
at 1:33pm
Personally, I’d steer clear of unsigned and some Beta drivers.
I had an annoying BSOD which I finally traced to an unsigned SIS IDE controller driver. When I’d updated to the latest SiS driver I found it had overwritten a signed SiS driver with unsigned components. After uninstalling the offending driver the BSOD is nowhere to be seen(here’s hoping!).