如何强制重新启动而不是关机(XP)
我有一个 Windows XP SP2 虚拟机,可以通过 VNC 访问。 它还运行 Deep Freeze,因此强制重启应该没有问题。 我正在寻找一种方法来强制操作系统重新启动而不是关闭或完全删除使用软件应用程序关闭计算机的能力(例如从开始菜单、关机程序或其他自定义程序的常用方法)。
谢谢你, 汤姆
I have a Windows XP SP2 virtual machine which can be accessed via VNC. It's also running Deep Freeze so there should be no problem in forcing it to reboot. I am looking for a way to force the operating system to reboot instead of shutting down or completely remove the ability to shut down the machine using software applications (such as the usual way from the start menu, the shutdown program or other custom programs).
Thank you,
Tom
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
试试这个:
shutdown /r /t 1 /f
Alex
Try this:
shutdown /r /t 1 /f
Alex
要删除关闭功能,最好的办法是为用户/用户组创建组策略,并指定他们只能重新启动系统。 我过去曾这样做过,以确保只有管理员帐户才能关闭计算机。 它可以防止我在凌晨 2 点本打算重新启动远程电脑时错误地关闭它。
To remove the ability to shut down then your best bet is to create a group policy for the user/user group and specify that they can only restart the system. I have done this in the past to ensure that only the administrator account can shut down a computer. it has prevented me from mistakenly shutting down a remote pc at 2am in the morning when i meant to re-start it.
XP中有一个DOS命令叫shutdown。 如果您在命令提示符下键入
shutdown /?
,您将看到可用的选项。 使用它您可以创建一个批处理文件。In XP there is a DOS command called shutdown. If you type
shutdown /?
from a command prompt you will see the options available. Using this you can create a Batch file.尝试 DShutdown.exe。 它很灵活,可以做所有这些事情。
Try DShutdown.exe. It's flexible and can do all these things.