Christian Studer 2022-11-17 14:40
This setting is stored in the registry under HKEY_CURRENT_USER\SOFTWARE\Realtime Soft\UltraMon\<version>\Mirroring\<mode>\Options, value StretchImage.
For example if you're mirroring a whole monitor, and you want to enable the stretch image option, you could run the following VBScript code:
Set sh = CreateObject("WScript.Shell")
sh.RegWrite "HKEY_CURRENT_USER\SOFTWARE\Realtime Soft\UltraMon\3.4.1\Mirroring\Monitor\Options\StretchImage", 1, "REG_DWORD"
Christian Studer - www.realtimesoft.com
|