I figured out way to mount on my windows machine.
Enable NFS Client
Add the following registry entries, by running the below 2 powershell commands
New-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default -Name AnonymousUid -PropertyType DWord -Value 0
New-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default -Name AnonymousGid -PropertyType DWord -Value 0
Then in command prompt , we can type
mount HOST-IP:/VOLUMENAME DRIVE: