Configuring VMX files for VMWare Player

Add the following to the “vmx” file to configure shared folders

isolation.tools.hgfs.disable = "FALSE"
sharedFolder.maxNum = "1"
sharedFolder0.present = "TRUE"
sharedFolder0.enabled = "TRUE"
sharedFolder0.readAccess = "TRUE"
sharedFolder0.writeAccess = "TRUE"
sharedFolder0.hostPath = "/home/azutshi"
sharedFolder0.guestName = "Host"
sharedFolder0.expiration = "never"