How can I change monitor settings to duplicate and extend via script
问题 As I am using a laptop with a tv as its second monitor I want to make a little script which will trigger screen settings from extended to clone and when it is set to clone it should set the screen settings to extended. I want to make it in c# as it is my primary language and I think it could solve my problem. So i have made a console application like this for now: class Program { static void Main(string[] args) { DisplayChanger.Start(); } private static Process DisplayChanger = new Process {