minivers icon indicating copy to clipboard operation
minivers copied to clipboard

Install

Open bylli79 opened this issue 7 years ago • 1 comments

Hi, after compiling the program, how do I install the driver? Thank you

bylli79 avatar Dec 25 '17 00:12 bylli79

  • 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.

guidoreina avatar Dec 25 '17 12:12 guidoreina