First I will explain my target
Target - execute programs or scripts on my windows machine from my Linux machine
I find the winexe tool – this tool perform remote
According to the documentation of winexe:
--interactive=0|1 Desktop interaction: 0 - disallow, 1 - allow. If you allow use also --system switch (Win > requirement). Vista do not support this option.
So --interactive=1 --system should do the trick.
--interactive=1 --system