Licensing Win10 laptop - Reg settings not working
In Windows 7 setting up flexnet licensing on a laptop required the following registry settings to turn off media sensing in order to make the NIC card always available regardless if it cable was plugged into a network or not.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\
Name: DisableDHCPMediaSense
Data type: REG_DWORD (Boolean)
Value: 1
Typically you also had to set the NIC sort order by renumbering the folders in this section of the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkCards
- This key will contain numbered folders corresponding to all of the network cards installed on the machine
- Locate the desired folder by matching the "Description" field in the Registry Editor to the "Description" line from the ipconfig /all output for the desired network card
- Rename this folder to number 1
- Close the registry editor
- Restart the machine
These settings are not working to disable media sense in Windows 10. When the network cable is plugged in, ptchostid.bat reports built-in nic’s mac address, when not plugged in it reports the wireless mac address.
Obviously the license fails when no network cable is plugged in.
How do you ensure that the NIC is always enabled in Windows 10 regardless of its connection status?

