检测 Windows 7 审核模式

发布于 2024-12-11 00:48:20 字数 462 浏览 0 评论 0原文

背景

OEM、系统管理员等经常使用OPK 或 WAIK 用于批量安装。在此期间,他们经常发布一些预装的应用程序。当 Windows 安装进入 审核模式时,会安装此类应用程序

问题

使用c#,如何检测Windows当前是否处于审核模式?

Background

OEMS, Sys Admins etc. often use OPK or WAIK for mass installation. During this they often ship some pre-installed applications. The installations of such applications happen when Windows installation enters in Audit Mode

Question

Using c#, how do I detect that Windows is currently in Audit Mode?

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

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

发布评论

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

评论(1

转角预定愛 2024-12-18 00:48:20

您需要检查注册表:

  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\State
    以外的
  • 对于 IMAGE_STATE_COMPLETE HKEY_LOCAL_MACHINE\System\Setup

AuditInProgress编辑 - 根据评论:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft \Windows\CurrentVersion\OOBE 也可以提供这方面的一些信息...

有关详细信息,请参阅

You need to check the registry:

  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\State
    for something other than IMAGE_STATE_COMPLETE
  • HKEY_LOCAL_MACHINE\System\Setup for AuditInProgress

EDIT - as per comment:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE could provide some information in this regard too...

For details see see

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