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.
我想使用 PSExec 测试远程应用程序,问题是我无法与之交互。有解决办法吗?
并不真地。
PSexec 通过远程创建配置为运行您选择的命令的服务来工作。在较新版本的 Windows 操作系统(Vista、2008、7)中,不允许服务具有交互式组件。是的,有一些已弃用的选项来允许交互,但 windows 会给它一个新的 windows 会话,它与其他会话是分开的。用户将看到提示显示任何类似于用户帐户控制的 GUI 组件。当您接受提示时,会加载一个完全空白的桌面,其中包含服务的 GUI 部分。