关闭远程系统?
我将如何关闭或重新启动远程系统。
一个场景可以用作教室中的一组联网计算机,教师将能够关闭选定的系统以从其计算机上关闭。
我怎样才能做到这一点。
我已经搜索了一种检索联网计算机的方法,但在这种情况下这将如何工作?
How would I go about shutting down or rebooting a remote system.
A scenario can be used as a group of networked computers in a school room, the teacher will be able to shutdown selected systems to shutdown from their machine.
How would I be able to do this.
I have searched for a method to retrieve networked machines, but in the scenario how would this work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Microsoft SysInternals 实用程序
psShutdown
将完全执行您的操作正在寻找。The Microsoft SysInternals utility
psShutdown
will do exactly what you're looking for.在 Windows 中从命令行使用 shutdown.exe 就可以了,您可以指定要关闭的计算机名称和许多其他选项。您可以将这些命令的快捷方式放在用户的桌面上,这样就很容易他/她单独关闭每一个。
Using the shutdown.exe from the command line in Windows would work, you can specify the computer name you'd like to shutdown and plenty of other options.. you could put shortcuts to these commands on the user's desktop so it would be easy for him/her to shutdown each one individually.
您可以使用
Win32_OperatingSystem.Shutdown
方法。You could use the
Win32_OperatingSystem.Shutdown
method.