minivers
minivers copied to clipboard
Install
Hi, after compiling the program, how do I install the driver? Thank you
- If you are using 64bit Windows, please compile the project as x64.
- Enable test signing mode, otherwise when you install the driver you will get the error 1275: System error 1275 has occurred.
This driver has been blocked from loading
For this:
a) You might need to disable secure boot. b) Start the command prompt window as administrator and execute the following command: bcdedit /set testsigning on Restart the computer after executing the previous command.
Once you have compiled the project, go to the directory containing the files:
- minivers.sys
- minivers.inf
You might need to install the certificate (I am not sure about this).
- Right-click on the file minivers.inf and install the driver.
- Start the command prompt window as administrator.
- Execute the following command: net start minivers
I have just tested it with Windows 10. Just let me know whether it is working for you.