【发布时间】:2012-03-22 10:22:16
【问题描述】:
我们进行了多部分安装,需要重新启动才能继续。
我们在 HKLM 下添加了一个 RunOnce 条目,以在重启后自动重新启动“setup.exe”。
将 setup.exe 添加到 RunOnce 的一个奇怪结果是“Windows Shell”在 setup.exe 终止之前不会加载。
即使 setup.exe 尚未终止,我们如何才能让 Windows 继续加载“Windows Shell”?
PS:由于elevation blocking,我们无法使用运行键。
【问题讨论】:
-
好的,你想在加载完所有内容后加载“setup.exe”,这样它不会阻止加载其他服务吗?
标签: windows-7 registry installation