Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 600 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 600 Bytes

Windows World

Snippets

Change Display projection settings via command line

From https://superuser.com/a/1116541/1744807.

  • /internal calls the internal screen (your primary display)
  • /external changes to the external screen (im not sure how well it handles when there is more than 1 screen)
  • /clone duplicates displays.
  • /extend switches to extended settings.
C:\Windows\System32\DisplaySwitch.exe /internal
C:\Windows\System32\DisplaySwitch.exe /external
C:\Windows\System32\DisplaySwitch.exe /clone
C:\Windows\System32\DisplaySwitch.exe /extend