Disable signature verification of drivers in Windows 7

  • bcdedit /set nointegritychecks ON
  • shutdown /r /t 0
  • install your drivers
  • and then when you are done with the installation: bcdedit /set nointegritychecks OFF
  • shutdown /r /t 0