This patch allows loading of drivers regardless of their signature status. unsigned, test-signed, or even expired.
The only requirement is that the driver must be set to Boot Start.
In theory, ELAM drivers could also be loaded, though this has not been tested.
A batch script is provided to automatically create the driver service:
create_driver.bat DriverNameSteps:
-
Place your
.sysdriver file in the same folder ascreate_driver.bat. -
Run the script from an elevated Command Prompt:
create_driver.bat mydriver
This will:
- Copy the driver to
%SystemRoot%\System32\drivers - Delete any existing service with the same name
- Create a boot-start service for the driver
- Copy the driver to
-
Restart the system. After reboot, the driver will load automatically.