12

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?

zillion
  • 468

1 Answers1

25

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 ‘User Configuration’ -> ‘Administrative Templates’ -> ‘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.

WackGet
  • 797