VCL-1096 - Add ability to automatically mount NFS shares under Windows

Windows.pm:
-modified pre_capture: added call to $self->unmount_nfs_shares at end of function to removing mounting of any NFS shares at next user login
-modified sanitize: added call to $self->unmount_nfs_shares at end of function to remove code that would run at user login to do NFS mounts
-added reserve function that calls parent reserve function and then calls $self->mount_nfs_shares
-added nfs_mount_share
-added nfs_unmount_share
-added set_windows_nfs_client_uid
1 file changed