How do I get rid of the VMware "Unidentified Networks" in Windows Vista and 7?
Per this site:
- Click Start, click Run, type regedit, and then click OK.
- Click the follwoing subkey:
HKLM\SYSTEM\CurrentControlSet\Control\Class{4D36E972-E325-11CE-BFC1-08002BE10318}
- Browse through the 00xx subkeys until you find the REG_SZ VMNet subkey with a value of either “\DosDevices\VMnet8” or “\DosDevices\VMnet1” (default values)
- On the Edit menu, point to New, and then click DWORD Value.
- Type *NdisDeviceType, and then press Enter.
- On the Edit menu, click Modify.
- Type 1, and then click OK.
- Exit Registry Editor. 9 Disable & re-enable the VMWare NICs
- Log-out of your Windows account and log back in.
- Done
Or, optionally, use this powershell script to do the same thing automatically. This is most useful in Windows 7 which has PowerShell built in.
Go to the Windows Firewall properties and disable the firewall for the VMWare adapter.