Difference between revisions of "ChangeScreenResolution"

From Sinden Lightgun
Jump to navigation Jump to search
imported>McShufts
(Copied content from old wiki)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR -->
+
ChangeScreenResolution is an app that lets you change your screen resolution from the command line, which can be invoked from batch files, Autohotkey scripts and Launchbox.
  <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR -->
 
  <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR -->ChangeScreenResolution is an app that lets you change your screen resolution from the command line, which can be invoked from batch files, Autohotkey scripts and Launchbox.
 
  
 
Example for 1902x1080 60hz:
 
Example for 1902x1080 60hz:
 
  ChangeScreenResolution.exe /w=1920 /h=1080 /f=60
 
  ChangeScreenResolution.exe /w=1920 /h=1080 /f=60
Download and full instructions can be found at the [https://web.archive.org/web/20220813030838/http://tools.taubenkorb.at/change-screen-resolution/ program's website].
+
Download and full instructions can be found at the [https://tools.taubenkorb.at/change-screen-resolution/ program's website].
 +
<br>
 +
<br>
 +
[[Category:3rd Party Tools]]

Latest revision as of 03:02, 5 January 2023

ChangeScreenResolution is an app that lets you change your screen resolution from the command line, which can be invoked from batch files, Autohotkey scripts and Launchbox.

Example for 1902x1080 60hz:

ChangeScreenResolution.exe /w=1920 /h=1080 /f=60

Download and full instructions can be found at the program's website.