Показать полную графическую версию : [решено] Изменить расширение rdp для определенного клиента
Есть Win 20212 R2, подключается клиент но ему нужно делать больше расширение или масштаб, у клиента Win 11. Когда он подключается ему очень мелкий шрифт в 1С, хотя как по мне норм. 1С обычные формы, там масштаба нет. Пробовал на сервере добавить IgnoreClientDesktopScaleFactor=1
Пробовал
desktopwidth:i:1024
desktopheight:i:768
smart sizing:i:1
Что еще можно попробовать?))
через батник получилось, запустил на сервере и изменил масштаб.
cls
@echo off
color 0e
echo.
echo Choose a desired scale from the list.
echo.
echo Enter 96 for 100%%
echo Enter 120 for 125%%
echo Enter 144 for 150%%
echo Enter 192 for 200%% (Good for 4K monitors)
echo Enter 288 for 300%% (Good for Surface Tablets where someone normally needs 150%%)
echo Enter 384 for 400%% (Cannot think of any ideal use for this.)
echo.
set /p scale=Set the number from the table above for the desired zoom scale:
reg add "HKCU\Control Panel\Desktop" /v LogPixels /t REG_DWORD /d %scale% /f
echo.
echo You must log off in order for the settings to apply. Close all programs and
pause
© OSzone.net 2001-2012
vBulletin v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.