Enable/Disable Device Driver Signing in Windows

  1. To disable device driver signing, type “BCDEDIT /set nointegritychecks ON” then press “Enter“
  2. To enable device driver signing, type “BCDEDIT /set nointegritychecks OFF” then press “Enter“

Comments