Answers:
得到了专家交流的答案。这是摘录:
启动regedit并检查中的“路径”值HKLM\System\ControlSet<xx>\Control\Session Manager\Environment(用<xx>存在的所有编号ControlSet条目替换。无需检查CurrentControlSet,这是ControlSetxx键之一,并且在其下找不到任何内容。)
这些是“最后一次了解”配置。如果幸运的话,仍然剩下一个路径变量。
如果没有,则最低要求是:
C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem
关键是
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
值是
Path REG_EXPAND_SZ %SystemRoot%\;%SystemRoot%\system32\;%SystemRoot%\system32\wbem\
而已。