Recently came across this issue working with an associate. In our situation we needed to modify a registry setting in the virtual Windows 10 machine (not the host), as follows:
- HKEY_LOCAL_MACHINE SYSTEM
CurrentControlSetControlNetworkProviderOrder - Name: ProviderOrder
- Type: REG_SZ
- Data: "RDPNP, LanmanWorkstation,webclient"
Modify to:
- Data: "vmhgfs,RDPNP, LanmanWorkstation,webclient"