To mount an NFS share on Windows[(https://it.umn.edu/services-technologies/how-tos/network-file-system-nfs-mount-nfs-share)], you first have to enable the feature.
Install-WindowsFeature NFS-ClientEnable-WindowsOptionalFeature -FeatureName ServicesForNFS-ClientOnly, ClientForNFS-Infrastructure -Online -NoRestart
Mount the share using mount -o anon nfs.share.server.name:/share-name X: