Possible Duplicate:
Use an unsigned driver in Windows 7 x64

This question was never answered. I ask again because I need a way install unsigned drivers on Windows 7 so I can use my IR remote. Does anyone know how to do this?

link|improve this question

77% accept rate
1  
Duplicated a few times...here are a couple: superuser.com/questions/124112/…, superuser.com/questions/333134/… – EBGreen Dec 29 '11 at 18:46
feedback

closed as exact duplicate by random Dec 29 '11 at 18:51

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

Disable Driver Signing.

Follow these steps to disable driver signing using the Group Policy Editor.

  • Hit the Win+R keys together to open the run dialog. Type gpedit.msc to open the local groups policy editor.

  • Expand ‘Administrative Templates’ (it’s under ‘User Configuration’). Expand ‘System’. Click ‘Driver Installation’.

  • In the right panel, double click on ‘Code Signing for Device Drivers’.

  • Choose ‘Enabled’ in the window that appears. In the underlying options, choose ‘Ignore’. This disables drivers signing in Windows 7, and now you can install unsigned drivers in Windows 7.

  • Click Apply.Restart your computer to install unsigned drivers.

link|improve this answer
Thanks, I hope you get the points I gave you even if the superuser admins blacklist every duplicate without checking if there's an accepted answer meanning that it solved the problem is in one duplicate at least ... – zillion Dec 30 '11 at 6:44
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.