【发布时间】:2021-01-15 19:59:25
【问题描述】:
嘿,伙计们,我正在尝试使用 winexe 并从我的 linux 机器到我的 windows 执行交互式 gui 程序,这种语法就像我写的一样给了我同样的东西
winexe --help
为什么会这样?我在这篇文章中读到: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"
那么,使这项工作的正确语法是什么?我用谷歌搜索了整个互联网,关于这个主题的资源真的很稀缺。
【问题讨论】:
标签: user-interface remote-access windows-server psexec winexe