Intelligent Desktop Virtualization (IDV) for Education

ID Date Version Classification
824808 06/26/2025 1.3.13-3.1 Public
Document Table of Contents

Other Important Configurations for Windows VM

  1. On the Windows VM, Open Programs and Features.
  2. image142.png

  3. Click Turn Windows features on or off.
  4. image143.png

  5. Look for Services for NFS, check on Administrative Tools and Client for NFS, and click OK. Once installed, exit back to the desktop.
  6. image144.png

  7. To give the anonymous user write permission, changes to the UID and GID are required. Open regedit and browse to HKEY_​LOCAL_​MACHINE\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default
  8. Run Command Prompt as admin and run the below command. Replace nfs_​ip with your IDV SERVER IP. Once the mount command is executed successfully, you will see the UID and GID highlighted in the red box below, as seen in Figure 9.

  9. mount -o anon \\<nfs_ip>\home Z:
    mount

    Figure 9. UID and GID information

    image145.png

  10. Create a New DWORD (32-bit) Value inside the Default folder named AnonymousUid and assign the UID found on the UNIX directory as shared by the NFS system above, as seen in Figure 9.
  11. image146.png

  12. Similarly, create a New DWORD (32-bit) Value inside the Default folder named AnonymousGid and assign the GID found on the UNIX directory as shared by the NFS system as seen in Figure 9.
  13. Restart the NFS client or reboot the machine to apply the changes.
  14. Launch Window’s command prompt as administrator and run the following command to mount a share on the NFS system at home.

  15. mount -o anon \\<ip-address>\home Z:
  16. The share is now mounted, and we can access the data by navigating to the Z: drive.
  17. image147.png

  18. Set up Veyon by following the guide in the IDV Guest (Windows) section.
  19. Shut down the VM.
  20. On the IDV Server, upload the generated qcow2 image file.
    sudo /opt/idv/scripts/update-img.idvserver.sh --path <IMG_PATH> --os <windows/ubuntu>