Fresh Debian install with Hyper-V doesn't go into DE unless manually instructed

Solution 1:

Try this command as root:

systemctl set-default graphical.target

It will change the default boot target to the graphical environment. It's an equivalent of runlevel 5 in System V nomenclature.

To revert this, you would set multi-user.target.