Finding vmnetcfg.exe in VMware Player 3.1.4 Posted on 2011/07/20 by rednectar Rate This vmnetcfg.exe is an essential tool if you want to manage a Windows host computer’s virtual interfaces (like VMnet1 and VMnet8). If comes with VMware Player, but is buried very deep and you need to know where to look to find it. Thanks mostly to this post , based on an earlier version, I was able to find vmnetcfg.exe in VMware Player v3.1.4. Here’s how I did it: Preparation On my first attempt, I found my TEMP directory was so clogged with junk that I couldn’t find the file I needed, so I cleaned it out: C:\> cd %TEMP% C:\Users\CHRISW~1\AppData\Local\Temp> del /F /S /Q *.* Or for the GUI junkies – enter the location %TEMP% in the address bar of a Windows Explorer window and clean away. Some files will be skipped of course as they will be in use. Next I had to find the VMware Player install...