如何将用户输入发送到另一个(终端服务器)会话?

发布于 2024-11-27 12:46:22 字数 258 浏览 0 评论 0原文

Windows API 具有模拟用户输入的函数,例如 keybd_eventmouse_eventSendInput。然而,他们在当前会话的输入队列上执行此操作。

我希望能够将用户输入从会话 0 中运行的进程发送到任何其他会话。实现此目的的一种方法是在每个会话中运行一个代理来完成这项工作。不过,如果可能的话,我想在不注射药剂的情况下做到这一点。

内核模式解决方案也可以。 提前致谢。

Windows API has functions that simulate user input, such as keybd_event, mouse_event and SendInput. However they do this on the input queue of the current session.

I'd like to be able to send user input from a process running in session 0 to any other session. One way to achieve this is to run an agent in every session that will do the work. However I'd like to do this without injecting agents if possible.

kernel-mode solution is also ok.
Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文