How to change VM resolution to higher Hyper-V?

One way to change your resolution is via the following:

  1. Open Terminal
  2. Enter sudo vi /etc/default/grub
  3. Find the line GRUB_CMDLINE_LINUX_DEFAULT
  4. Modify the line with the resolution you want, ex: 1920x1080: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080"
  5. Write the changes to vi and quit, ESC wq
  6. Enter sudo update-grub
  7. Reboot the VM

--if you can use the "Quick Create" option in Windows 10 Hyper-V, I believe you'll get a better experience and the ability to adjust the resolution on the fly. It doesn't seem that you can configure a manual install to do this.