이미 언급 한 도구 중 필요한 도구가 모두 없기 때문에 내 솔루션 인 ChangeScreenResolution.exe를 생각해 냈습니다.
예 :
모든 모니터의 화면 해상도를 800x600px로 변경
ChangeScreenResolution.exe /w=800 /h=600
새로 고침 빈도 60Hz 및 32 비트 색 농도로 모든 모니터의 화면 해상도를 800x600px로 변경
ChangeScreenResolution.exe /w=800 /h=600 /f=60 /b=32
인덱스 1에서 16 비트로 디스플레이 색상 심도 설정
ChangeScreenResolution.exe /b=16 /d=1
옵션에 대한 빠른 개요 :
Possible options (you can set OR query)
Setting options
/w=<width> Width in pixel eg 800
/h=<height> Height in pixel eg 600
/f=<frequency> display refresh rate eg 60
/b=<bpp> bits per pixel eg 32
Querying options
/l list all connected display devices
/m list all available mode settings
Filtering options
/d=<device> devices to modify/query, separated by comma, eg:
all (default)
0 (monitor with index 0, see option /l)
0,2 (monitors with index 0 and 2)
\\.\DISPLAY1 (name of display, see option /l)