Last active
February 19, 2022 01:42
-
-
Save awerlang/f4977653e218a9d2c35f9a39f6c504cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unzip MSEdge*.zip | |
tar xf MSEdge*.ova | |
touch Win10.qcow2 | |
chattr +C Win10.qcow2 | |
qemu-img convert -O qcow2 MSEdge*.vmdk Win10.qcow2 | |
https://www.spice-space.org/download.html | |
https://leduccc.medium.com/improving-the-performance-of-a-windows-10-guest-on-qemu-a5b3f54d9cf5 | |
https://unix.stackexchange.com/questions/47082/how-to-improve-windows-perfomance-when-running-inside-kvm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment