My device not picking RNDIS driver after windows 10 update(20H2).
I have a custom RNDIS device and it was working properly with windows 10 before 20H2 update. Now my devices don't pick RNDIS driver when connecting and I have to manually update driver from device manager.
While searching on internet I came to suggestion of update driver to resolve this issue. I haven't found any rndis driver update on windows.
Now How can we update driver as I am using only modified INF template file provided by Microsoft.
My INF template is RNDIS INF template for NDIS 6.0 (Windows 7 and later) from link https://learn.microsoft.com/en-us/windows-hardware/drivers/network/remote-ndis-inf-template
Do I have to update RNDIS.NT.6.0 to newer versions?
I there any other way to resolve this issue?