It works totally fine on most of the devices, but there is an error I got from number of machines (not sure what triggered it on those ones specifically).
Driver installation is looking OK:
driver install
1
pnputil -i -a OemVista.inf
2
Microsoft PnP Utility
3
Processing inf : OemVista.inf
4
Successfully installed the driver.
5
Driver package added successfully.
6
Published name : oem202.inf
7
Total attempted: 1
8
Number successfully imported: 1
But then on a small percentage of machines I get an error:
device creation
1
tapctl.exe create
2
tap_create_adapter: DiInstallDevice failed
3
Error 0xe0000248
4
Creating TUN/TAP adapter failed (error 0xe0000248).
Tried to google the error and got that it means:
ERROR_DEVICE_INSTALL_BLOCKED
Any ideas what can be a reason?