ไม่มีเครื่องมือที่กล่าวถึงแล้วมีทุกอย่างที่ฉันต้องการดังนั้นฉันจึงคิดวิธีแก้ปัญหาของตัวเอง: ChangeScreenResolution.exe
ตัวอย่าง:
เปลี่ยนความละเอียดหน้าจอของจอภาพทั้งหมดเป็น 800x600px
ChangeScreenResolution.exe /w=800 /h=600
เปลี่ยนความละเอียดหน้าจอของจอภาพทั้งหมดเป็น 800x600px ด้วยอัตราการรีเฟรช 60Hz และความลึกของสี 32 บิต
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)