尝试关闭网络计算机

尝试关闭网络计算机

我目前有一个带桥接网络的 Virtual Box VM。

为了测试目的,我有一个 Win7 主机和客户机。主机可以看到客户机并对其进行 ping 操作等。但是运行以下命令时:

shutdown /m \\Virtual-PC /s /t 0

什么都没有发生,谁能告诉我我需要做什么才能远程关闭网络计算机。

谢谢

答案1

开关的顺序非常严格。尝试:shutdown /s /m \\Virtual-PC /t: 0

答案2

我认为你应该尝试shutdown -m \\Virtual-PC -s -t:0一下我们在 Windows 上使用的。

相关内容