Free Utility
|
Command Line Utility to Configure the Display
Display Manager Command Line Utility is
used to change the resolution, DPI, or orientation of the
primary Windows display. The utility only supports the
primary display. Multimonitor support is not available in
this release. The utility provides a simple set of
commands to change the resolution, DPI scaling, and
orientation. The utility is ideal for configuring the
display automatically using a synchronous command in a
Windows installation answer file.
There has been limited testing. The
utilities are provided as is without warranty. Feedback is
welcome.
Requires:
- Visual C++ Runtime 2022 x64
- Windows 10 IoT Enterprise or Windows 11 IoT Enterprise
The utility can be
downloaded from here - Displaymgr.zip
|
|
|
Usage:
Displaymgr [option]
Options:
Size <horizontal> <vertical>
Rotate <0,90,180, or 270>
DPI <100,125,150,175,200,225,250,300,350,400,450, or
500>
brightness <0-100>
get-config Current display configuration
get-modes List all the available display modes for the
monitor
Help or ?
Examples:
displaymgr.exe Size 1024 768
displaymgr.exe Rotate 90
displaymgr.exe DPI 175
displaymgr.exe brightness 75
|