Post Reply

Forums -> UltraMon™ -> Set up screen mirroring with VBSscript
xixi   2022-11-17 00:37
Hi!
Now I want to utilize VBSscript to implement screen mirroring.The functionality has been implemented.Now I want to let the screen mirroring set stretch mirror image to fill monitor use VBSscript .But I can't find the correct VBSscript to implement it.If you have ideas to implement it.Can you tell me?
Thanks.Best wishes!
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
Forums -> UltraMon™ -> Set up screen mirroring with VBSscript

Post Reply