Mount NFS share on Windows…

Linux:
/etc/exports

add a line
/home/vogler *(rw,no_subtree_check,insecure)

exports -a

In this example we do it very insecure...

Windows:
mount -o anon <hostname>:/home/vogler z: