Driver compiled using
. Install 'Install Visual Studio 2017' -> Community edition
  Select 'Desktop development with C++' workload
. Install 'WDK for Windows 10, version 1709'


The driver will be test signed and can only be used for testing purposes.
You need to allow a test signed driver and disable integrity checking:
From a (admin) command prompt:
  bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS
  bcdedit.exe -set TESTSIGNING ON

and reboot.

To restore everything to 'normal':
  bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
  bcdedit.exe -set TESTSIGNING OFF

