cmd 缩放
@echo off
reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\ScaleFactors\BOE05B10_01_07DB_85^B88CE35F35FE783C42F2FB3465C5BC2A" /v "DpiValue" /t REG_DWORD /d 0 /f
reg add "HKEY_CURRENT_USER\Control Panel\Desktop\PerMonitorSettings\BOE05B10_01_07DB_85^B88CE35F35FE783C42F2FB3465C5BC2A" /v "DpiValue" /t REG_DWORD /d 0 /f
cls && echo. && echo 操作完成!
timeout /t 2 /nobreak >nul 2>nul
注销