0

I hope this is a right group for posting this question. I have Azure VM- Win 2008-R2. When I remote to the Font size is too small. Unfortunately the option to change this has been grayed out and I can't change the size.

Is there a way of changing the font size?

Regards Ardy

Ardeshir
  • 11
  • 2

1 Answers1

0

Can you try using the following command?

'mstsc.exe /w:1024 /h:768' (change values to your preferred size.)

Using /w and /h simply set the width and height of the mstsc window. It does nothing about the DPI within the window. Fonts are still small and very hard to read in that window. See the mstsc command line reference:

http://technet.microsoft.com/en-us/library/cc753907(WS.10).aspx

I hope this information be helpful to you.