An open API service indexing awesome lists of open source software.

https://github.com/maldevel/driver-loader

Load a Windows Kernel Driver
https://github.com/maldevel/driver-loader

Last synced: 4 months ago
JSON representation

Load a Windows Kernel Driver

Awesome Lists containing this project

README

          

# driver-loader
Load a Windows Kernel Driver

### Set TESTSIGNING boot configuration option
```bash
bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
shutdown -r -f -t 00
```