Friday, July 3, 2020

Hyper-V Linux Resolution Update

When we Install Linux OS on hyper-V on Windows 10 system, we having screen resolution issue on virtual machine, here below are commands to change resolution in virtual machine.
Open your terminal Window.
Execute below command to edit file.
sudoedit /etc/default/grub
Below File will be open to Edit.
In this file make Yellow highlighted change in the line in Red and save changes and
close file

You can use your specific resolution which you want instead of 1920x1080, it’s not necessary to use the same
Then back to terminal and execute below command
sudo update-grub
Execute below command to restart the system
sudo reboot
Enjoy the updated resolution J

Configure Console Application as Windows Service

  To configure a  console application  as a  Windows Service , you'll need to follow several steps, which typically involve writing a se...