Windows7 通过 API 强制启动到安全模式

发布于 2024-11-05 09:33:22 字数 211 浏览 0 评论 0原文

有没有办法通过 Windows API 或更改文件在网络支持的安全模式下重新启动计算机。 (Windows 7)

对于 Windows 2000 和 XP,您只需将“/safeboot:network”添加到 boot.ini 文件即可。

但是 Windows 7 中没有这样的文件。

我的目标是使用 Delphi 对其进行编码,但任何语言代码示例将不胜感激。

Is there a way via the Windows API or altering a file to reboot the computer in safemode with Network support. (Windows 7)

For Windows 2000 and XP you could simply add '/safeboot:network' to the boot.ini file.

However with Windows 7 there is no such file.

My goal is to code this using Delphi, but any language code samples would be appreciated.

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

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

发布评论

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

评论(1

山色无中 2024-11-12 09:33:22

我认为你必须编辑 BCD 文件。有一个命令行实用程序 bcdedit 可以执行此操作(将 SAFEBOOT 设置为 NETWORK)。抱歉,我不知道如何使用 delphi 中的 CMD 实用程序。

I think you have to edit the BCD file. there is a command line utility bcdedit that can do this (set SAFEBOOT to NETWORK). I don't know how to use CMD utilities from delphi, sorry.

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