Eventually signed drivers are going to be needed:
Here's a potential workaround for a while: https://github.com/koush/UniversalAdbDriver/blob/master/UniveralAdbDriverInstaller/Program.cs
Basically, create a certificate that's distributed with an installer. Before the driver is installed, the certificate is added to the root store.
Eventually signed drivers are going to be needed:
Here's a potential workaround for a while: https://github.com/koush/UniversalAdbDriver/blob/master/UniveralAdbDriverInstaller/Program.cs
Basically, create a certificate that's distributed with an installer. Before the driver is installed, the certificate is added to the root store.