http://itrus.i2p/s.su--linux_t&t--virtualization_&_containerization--qemu-kvm--Share_Folder_Between_Windows_Guest_and_Linux_Host_in_KVM_using_virtiofs_382.html
(Optional) If you want to start the service each time you boot Windows guest, then set VirtIO-Sevice-FS > Properties > Startup type > Manual to Automatic Alternatively, you can run the below command from PowerShell/command prompt as admin to start the service. sc create VirtioFsSvc binpath = "C:\Program Files\Virtio-Win\VioFS\virtiofs.exe" start= auto depend = "WinFsp.Launcher/VirtioFsDrv" DisplayName = "Virtio FS Service" sc start VirtioFsSvc After the service start, open Explorer, and you should...