我正在尝试从本地服务器 B 在远程服务器 A 上启动 notepad.exe。
下面是运行良好的命令,我可以在任务管理器上看到 notepad.exe 进程,但是当我以物理方式远程登录服务器时,我没有看到记事本启动(GUI)。
C:\Windows\System32>D:\SysInternals\psexec.exe \\serverB
-u Domain\user1 -p passXX -i -d notepad.exe
PsExec v1.98 - Execute processes remotely
Copyright (C) 2001-2010 Mark Russinovich
Sysinternals - www.sysinternals.com
notepad.exe started on serverB with process ID 3328.
登录时如何看到记事本 GUI?