前端之家收集整理的这篇文章主要介绍了
windows – 关闭前向所有用户发送消息,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我在
Windows 2008服务器上时,如何通过CMD向其他
用户发送消息?
我通常会关闭-r -t 30,但是如何在此命令中添加文本?
shutdown -r -t 30 -c "This system is shutting down in 30 seconds.."
-c“text”将向显示窗口添加注释,通知其他用户关闭.
对于Unix,语法将是shutdown -r -t 30“这个系统在30秒内关闭..”
原文链接:https://www.f2er.com/windows/368154.html