解决-2008 R2 SP1安装Thinkpad System Update 4无法更新 提示"收集用户信息时出错"
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>
后面添加:
造成这一问题的原因是 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>