There are at least two possibilities to get hands on the VMWare Network Settings again.
- extract
vmnetcfg.exe from a VMWare Workstation setup file
- execute vmnetcfg using
vmnetui.dll
How to extract vmnetcfg.exe from a VMWare Workstation setup file?
If you still have the setup file used for installing the player, you could extract the vmnetcfg.exe from this setup file:
- download a VMWare Workstation setup matching your VMWare Player version from http://www.vmware.com/go/downloadworkstation
- open a command prompt where your setup file is (e.g.
C:/temp/download)
- unpack the setup file using
VMware-workstation-full-VERSION.exe /e target_dir
This will create target_dir and unpack the contents of the installer there
- locate
core.cab in the fresh target_dir folder
- open
core.cab with an archiver capable of reading .cab files
- copy
vmnetcfg.exe from the archive to the install directory of your VMWare Player
- execute
vmnetcfg.exe
However, this method has some drawbacks:
- need to download the workstation installer first
- need to download a workstation setup matching your player version
- manual interaction
To have an easier way, read on.
How to execute vmnetcfg using vmnetui.dll?
While the player installation doesn't contain vmnetcfg.exe anymore, there's a file called vmnetui.dll present in the installation folder of your VMWare Player. To bring up the UI of the network config, do this:
- open a command promt as administrator
- navigate to your install folder of VMWare Player
- execute
rundll32 vmnetui.dll,VMNetUI_ShowStandalone
This will bring up the VMWare network settings dialog.
C:\ProgramData\VMware\vmnetnat.confsee: https://pubs.vmware.com/workstation-9/index.jsp?topic=%2Fcom.vmware.ws.using.doc%2FGUID-C2EC7B92-A499-4B47-95B6-0BFDDA28AC34.html – David Balažic Sep 19 '16 at 11:03