zoukankan      html  css  js  c++  java
  • OS由XP换用WIN2003,问题以及解决

    1   添加删除WINDOWS组件时出错,在GOOGLE上找到答案,如下:

    You receive a "Setup Library wbemupgd.dll could not be loaded" error message when you use Add or Remove Programs in Windows Server 2003

    When you try to use Add or Remove Programs on a Microsoft Windows Server 2003-based computer, you may receive the following error message:
    Setup Library wbemupgd.dll could not be loaded, or function OcEntry could not be found. Contact your system administrator. The specific error code is 0x7e.

    CAUSE

    This problem occurs because the Path system variable has changed.

    RESOLUTION

    To resolve this problem, follow these steps:
    1. Click Start, right-click My Computer, and then click Properties.
    2. Click the Advanced tab, and then click Environment Variables.
    3. Click Path in the System variables list, and then click Edit.
    4. Replace two of the paths in the Variable value box. To do this, follow these steps:
    a. Delete the following two paths in the Variable value box:
    SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
    b. Type the following text in the Variable value box to replace the paths that you removed in step 4a.
    C:\Windows\System32;C:\Windows\system32\Wbem
    Note C is the hard disk drive where Windows is installed, and Windows is the folder where Windows is installed.

  • 相关阅读:
    .Net Core 第三方工具包整理
    .Net Core 读取appsettings.json的配置
    .Net Core 常见问题整理
    .Net Core 学习资料
    LVM使用
    PIP本地源搭建
    sed命令使用
    Shell脚本
    SNAT端口转发配置
    Ubuntu软件包管理
  • 原文地址:https://www.cnblogs.com/lbk/p/98225.html
Copyright © 2011-2022 走看看