RNDIS Registry Settings (Windows CE 5.0)

Send Feedback

USB function RNDIS client driver registry settings for your hardware platform are defined in the %_WINCEROOT%\Platform\%_TGTPLAT%\Files\Project.reg.

The RNDIS client driver is specified by setting the DefaultClientDriver registry value to "RNDIS".

[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers]
  "DefaultClientDriver"="RNDIS"

Registry settings for the RNDIS client driver are defined under the HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\RNDIS registry key. For more information about these registry values, see USB Function Client Driver Registry Settings.

Additional registry settings for the RNDIS client driver are defined as follows:

[HKEY_LOCAL_MACHINE\Comm\RndisFn]
;LOC_FRIENDLYRNDISFUNCTION
    "DisplayName"=mui_sz:"netmui.dll,#9003"
    "Group"="NDIS"
    "ImagePath"="rndisfn.dll"
    "NoDeviceCreate"=dword:01

[HKEY_LOCAL_MACHINE\Comm\RndisFn\Linkage]
   "Route"=multi_sz:"RndisFn1"

[HKEY_LOCAL_MACHINE\Comm\RndisFn1]
;LOC_FRIENDLYRNDISHOST
   "DisplayName"=mui_sz:"netmui.dll,#9002"
   "Group"="NDIS"
   "ImagePath"="rndisfn.dll"

[HKEY_LOCAL_MACHINE\Comm\RndisFn1\Parms]
    "BusNumber"=dword:0
    "BusType"=dword:0
    "RebindOnResume"=dword:0

See Also

RNDIS Concepts

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.