Open an elevated command prompt
bcdedit /set testsigning on
But don't forget to disable it again when you have installed the drive
bcdedit /set testsigning off
Also SecureBoot must be DISABLED
Open an elevated command prompt
bcdedit /set nointegritychecks off
But don't forget to enable it again when you have installed the driver
bcdedit /set nointegritychecks on
Also SecureBoot must be DISABLED
Restart your computer by holding the shift key while clicking on restart
In the advanced boot menu choose:
After the reboot you can install unsigned drivers. When you have installed the needed driver reboot again to enable driver signing again.