2008 R2 SP1安装Thinkpad System Update 4无法更新 提示"收集用户信息时出错"

造成这一问题的原因是 system update 没有支持 2008 R2 系统的信息

文件存放位置"C:\Program Files (x86)\Lenovo\System Update\session\system\SSClientCommon\MappingInte***ce.xml”

修改方法:

右键单击“MappingInte***ce.xml”选编辑

找到

<OS>
   <OSTVIA>WIN7-PRO</OSTVIA>
   <OSeGatherer>
    <Name>WINDOWS 7 Professional</Name>
    <ServiceRelease>default</ServiceRelease>
   </OSeGatherer>
   <OSQuest>Windows 7</OSQuest>
  </OS>

后面添加:

   <OSTVIA>WINSRV2K8-R2.SP1</OSTVIA>
   <OSeGatherer>
    <Name>WINDOWS Server 2008 R2 Enterprise</Name>
    <ServiceRelease>Service Pack 1</ServiceRelease>
   </OSeGatherer>
   <OSQuest>Windows 7</OSQuest>
  </OS>

相关文章:

  • 2021-05-26
  • 2022-12-23
  • 2021-10-14
  • 2021-06-26
  • 2022-01-17
  • 2022-01-05
  • 2021-11-17
猜你喜欢
  • 2022-03-06
  • 2022-02-28
  • 2021-07-23
  • 2021-11-22
  • 2021-11-14
  • 2021-12-16
  • 2021-11-28
相关资源
相似解决方案