当我知道它的login名和密码时,是否可以在远程PC上执行dos shell命令? 是否有可能使用客户端PC的DOSshell?
psexec \\RemoteComputer cmd.exe
或使用ssh或TeamViewer或RemoteDesktop!
如果您处于域环境中,则还可以使用:
winrs -r:PCNAME cmd
这将打开一个远程命令shell。
你可以使用native win命令:
WMIC /node:ComputerName process call create “cmd.exe /c start.exe”
WMIC是wbem win文件夹的一部分:C:\ Windows \ System32 \ wbem