Win10解决mstsc在hidpi下的缩放问题

https://poweruser.blog/remote-desktop-client-on-hidpi-retina-displays-work-around-pixel-scaling-issues-1529f142ca93

cd %systemroot%\system32
copy mstsc.exe mstsc2.exe
cd %systemroot%\system32\zh-cn\
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

使用mstsc2进行远程连接

此处评论已关闭