Set-DisRes
Last updated
Was this helpful?
Sets the primary display screen resolution.
Module
OSD
Platform
WinPE (amd64 / arm64)
Changes the primary display resolution to the specified width and height, or to a preset alias such as 720p, 1080p, 4k, or Restore.
Set-DisRes [[-Width] <String>] [[-Height] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]-Width
String
False
Target horizontal resolution, a preset alias, or Restore to return to the previous value captured in the current session.
-Height
String
False
Target vertical resolution. If omitted when Width is numeric or a preset alias, Height may be auto-selected from common aspect ratios.
Set-DisRes -Width 1920 -Height 1080
Sets the primary display resolution to 1920x1080.Last updated
Was this helpful?
Was this helpful?

