Is it possible to run an AutoIt script that simply enlarges the currently active window?
The window will already be open, so there is no need to use the function Run(), you just need to determine the current selected screen and maximize it.
source
share