I am starting a program using subprocess like:
import subprocess
subprocess.call('myprogram.exe')
I am having a machine with several monitors and want to know if it is possible to force it on a specific monitor under windows 10 using Python?
I am starting a program using subprocess like:
import subprocess
subprocess.call('myprogram.exe')
I am having a machine with several monitors and want to know if it is possible to force it on a specific monitor under windows 10 using Python?