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.
我正在尝试运行一个批处理文件进行安装,并且我已经使用 reg 查询来确定是否存在先决条件并继续安装。
当我手动运行批处理文件时,它按预期工作,但是当我使用 SCCM 执行此批处理文件时,它失败了。
我暂停并回显了错误级别,发现 reg 查询无法找到使用“系统”帐户运行时实际存在的注册表
有人知道这一点吗?有关如何使用系统帐户查询 HKLM 注册表的任何建议
提前致谢。
答案在下面的链接中
http://blogs.technet.com/b/aaronczechowski/archive/2011/12/18/deploying-windows-7-language-packs-via-configmgr.aspx