Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 335 Bytes

File metadata and controls

16 lines (13 loc) · 335 Bytes

ChangeScreenResolution

Powershell script to change screen resolution on Windows

Installation

Install-Module ChangeScreenResolution

Parameters

  • Width: Define the width of the new screen resolution
  • Height: Define the Height of the new screen resolution

Examples

    Set-ScreenResolution 1920 1080