Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 7 上:
尝试发送“ CTRL- R-- ipadress - RETURN”以连接到远程调试视图。
即使 SetForeground 窗口通过任何键都不会发生任何事情。甚至 alt-f4 也无济于事。
我知道语法/外部条件应该是正确的,因为如果我切换到不同的窗口,如果我ALT-发送TAB到 debugview 它似乎仍然没有拾取键。
UAC 设置为最低级别。
debugview 是否运行提升(以管理员身份运行)而您发送的进程没有?
即使UAC设置为低,我相信这仍然是不允许的。一个解决方案是要么运行未提升的目标进程,要么提升触发发送键的进程。
tags