zoukankan      html  css  js  c++  java
  • 解决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>

    后面添加:

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

  • 相关阅读:
    UI控件
    iOS 上架
    UISwitch 开关
    UISlider 的属性
    SQL SERVER 触发器
    sql server数据库操作
    二叉堆实现优先队列
    散列表
    AVL树
    C++基础-02
  • 原文地址:https://www.cnblogs.com/flaaash/p/2307751.html
Copyright © 2011-2022 走看看