mstsc.exe vs HD screen

This post is mostly a copy of this post. I don’t want to steal a thunder from Chris – all his idea. So here I’ll just copy the commands to execute – mostly for my own future reference. And for the details go read that post

cd %systemroot%\system32
copy mstsc.exe mstsc2.exe
cd %systemroot%\system32\en-us\
copy mstsc.exe.mui mstsc2.exe.mui
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /t REG_SZ /v "C:\Windows\System32\mstsc2.exe" /d "~ DPIUNAWARE" /f