Share via


Network Bridging Sample Registry Configuration (Compact 2013)

3/26/2014

The following code example shows how to set the registry entries in order to enable MBridge.

[HKEY_LOCAL_MACHINE\Comm\MBridge]
   "DisplayName"="Microsoft Mac Bridge Miniport"
   "Group"="NDIS"
   "ImagePath"="MBridge.dll"
   "DisableSTA"=dword:01
   "Bind"=multi_sz:"RTL81391","NE20001","VMINI1"

[HKEY_LOCAL_MACHINE\Comm\MBridge\Linkage]
   "Route"=multi_sz:"MBRIDGE1"

[HKEY_LOCAL_MACHINE\Comm\MBridge1]
   "DisplayName"="Microsoft Mac Bridge Adapter"
   "Group"="NDIS"

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

[HKEY_LOCAL_MACHINE\Comm\MBridge1\Parms\TcpIp]
   "EnableDHCP"=dword:1
   "DefaultGateway"=""
   "UseZeroBroadcast"=dword:0
   "IpAddress"="0.0.0.0"
   "Subnetmask"="0.0.0.0"

[HKEY_LOCAL_MACHINE\Comm\ RTL81391\Parms]
    "ProtocolsToBindTo"=multi_sz:"MBRIDGE"

[HKEY_LOCAL_MACHINE\Comm\ NE20001\Parms]
    "ProtocolsToBindTo"=multi_sz:"MBRIDGE"

[HKEY_LOCAL_MACHINE\Comm\VMINI1\Parms]
    "ProtocolsToBindTo"=multi_sz:"MBRIDGE"

See Also

Reference

Network Bridging Registry Settings