Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.33 KB

File metadata and controls

37 lines (25 loc) · 1.33 KB

Essential Windows Driver Articles

Provisioning a Target Computer

  • Disable Secure Boot

  • Enable test signing

      bcdedit /set testsigning on
    
  • (Skip for now) enable Driver Verifier

  • Run the WDK Test Target Setup MSI

       C:\Program Files (x86)\Windows Kits\10\Remote\x64\WDK Test Target Setup x64-x64_en-us.msi
    
  • Using host computer in Visual Studio, choose the Extensions → Driver → Test, → Configure Devices.

    • Click Add new Device
    • Enter Display name and host name of target computer
    • Choose Provision device and choose debugger settings
    • Click Next
    • ...

Configure Target Computer for Manual Driver Deployment

  • Disable Secure Boot

  • Enable test signing

      bcdedit /set testsigning on
    
  • Install Test Certificate

      CertMgr /add CertificateFileName.cer /s /r localMachine root /all
      CertMgr /add CertificateFileName.cer /s /r localMachine trustedpublisher