Install fast Windows 10 on KVM

I tried installing Windows 10 in KVM with SATA disk driver and e1000 network interface and it was incredibly slow. Then i discovered following similar guides, who suggest to use VirtIO drivers and Spice as displaydriver and now i have Windows 10 nearly as usable as in a native installation:

https://getlabsdone.com/10-easy-steps-to-install-windows-10-on-linux-kvm/

https://linuxhint.com/install_virtio_drivers_kvm_qemu_windows_vm/#:~:text=To install the virtio storage,driver directory%2C click on OK.

I used the latest VirtIO Drivers 0.1.190-1, since it was recommended by the proxmox forum: https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers

https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.190-1/virtio-win-0.1.190.iso

As QEMU i used a self-compiled version of 5.2.0 according to this guide:

https://blog.heinzl.dev/ghost/#/editor/post/60ac06c917340d068645e9d8

Now my Windows 10 VM runs at home accessible from everywhere via my proxy.

Maybe this article helps someone!