WINDOWS 11 Virtual Machine with USB pass through, SHARED folders & RDP. KVM/QEMU and Virt-Manager

Learn how to integrate your installation of Windows 11 in a KVM/QEMU & Virt-Manager based Virtual Machine into your Linux system. This video covers: USB pass through (temporarily & permanently) Shared folders Access via RDP (Remote Desktop Protocol) for seamless integration Please also watch the video about how to install Windows 11 in a KVM (QEMU) & Virt-Manager based Virtual Machine: https://youtu.be/WmFpwpW6Xko For folder shring you need to install the following applications on your Windows 11 guest system:

https://github.com/winfsp/winfsp/releases/ https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/

For RDP you can install freerdp on Linux with:
sudo pacman -S freerdp or yay –S freerdp

The startup freerdp command is:
xfreerdp -grab-keyboard /v:YOURIP /u:raabe /p:YOURPASSWORD /size:100% /d: /dynamic-resolution /gfx-h264:avc444 +gfx-progressive

Bash script to start the VM and connect via RDP:
https://gitlab.com/stephan-raabe/dotfiles/-/blob/main/scripts/launchvm.sh?ref_type=heads

(Please adapt the script to your requirements)

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *