Is it possible to install a driver that I built on my local machine? I don't have a second device that I can deploy to.
Asked
Active
Viewed 104 times
0
-
If you are using Windows Pro you can install a Virtual Machine and test install your Driver in the virtual machine. If you don't have Windows Pro you can download something like VirtualBox and and use that as the VM manager. – Richard Critten May 19 '21 at 10:30
-
@RichardCritten Is there really no other option for installing the driver? Any resource for how to set up virtualbox and deploy to it? – Chi Long Qua May 19 '21 at 10:58
-
One error in your driver code and you have BSOD your development machine - this is not good. VirtualBox has a complete instructions on its website https://www.virtualbox.org/ – Richard Critten May 19 '21 at 11:41
-
Also use the Microsoft Driver Verifier - https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/driver-verifier – Richard Critten May 19 '21 at 11:45