Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图检查是否使用注册表安装了办公室。我可以使用以下 regkey 验证 32 位操作系统
"..HKLM\SOFTWARE\Microsoft\Office\14.0\Common\InstallRoot" + "路径"
但是我如何检查使用 64 位操作系统时?对于 32 位或 64 位 Office,64 位操作系统上不存在此密钥。(在 Win7 和 Win 8 上均已检查)
我终于找到了我正在寻找的答案。这个论坛帖子有一个答案,建议尝试一些注册表项。
正如这里所说,注册表项需要在WOW6432Node中检查。所以你的路径会是这样的:
HKLM\SOFTWARE\Wow6432Node\Microsoft\Office\14.0\Common\InstallRoot