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 机器中有一个可执行文件。如何使用 python 远程执行 .exe 文件?或如何访问远程 Windows 命令行?请帮忙。
我有远程 Windows 机器的凭据?
PS:所有远程windows机器都在同一个网络
使用命令行程序 psexec。
如果你需要通过 python 控制远程计算机,我建议你在远程计算机上安装 rpyc。在 rpyc 的网站上有关于如何使用它的文档。