J'ai my Windows 10 desktop computer connected to two displays through HDMI - one monitor and one TV, which I can toggle through with Windows Key+P as described in the accepted answer to [this question](https://superuser.com/questions/763630/hotkey-to-switch-between-multiple-displays-in-windows-8-1).
Cependant, I was wondering if there was some hotkey, shortcut, or button combination I could use sort of like a "Virtual KVM Switch" that lets me select one display or another specifically, without needing to cycle/toggle through other displays.
Existe-t-il un Windows 10 Hotkey or Shortcut for switching to a specific affichage?
Re: Existe-t-il un Windows 10 Hotkey or Shortcut for switching to a specific affichage?
The built-in **DisplaySwitch.exe** tool can emulate the + P capabilities. Vous pouvez potentially create four desktop shortcuts so that you have one available for each option:
For the **PC screen only**: `%windir%\System32\DisplaySwitch.exe /internal`
For **Duplicate**: `%windir%\System32\DisplaySwitch.exe /clone`
For **Extend**: `%windir%\System32\DisplaySwitch.exe /extend`
For **Second screen only**: `%windir%\System32\DisplaySwitch.exe /external`
([Source](https://www.tenforums.com/tutorials/4608-display-switch-shortcut-create-windows-10-a.html))
For the **PC screen only**: `%windir%\System32\DisplaySwitch.exe /internal`
For **Duplicate**: `%windir%\System32\DisplaySwitch.exe /clone`
For **Extend**: `%windir%\System32\DisplaySwitch.exe /extend`
For **Second screen only**: `%windir%\System32\DisplaySwitch.exe /external`
([Source](https://www.tenforums.com/tutorials/4608-display-switch-shortcut-create-windows-10-a.html))