Windows server 2025 and possibly win 11 are slow when using cpu model host, atleast here on a Xeon E5-2697V3.
Try and disable nested virualization on your host:
add kvm-intel.conf to /etc/modprobe.d/ containing
options kvm-intel nested=N
Don't forget to reboot after.
Performance should then...