![]() | |
| Driver installation on Windows requires administrator privileges. |
![]() | |
| In the following instructions, 'KP_NAME' stands for your Kernel PlugIn driver's name, without the .sys extension. |
WinDriver\util> wdreg -name KP_NAME install![]() | |
| Kernel PlugIn drivers are dynamically loadable, and thus do not require a reboot in order to load. |
For example, when installing the sample KP_PCI driver,
run:
cd WinDriver/samples/pci_diag/kp_pci
When installing a driver created using the Kernel PlugIn files generated
by the DriverWizard, run the following command, where <path>
represents the path to your generated DriverWizard project directory
(e.g. /home/user/WinDriver/wizard/my_projects/my_kp/):
cd <path>/kermode/
![]() | |
| The following command must be executed with root privileges. |
make install