diff --git a/share/qemu/bin/windows10 b/share/qemu/bin/windows10 index de9ddb0..e758bf4 100755 --- a/share/qemu/bin/windows10 +++ b/share/qemu/bin/windows10 @@ -2,7 +2,7 @@ name="$(basename "$0")" cd "$(dirname "$(readlink -f "$0")")/.." exec screen -S "QEMU : ${name}" -d -m qemu-system-x86_64 \ - -monitor stdio -enable-kvm -display gtk,zoom-to-fit=on \ + -monitor stdio -enable-kvm \ -bios /usr/share/edk2/x64/OVMF_CODE.fd \ -usb -device usb-ehci,id=ehci -device usb-host,bus=ehci.0,vendorid=1452 \ -cpu host -smp "$(nproc)" \