I have looked a lot on the Internet and can't find a proper solution to this.
I have 3 screens plugged into my GPU, I will call them 1, 2 and 3 for better understanding.
I want to switch between two setups without using Windows configuration display settings:
Setup one:
Screens 1 and 2 turned on, screen 1 as the main screen and screen 2 as extended to the right of screen 1.
Setup two:
Screen 3 only with screen 3 as the main display with screen 1 and 2 off.
Is there any possibilities to switch easily between those two setups only?
For example, bind a shortcut like Crtl+Alt+F1 for setup one and Crtl+Alt+F2 for setup two.
I would even prefer a way to remap options in the Project menu accessible from Win+p but so far I haven't been able to find if it's possible or not.
Edit 1:
I have tried to dump the registry key with the screen configuration and reimport it, but it seems that I need to trigger some system call to make the change to registry effective.
If you know which DLL or command I should invoke to refresh configuration modified in registry, I could build a small script myself.