使用 Java 关闭 Windows
是否可以使用 Java 以编程方式关闭 Windows?
干杯
Is it possible to shutdown Windows programmatically with Java?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以使用 Java 以编程方式关闭 Windows?
干杯
Is it possible to shutdown Windows programmatically with Java?
Cheers
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
有关 shutdown 命令 的更多信息,供您查看
一些其他可能感兴趣的命令行选项对你来说
当然,如果您不想采用这种方法,可以下载一些库来实现此目的。其中一个示例是 Java Windows 关闭函数。
根据他们的 SourceForge 页面:
More information on the shutdown command for your viewing pleasure
Some other command line options that may be of interest to you are
Of course, if you prefer to not do it this method, there are libraries you can download to achieve this. One example of this would be Java Windows Shutdown Functions.
According to their SourceForge page:
运行命令“shutdown -s”。
编辑:像这样的东西:
Run the command "shutdown -s".
Edit: Something like this:
这也可以使用 WMI 来完成,例如通过 JACOB:
This can also be done using WMI, for example via JACOB:
如果你想在某个时间关闭它,请附加 -t 参数(以秒为单位)。
五秒钟:
If you want to shutdown it in certain time append -t parameter (in seconds).
For five seconds: