Is it possible to self-signing a windows kernel driver?
I read many posts and websites on this topic and some said yes, others say no. For me, i was not able to self sign a kernel driver with following aspects:
- Secure Boot is enabled
TESTSIGNING OFF(the text on desktop is hidden at right bottom)- The
sccommand is used to add the.sysdriver
Background:
I created an kernel driver for a few colleagues and would not pay over 200$ yearly for an official certificate to signing the driver or enable the testsigning because it makes problems.
If the self-signing is not possible, did exist any bypass methods or other ways to do this? Without affecting the other computers?