关闭 Windows 并向用户发出警告

发布于 2024-11-09 18:48:37 字数 137 浏览 0 评论 0原文

我发现 shutdown.exe 可用于关闭或重新启动计算机。但是,向用户发出的警告没有提供任何取消关闭的方法(除了在命令行提示符中执行“shutdown /a”之外)。

是否有其他关闭 Windows 的方法可以为用户提供一些简单的取消方法?

I see that shutdown.exe can be used to shutdown or restart a machine. However, the warning given to the user doesn't offer any way to cancel the shutdown (other than doing "shutdown /a" in a command line prompt).

Is there a different way of shutting down Windows that offers the user some easy way to cancel out?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酸甜透明夹心 2024-11-16 18:48:37

编写您自己的程序,调用 ExitWindowsEx。它可以允许您想要的任何取消操作。

Write your own program that calls ExitWindowsEx. It can allow any cancel operations you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文