2

I'm trying to streamline a process of setting up a computer. I'm using python to streamline this process, one of the processes that needs to be done is setting the scaling of windows. I have no idea how to approach this. I tried implementing some techniques similar to adjusting the screen resolution, but I can't seem to find how to relate those to the scaling

I've tried looking into Pywin32

BChiu
  • 69
  • 1
  • 10
  • Did you try the techniques outlined by [this post](https://stackoverflow.com/questions/35233182/how-can-i-change-windows-10-display-scaling-programmatically-using-c-sharp)? Even though the question is about C#, they ought to be doable in Python - since it only involves changing the registry and the resolution (the latter which you said you already can do). – Random Davis Jan 22 '19 at 18:59
  • I'm not knowledgeable at all in C# so it is hard for me to translate some of that. The change resolution portion of my program looks much simpler than the link posted – BChiu Jan 22 '19 at 19:31
  • What do you mean by "windows scaling"? – martineau Jan 22 '19 at 19:52
  • https://imgur.com/HpNbEIi – BChiu Jan 22 '19 at 19:54
  • @BrandonChiu I was thinking of a more high-level translation than a literal one, as in change the registry key and then the resolution, not necessarily how they do it, but accomplish the same things just via Python instead – Random Davis Jan 22 '19 at 19:57

0 Answers0