Winexe 命令给出 returns 不相关的信息并且不执行

Winexe command gives returns irrelevant info and doesn't execute

嘿伙计们,我正在尝试使用 winexe 并从我的 linux 机器执行交互式 gui 程序到我的 windows,这个语法只是给我同样的东西,就像我写的一样

winexe --help

为什么会这样?我在 post 上读到:How to activate programs on windows from Linux machine

如果我在我的命令中使用 --system 和 --interactive=1,我将能够 运行 我的目标机器上的 gui 程序

winexe --system -U "work/user%pw043" --interactive=1 //server.company.co --system "C:\Utility\prog.exe"

那么,使这项工作有效的正确语法是什么?我在整个互联网上用谷歌搜索,关于这个主题的资源真的很少。

我设法 运行 结合使用 winexe 和 psexec64 的可执行文件

winexe -U DOMAIN/user%password //SERVER.company.co "psexec64 -u DOMAIN\user -p password -accepteula -nobanner -h -i 2 C:\windows\notepad.exe