I can not install mandatory NDIS filter If there is an active vpn
connection. It is a part of the inf file:
HKR, Ndi,FilterRunType,0x00010001 ,0x00000001 ;mandatory filter
HKR\NdiInterface, FilterMediaTypes,, "ethernet, wan"
If I change inf file like this:
HKR, Ndi,FilterRunType,0x00010001 ,0x00000001
HKR\NdiInterface, FilterMediaTypes,, "ethernet"
or:
HKR, Ndi,FilterRunType,0x00010001 ,0x00000002
HKR\NdiInterface, FilterMediaTypes,, "ethernet, wan"
filter is installing correctly. I can not find any KB issue about
this problem.