Unsolved
1 Rookie
•
1 Message
•
2 Points
0
2
August 15th, 2026 08:55
DDPM scripting on DELL U4919DW
Hi, I have a Dell U4919DW and connect multiple sources (2 PCs plus some Video Sources to it). I wanted to create some scripts to run certain scenarious, e.g. one PC using the whole screeen, 2 PCs running PBP with half screen eacht, ...
So for that I looked at the CLI subagent and created those scripts.
Here is my script for running a single PC as a Windows command batch file:
cd C:\Program Files\Dell\Dell Display and Peripheral Manager\Plugins\Subagent
CLI.Subagent /set -Display=PxP -value=off,forcewithnonotice >>C:\Users\%USERNAME%\Documents\DisplayCLI.log
CLI.Subagent /set -Display=ActiveInputSource -value=DP,forcewithnonotice >>C:\Users\%USERNAME%\Documents\DisplayCLI.log
However those scripts need to be run with administrator privileges, so first I need to accept this with a mouse click and more annoying, those scripts need many seconds to complete per step, so total time for the different scripts is 20-30 s. Is there any option to do this faster ?
Thanks

