当前位置: 首页 > news >正文

做网站要空间还是服务器网站优化排名公司哪家好

做网站要空间还是服务器,网站优化排名公司哪家好,wordpress还原主题,百度官网首页登录入口qgis启动提示Could not load qgis_app.dll 报错信息 我安装了QGIS3.16和3.22和3.28,都无法运行,启动程序报错问题如下图所示 解决方法 在开始菜单运行OSGeo4W 然后进去看看已经下载的qgis有没有更新,如果有更新的话,就直接点…

qgis启动提示Could not load qgis_app.dll

报错信息

我安装了QGIS3.16和3.22和3.28,都无法运行,启动程序报错问题如下图所示
在这里插入图片描述

解决方法

在开始菜单运行OSGeo4W
在这里插入图片描述
然后进去看看已经下载的qgis有没有更新,如果有更新的话,就直接点击下一步安装更新(这样比较省时间)
当然也可以重新安装qgis(比较耗时,和网速有关)
到最后一步的时候,OSGeo4W弹出了一个错误,大致意思就是由于缺少OpenCL.dll,程序无法运行
看来问题就在这里了,为什么会缺少这个dll呢?

OpenCL.dll是OpenCL(Open Computing Language)的动态链接库文件。OpenCL是一种开放标准,用于并行计算,它允许软件开发人员利用多种计算设备(例如CPU、GPU、FPGA等)上的计算资源来加速应用程序的执行。
OpenCL.dll包含了OpenCL的运行时库,它提供了访问和管理OpenCL平台和设备的功能。通过OpenCL.dll,开发人员可以编写使用OpenCL的程序,以便利用各种计算设备的并行计算能力。
在Windows系统中,当您安装了支持OpenCL的驱动程序(通常是显卡驱动程序),系统会提供OpenCL.dll文件,以便应用程序可以使用OpenCL进行并行计算。这使得开发人员可以通过调用OpenCL.dll中的函数来实现并行计算任务,而无需直接与硬件进行交互。

这个dll通常是由显卡驱动提供的,由于我在出现问题之前把电脑中的英伟达显卡拔掉了,并且删除了它的驱动程序,应该是是把它提供的OpenCL.dll一起删除了,但是我还有集成显卡,按道理说集成显卡也会提供这个dll,为什么会报错呢?
看到网上有人解答说,如果电脑中只有集显的驱动,不会出现这个问题,但是如果同时有集显和独显的驱动,但是把独显的驱动删除了,这个问题就会出现。解决方案是将集显的驱动重新安装即可(其他显卡也是一样道理,例如A卡)。

我将集成显卡的驱动重新安装后,解决了这个问题。

问题分析

  • 下载dependency walker
  • 解压文件到OSGeo4W安装目录的bin目录下
    在这里插入图片描述
  • 编辑bin目录下的qgis-ltr-dev.bat(或者qgis.bat 或 qgis-rel-dev-g7.bat 或 qgis-dev-g7.bat,取决于你使用的QGIS版本)
  • 在最后一行上面填入如下内容
for %%i in (qgis_app.dll) do depends /c /f:1 /ot:%TEMP%\%%~ni.log %%~$PATH:i

在这里插入图片描述

  • 然后双击这个bat文件
  • 运行后等产生错误提示后,qgis_app.dll相关的运行信息就会保存在用户目录的AppData\Local\Temp目录下,文件名为qgis_app.log
  • 打开这个文件,直接搜索Error
    在这里插入图片描述
    可以看到,qgis_app.dll依赖的很多dll都没有找到,包含OpenCL.dll
    当我把集成显卡的驱动卸载重装之后,应该是将这些dll都重新安装了一遍,所以可以解决问题

总结

当遇到类似问题时,首先应该回忆发生问题之前有没有卸载什么程序,对系统做过什么改动,然后再使用dependency walker进行分析,通过搜索关键字 “Error” 来定位问题,将缺少的dll全部安装即可(dll不会自己消失,一般都是因为程序的卸载导致的,可以先将卸载的程序安装回去试一下)。

附录

qgis_app.log中显示的缺失文件信息如下:

********************************| Module List |*********************************
*                                                                              *
* Legend: D  Delay Load Module   ?  Missing Module           6  64-bit Module  *
*         *  Dynamic Module      !  Invalid Module                             *
*                                E  Import/Export Mismatch or Load Failure     *
*                                                                              *
********************************************************************************Module                                                                                                                         File Time Stamp   Link Time Stamp   File Size   Attr.  Link Checksum  Real Checksum  CPU  Subsystem  Symbols     Preferred Base      Actual Base  Virtual Size  Load Order  File Ver         Product Ver      Image Ver    Linker Ver  OS Ver  Subsystem Ver
-----  -----------------------------------------------------------------------------------------------------------------------------  ----------------  ----------------  ----------  -----  -------------  -------------  ---  ---------  ----------  ------------------  -----------  ------------  ----------  ---------------  ---------------  -----------  ----------  ------  -------------
[ ? ]  API-MS-WIN-CORE-APIQUERY-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-APIQUERY-L2-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-APPCOMPAT-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-APPCOMPAT-L1-1-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-APPINIT-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-ATOMS-L1-1-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-COM-L1-1-0.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-COM-L1-1-1.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-COM-L1-1-2.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-COM-PRIVATE-L1-3-1.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-COMM-L1-1-0.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-COMMANDLINETOARGV-L1-1-0.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-CONSOLE-L1-2-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-CONSOLE-L1-2-1.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-CONSOLE-L2-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-CONSOLE-L2-2-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-CONSOLE-L3-2-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-CRT-L1-1-0.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-CRT-L2-1-0.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-DATETIME-L1-1-1.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-DATETIME-L1-1-2.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-DEBUG-L1-1-1.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-DELAYLOAD-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-DELAYLOAD-L1-1-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-ERRORHANDLING-L1-1-2.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-ERRORHANDLING-L1-1-3.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-FIBERS-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-FIBERS-L1-1-1.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-FIBERS-L2-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-FIBERS-L2-1-1.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-FILE-L1-2-1.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-FILE-L1-2-2.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-FILE-L1-2-4.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-FILE-L2-1-1.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-FILE-L2-1-2.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-FILE-L2-1-3.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-HEAP-L2-1-0.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-HEAP-OBSOLETE-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-IO-L1-1-0.DLL                                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-IO-L1-1-1.DLL                                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-JOB-L1-1-0.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-JOB-L2-1-0.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-KERNEL32-LEGACY-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-KERNEL32-LEGACY-L1-1-1.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-KERNEL32-LEGACY-L1-1-2.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-KERNEL32-PRIVATE-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-KERNEL32-PRIVATE-L1-1-1.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-KERNEL32-PRIVATE-L1-1-2.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-LARGEINTEGER-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-LIBRARYLOADER-L1-2-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-LIBRARYLOADER-L1-2-1.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-LIBRARYLOADER-L1-2-2.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-LIBRARYLOADER-L1-2-3.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-LIBRARYLOADER-L2-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-LOCALIZATION-L1-2-2.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-LOCALIZATION-L2-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-LOCALIZATION-OBSOLETE-L1-2-0.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-LOCALIZATION-PRIVATE-L1-1-0.DLL                                                                                Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-MEMORY-L1-1-1.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-MEMORY-L1-1-2.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-MEMORY-L1-1-3.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-MISC-L1-1-0.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-NAMEDPIPE-L1-2-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-NAMEDPIPE-L1-2-2.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-NAMESPACE-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-NORMALIZATION-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PATH-L1-1-0.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PCW-L1-1-0.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PERFCOUNTERS-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PRIVATEPROFILE-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PRIVATEPROFILE-L1-1-1.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PROCESSENVIRONMENT-L1-2-0.DLL                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PROCESSSNAPSHOT-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PROCESSTHREADS-L1-1-2.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PROCESSTHREADS-L1-1-3.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PROCESSTOPOLOGY-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PSAPI-ANSI-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PSAPI-L1-1-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PSAPI-OBSOLETE-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-PSM-KEY-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-QUIRKS-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-REALTIME-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-REGISTRY-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-REGISTRY-L1-1-1.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-REGISTRY-L1-1-2.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-REGISTRYUSERSPECIFIC-L1-1-0.DLL                                                                                Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-RTLSUPPORT-L1-2-2.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-SHLWAPI-LEGACY-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-SHLWAPI-OBSOLETE-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-SIDEBYSIDE-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-STRING-L2-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-STRING-L2-1-1.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-STRING-OBSOLETE-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-STRINGANSI-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-SYNCH-L1-2-1.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-SYSINFO-L1-2-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-SYSINFO-L1-2-1.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-SYSINFO-L1-2-3.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-SYSTEMTOPOLOGY-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-SYSTEMTOPOLOGY-L1-1-1.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-THREADPOOL-L1-2-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-THREADPOOL-LEGACY-L1-1-0.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-THREADPOOL-PRIVATE-L1-1-0.DLL                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-URL-L1-1-0.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-VERSION-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-VERSION-L1-1-1.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-VERSION-PRIVATE-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-VERSIONANSI-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-VERSIONANSI-L1-1-1.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-WINDOWSERRORREPORTING-L1-1-0.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-WINDOWSERRORREPORTING-L1-1-1.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-WINDOWSERRORREPORTING-L1-1-2.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-WINDOWSERRORREPORTING-L1-1-3.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-WINRT-ERROR-L1-1-1.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-WINRT-L1-1-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-WOW64-L1-1-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-WOW64-L1-1-1.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-WOW64-L1-1-3.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-XSTATE-L2-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-XSTATE-L2-1-1.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-CORE-XSTATE-L2-1-2.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-EVENTING-CLASSICPROVIDER-L1-1-0.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-EVENTING-CONSUMER-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-EVENTING-CONSUMER-L1-1-1.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-EVENTING-CONTROLLER-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-EVENTING-PROVIDER-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-GDI-INTERNAL-UAP-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-MM-TIME-L1-1-0.DLL                                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SECURITY-ACTIVEDIRECTORYCLIENT-L1-1-0.DLL                                                                           Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SECURITY-APPCONTAINER-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SECURITY-AUDIT-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SECURITY-AUDIT-L1-1-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SECURITY-BASE-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SECURITY-BASE-L1-2-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SECURITY-BASE-PRIVATE-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SECURITY-GROUPPOLICY-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SERVICE-CORE-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SERVICE-CORE-L1-1-1.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SERVICE-CORE-L1-1-2.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SERVICE-MANAGEMENT-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SERVICE-MANAGEMENT-L2-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SERVICE-PRIVATE-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SERVICE-PRIVATE-L1-1-2.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SERVICE-PRIVATE-L1-1-3.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SERVICE-PRIVATE-L1-1-4.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SERVICE-WINSVC-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SHCORE-COMHELPERS-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SHCORE-OBSOLETE-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SHCORE-PATH-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SHCORE-REGISTRY-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SHCORE-SCALING-L1-1-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SHCORE-STREAM-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SHCORE-TASKPOOL-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SHCORE-THREAD-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SHCORE-UNICODEANSI-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-SHELL-SHELLCOM-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  API-MS-WIN-STATESEPARATION-HELPERS-L1-1-0.DLL                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  OPENCL.DLL                                                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[ ? ]  PDAL_UTIL.DLL                                                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-APPMODEL-ADVERTISINGID-L1-1-0.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-APPMODEL-IDENTITY-L1-2-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-APPMODEL-RUNTIME-INTERNAL-L1-1-1.DLL                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-APPMODEL-RUNTIME-INTERNAL-L1-1-2.DLL                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-APPMODEL-RUNTIME-INTERNAL-L1-1-3.DLL                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-APPMODEL-RUNTIME-INTERNAL-L1-1-7.DLL                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-APPMODEL-RUNTIME-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-APPMODEL-RUNTIME-L1-1-1.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-APPMODEL-STATE-L1-2-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-APPMODEL-UNLOCK-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-BASE-UTIL-L1-1-0.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CONTAINERS-CMCLIENT-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CONTAINERS-CMCLIENT-L1-2-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CONTAINERS-CMCLIENT-L1-5-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-CALENDAR-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-COM-L1-1-3.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-COM-L2-1-1.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-COM-MIDLPROXYSTUB-L1-1-0.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-COM-PRIVATE-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-COM-PRIVATE-L1-1-1.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-COM-PRIVATE-L1-2-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-COM-PRIVATE-L1-3-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-DEBUG-MINIDUMP-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-ERRORHANDLING-L1-1-1.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-FEATURESTAGING-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-LOCALIZATION-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-LOCALIZATION-L1-2-3.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-LOCALREGISTRY-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-MARSHAL-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-PROCESSTOPOLOGY-OBSOLETE-L1-1-0.DLL                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-PSM-APP-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-PSM-APPNOTIFY-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-PSM-KEY-L1-1-3.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-PSM-RTIMER-L1-1-1.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-REALTIME-L1-1-1.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-REGISTRY-L2-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-REGISTRY-PRIVATE-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-SHUTDOWN-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-SYNCH-ANSI-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-SYSINFO-L2-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-TEXTINPUT-CLIENT-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-TEXTINPUT-CLIENT-L1-1-1.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-TEXTINPUT-CLIENT-L1-2-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-THREADPOOL-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-TOOLHELP-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-WINRT-ERRORPRIVATE-L1-1-0.DLL                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-WINRT-PROPERTYSETPRIVATE-L1-1-0.DLL                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-WINRT-PROPERTYSETPRIVATE-L1-1-1.DLL                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-WINRT-REGISTRATION-L1-1-0.DLL                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-COREUI-SECRUNTIME-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DEVICES-CONFIG-L1-1-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DEVICES-QUERY-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DEVICES-SWDEVICE-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DEVICES-SWDEVICE-L1-1-1.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DOWNLEVEL-ADVAPI32-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DOWNLEVEL-ADVAPI32-L2-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DOWNLEVEL-KERNEL32-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DOWNLEVEL-NORMALIZ-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DOWNLEVEL-OLE32-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DOWNLEVEL-SHELL32-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DOWNLEVEL-SHLWAPI-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DOWNLEVEL-SHLWAPI-L2-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DOWNLEVEL-USER32-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DOWNLEVEL-VERSION-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DWMAPI-L1-1-0.DLL                                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DX-D3DKMT-L1-1-0.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DX-D3DKMT-L1-1-1.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DX-D3DKMT-L1-1-3.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DX-D3DKMT-L1-1-4.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-DX-D3DKMT-L1-1-7.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-EVENTING-LEGACY-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-EVENTING-OBSOLETE-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-EVENTING-TDH-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-EVENTLOG-LEGACY-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-GDI-DPIINFO-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-HTTP-TIME-L1-1-0.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-MM-MISC-L1-1-0.DLL                                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-MM-MISC-L2-1-0.DLL                                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-MM-MME-L1-1-0.DLL                                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-NETWORKING-INTERFACECONTEXTS-L1-1-0.DLL                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-NTUSER-RECTANGLE-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-NTUSER-SYSPARAMS-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-OLE32-IE-L1-1-0.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-OOBE-NOTIFICATION-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-POWER-BASE-L1-1-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-POWER-SETTING-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-PRIVACY-COREPRIVACYSETTINGSSTORE-L1-1-0.DLL                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RO-TYPERESOLUTION-L1-1-1.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RTCORE-NTUSER-CLIPBOARD-L1-1-0.DLL                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-1.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-11.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-2.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-4.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-7.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-9.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RTCORE-NTUSER-SHELL-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RTCORE-NTUSER-SYNCH-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RTCORE-NTUSER-WINDOW-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RTCORE-NTUSER-WINEVENT-L1-1-0.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-RTCORE-NTUSER-WMPOINTER-L1-1-0.DLL                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-ACCESSHLPR-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-ACTIVEDIRECTORYCLIENT-L1-1-1.DLL                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-BASE-L1-2-1.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-BASE-PRIVATE-L1-1-1.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-CAPABILITY-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-CREDENTIALS-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-CREDENTIALS-L2-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-CREDENTIALS-L2-1-1.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-CRYPTOAPI-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-ISOLATEDCONTAINER-L1-1-0.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-ISOLATIONPOLICY-L1-2-0.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-LOGON-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-LOGON-L1-1-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-LSALOOKUP-ANSI-L2-1-0.DLL                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-LSALOOKUP-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-LSALOOKUP-L1-1-1.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-LSALOOKUP-L1-1-2.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-LSALOOKUP-L2-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-LSAPOLICY-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-PROVIDER-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-SDDL-ANSI-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-SDDL-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-SDDLPARSECOND-L1-1-0.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-SDDLPARSECOND-L1-1-1.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-SYSTEMFUNCTIONS-L1-1-0.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SECURITY-TRUSTEE-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SERVICE-CORE-L1-1-4.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SHCORE-REGISTRY-L1-1-1.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SHCORE-SCALING-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SHCORE-STREAM-WINRT-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SHCORE-SYSINFO-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SHELL-CHANGENOTIFY-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SHELL-CHANGENOTIFY-L1-1-1.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SHELL-NAMESPACE-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SHELL-SHDIRECTORY-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SHELL-SHELLFOLDERS-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SHLWAPI-IE-L1-1-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-SHLWAPI-WINRT-STORAGE-L1-1-1.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-STORAGE-EXPORTS-EXTERNAL-L1-1-0.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-STORAGE-EXPORTS-EXTERNAL-L1-1-2.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-STORAGE-EXPORTS-INTERNAL-L1-1-0.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-WINRT-SEARCH-FOLDER-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  API-MS-WIN-WINRT-SEARCH-FOLDER-L1-1-1.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  AZUREATTESTMANAGER.DLL                                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  AZUREATTESTNORMAL.DLL                                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-MF-PAL-L2-1-0.DLL                                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-ONECORE-APPDEFAULTS-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-ONECORE-APPMODEL-DEPLOYMENT-INTERNAL-L1-1-0.DLL                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-ONECORE-APPMODEL-STATEREPOSITORY-CACHE-L1-1-0.DLL                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-ONECORE-APPMODEL-STATEREPOSITORY-CACHE-L1-1-2.DLL                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-ONECORE-APPMODEL-STATEREPOSITORY-CACHE-L1-1-4.DLL                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-ONECORE-APPMODEL-STATEREPOSITORY-INTERNAL-L1-1-3.DLL                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-ONECORE-APPMODEL-STATEREPOSITORY-INTERNAL-L1-1-4.DLL                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-ONECORE-APPMODEL-STATEREPOSITORY-INTERNAL-L1-1-6.DLL                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-ONECORE-DCOMP-L1-1-0.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-ONECORE-HLINK-L1-1-0.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-ONECORE-ORIENTATION-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-ONECORE-SHELLCHROMEAPI-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-ADSI-ACTIVEDS-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-ADVAPI32-LSA-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-ADVAPI32-MSI-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-ADVAPI32-NPUSERNAME-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-ADVAPI32-NTMARTA-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-ADVAPI32-PSM-APP-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-ADVAPI32-REGISTRY-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-ADVAPI32-REGISTRY-L1-1-1.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-ADVAPI32-SAFER-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPCOMPAT-AEINV-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPCOMPAT-AEPIC-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPCOMPAT-APPHELP-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPMODEL-APPEXECUTIONALIAS-L1-1-0.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPMODEL-APPEXECUTIONALIAS-L1-1-1.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPMODEL-APPEXECUTIONALIAS-L1-1-2.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPMODEL-APPEXECUTIONALIAS-L1-1-3.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPMODEL-DAXCORE-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPMODEL-DAXCORE-L1-1-2.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPMODEL-DEPLOYMENT-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPMODEL-SHELLEXECUTE-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPMODEL-STATE-EXT-L1-2-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPMODEL-USERCONTEXT-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPMODEL-VIEWSCALEFACTOR-L1-1-0.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPXDEPLOYMENTCLIENT-APPXDEPLOY-L1-1-0.DLL                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-APPXDEPLOYMENTCLIENT-APPXDEPLOYONECORE-L1-1-0.DLL                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-AUDIOCORE-PAL-L1-2-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-AUDIOCORE-SPATIAL-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-AUTHZ-CLAIMPOLICIES-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-AUTHZ-CONTEXT-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-AUTHZ-REMOTE-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-BIOMETRICS-WINBIO-CORE-L1-1-0.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-BIOMETRICS-WINBIO-CORE-L1-1-1.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-BRANDING-WINBRAND-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-CI-MANAGEMENT-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-CI-MANAGEMENT-L1-1-3.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-CNG-RNG-L1-1-1.DLL                                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-COM-APARTMENTRESTRICTION-L1-1-0.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-COM-CLBCATQ-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-COM-COML2-L1-1-1.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-COM-OLE32-L1-1-0.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-COM-OLE32-L1-1-1.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-COM-OLE32-L1-1-3.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-COM-OLE32-L1-1-4.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-COM-OLE32-L1-1-5.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-COM-PSMREGISTER-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-COM-STA-L1-1-0.DLL                                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-COM-SUSPENDRESILIENCY-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-CORE-PKEYHELPER-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-CORE-RESOURCEPOLICY-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-CORE-WINRT-REMOTE-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DESKTOPAPPX-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DESKTOPAPPX-L1-1-3.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DEVMGMT-DM-L1-1-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DEVMGMT-DM-L1-1-1.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DEVMGMT-DM-L1-1-2.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DEVMGMT-POLICY-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DEVMGMT-POLICY-L1-1-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DIRECT2D-DESKTOP-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DOMAINJOIN-NETJOIN-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DRIVER-SETUP-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DRIVER-SETUP-WU-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DRIVER-SETUP-WU-L1-1-1.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DWMAPI-EXT-L1-1-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DWMAPIDXGI-EXT-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DWMAPIDXGI-EXT-L1-1-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DX-D3DKMT-DXCORE-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DX-D3DKMT-DXCORE-L1-1-3.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DX-D3DKMT-GDI-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DX-DXDBHELPER-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DX-DXDBHELPER-L1-1-1.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DX-DXDBHELPER-L1-1-2.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DXCORE-INTERNAL-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-DXCORE-L1-1-0.DLL                                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-EDPUTIL-POLICY-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-EDPUTIL-POLICY-L1-1-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-ELS-ELSCORE-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-EVENTING-RUNDOWN-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-FECLIENT-ENCRYPTEDFILE-L1-1-0.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-FECLIENT-ENCRYPTEDFILE-L1-1-1.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-FECLIENT-ENCRYPTEDFILE-L1-1-2.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-FECLIENT-ENCRYPTEDFILE-L1-1-3.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-FIREWALLAPI-WEBPROXY-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-FIREWALLAPI-WEBPROXY-L1-1-1.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-FVEAPI-QUERY-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GAMING-DEVICEFAMILY-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-CLIPPING-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-DC-CREATE-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-DC-L1-2-0.DLL                                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-DC-L1-2-1.DLL                                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-DEVCAPS-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-DRAW-L1-1-0.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-DRAW-L1-1-1.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-DRAW-L1-1-2.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-DRAW-L1-1-3.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-EDGEGDI-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-FONT-L1-1-0.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-FONT-L1-1-1.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-FONT-L1-1-2.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-FONT-L1-1-3.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-GDIPLUS-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-INTERNAL-DESKTOP-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-INTERNAL-DESKTOP-L1-1-1.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-INTERNAL-DESKTOP-L1-1-2.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-INTERNAL-DESKTOP-L1-1-3.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-INTERNAL-DESKTOP-L1-1-4.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-INTERNAL-UAP-INIT-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-METAFILE-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-METAFILE-L1-1-1.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-METAFILE-L1-1-2.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-PATH-L1-1-0.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-PRINT-L1-1-0.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-PRIVATE-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-RENDER-L1-1-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GDI-WCS-L1-1-0.DLL                                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GPAPI-GROUPPOLICY-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-GUI-DUI70-L1-1-0.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-HOSTACTIVITYMANAGER-HAM-PRIVATE-EXT-L1-1-0.DLL                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-IMM-L1-1-0.DLL                                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNEL32-APPCOMPAT-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNEL32-DATETIME-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNEL32-ERRORHANDLING-L1-1-0.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNEL32-FILE-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNEL32-LOCALIZATION-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNEL32-PACKAGE-CURRENT-L1-1-0.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNEL32-PACKAGE-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNEL32-PACKAGE-L1-1-2.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNEL32-QUIRKS-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNEL32-QUIRKS-L1-1-1.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNEL32-REGISTRY-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNEL32-SIDEBYSIDE-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNELBASE-PROCESSTHREAD-L1-1-0.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNELBASE-PROCESSTHREAD-L1-1-1.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-KERNELBASE-PROCESSTHREAD-L1-1-2.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-LAPS-L1-1-0.DLL                                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-MININPUT-INPUTHOST-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-MPR-MULTIPLEPROVIDERROUTER-L1-1-0.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-MRMCORER-RESMANAGER-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NETPROVISION-NETPROVFW-L1-1-0.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NETWORKING-WCMAPI-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NETWORKING-WLANAPI-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NETWORKING-WLANSTORAGE-L1-1-0.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTDSA-ACTIVEDIRECTORYSERVER-L1-1-0.DLL                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTDSAPI-ACTIVEDIRECTORYCLIENT-L1-1-0.DLL                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTDSAPI-ACTIVEDIRECTORYCLIENT-L1-1-1.DLL                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-DC-ACCESS-EXT-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-DIALOGBOX-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-DIALOGBOX-L1-1-1.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-DRAW-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-DRAW-L1-1-1.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-DRAW-L1-1-2.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-GUI-L1-1-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-GUI-L1-3-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-KEYBOARD-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-KEYBOARD-L1-3-1.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-MENU-L1-1-2.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-MESSAGE-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-MESSAGE-L1-1-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-MESSAGE-L1-1-2.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-MISC-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-MISC-L1-2-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-MISC-L1-5-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-MISC-L1-5-1.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-MOUSE-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-PRIVATE-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-PRIVATE-L1-1-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-PRIVATE-L1-2-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-PRIVATE-L1-3-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-PRIVATE-L1-3-2.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-PRIVATE-L1-3-3.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-RECTANGLE-EXT-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-ROTATIONMANAGER-L1-1-0.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-SERVER-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-STRING-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-SYNCH-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-UICONTEXT-EXT-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-WINDOW-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-WINDOW-L1-1-1.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-WINDOW-L1-1-2.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-WINDOW-L1-1-3.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-WINDOWCLASS-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-NTUSER-WINDOWSTATION-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-ODBC-ODBC32-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-OLE32-BINDCTX-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-OLE32-IE-EXT-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-OLE32-OLEAUTOMATION-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-OLEACC-L1-1-1.DLL                                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-OOBE-QUERY-L1-1-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-PACKAGEVIRTUALIZATIONCONTEXT-L1-1-0.DLL                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-PRINTER-PRNTVPT-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-PRINTER-PRNTVPT-L1-1-2.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-PRINTER-WINSPOOL-CORE-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-PRINTER-WINSPOOL-L1-1-1.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-PROFILE-EXTENDER-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-PROFILE-USERENV-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-PROFILE-USERENV-L1-1-1.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RAS-RASAPI32-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RAS-TAPI32-L1-1-1.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RDR-DAVHLPR-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-REINFO-QUERY-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RESOURCEMANAGER-CRM-L1-2-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RESOURCEMANAGER-CRM-PRIVATE-EXT-L1-1-0.DLL                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RESOURCES-DEPLOYMENT-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RESOURCES-LANGUAGEOVERLAY-L1-1-1.DLL                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RESOURCES-LANGUAGEOVERLAY-L1-1-6.DLL                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RO-TYPERESOLUTION-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RPC-SSL-L1-1-0.DLL                                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-GDI-DEVCAPS-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-GDI-OBJECT-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-GDI-RGN-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-GDI-RGN-L1-1-1.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-MINUSER-INPUT-L1-1-1.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-MINUSER-INTERNAL-L1-1-0.DLL                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-MINUSER-PRIVATE-EXT-L1-1-0.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-MINUSER-PRIVATE-EXT-L1-1-1.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-MINUSER-PRIVATE-EXT-L1-1-2.DLL                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-NTUSER-CURSOR-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-NTUSER-DC-ACCESS-L1-1-0.DLL                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-NTUSER-DPI-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-NTUSER-DPI-L1-2-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-NTUSER-DPI-L1-2-1.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-NTUSER-IAM-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-NTUSER-INTEGRATION-L1-1-0.DLL                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-1.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-NTUSER-SYNCH-EXT-L1-1-0.DLL                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-NTUSER-SYSCOLORS-L1-1-0.DLL                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-NTUSER-SYSPARAMS-L1-1-0.DLL                                                                                  Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-NTUSER-WINDOW-EXT-L1-1-0.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-RTCORE-NTUSER-WINDOW-EXT-L1-1-1.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SAMSRV-ACCOUNTSTORE-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SEARCH-FOLDER-L1-1-1.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECUR32-TRANSLATENAME-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-CAPAUTHZ-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-CAPAUTHZ-L1-1-1.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-CHAMBERS-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-CREDUI-INTERNAL-L1-1-0.DLL                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-CREDUI-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-CREDUI-L1-1-1.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-CRYPTUI-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-CRYPTUI-L1-1-1.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-EFS-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-EFSWRT-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-EFSWRT-L1-1-1.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-LSAADT-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-LSAADTPRIV-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-LSAAUDITRPC-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-NGC-LOCAL-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-VAULTCLI-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-WINSCARD-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SECURITY-WINSCARD-L1-1-1.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SESSION-USERMGR-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SESSION-USERTOKEN-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SESSION-WINSTA-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SESSION-WTSAPI32-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SESSION-WTSAPI32-L1-1-1.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SETUPAPI-INF-L1-1-0.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SETUPAPI-INF-L1-1-1.DLL                                                                                             Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SHELL-DIRECTORY-L1-1-0.DLL                                                                                          Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SHELL-EMBEDDEDMODE-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SHELL-FILEPLACEHOLDER-L1-1-0.DLL                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SHELL-NTSHRUI-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SHELL-SHELL32-L1-2-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SHELL-SHELL32-L1-2-1.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SHELL-SHLWAPI-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SHELL-SHLWAPI-L1-2-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SHELL32-SHELLCOM-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SHELL32-SHELLFOLDERS-L1-1-0.DLL                                                                                     Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SMBSHARE-BROWSERCLIENT-L1-1-0.DLL                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-STORAGE-SENSE-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-STORAGE-SENSE-L1-2-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-STORAGE-SENSE-L1-2-2.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-STORAGE-SENSE-L1-2-3.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SXS-OLEAUTOMATION-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SYSMAIN-PFSAPI-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-SYSMAIN-PLMAPI-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-TSF-MSCTF-L1-1-0.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-TSF-MSCTF-L1-1-1.DLL                                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-UI-VIEWMANAGEMENT-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-USP10-L1-1-0.DLL                                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-UXTHEME-THEMES-L1-1-0.DLL                                                                                           Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WER-UI-L1-1-0.DLL                                                                                                   Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WER-XBOX-L1-1-0.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WER-XBOX-L1-1-2.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WER-XBOX-L1-1-3.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WER-XBOX-L1-1-4.DLL                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WEVTAPI-EVENTLOG-L1-1-0.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WEVTAPI-EVENTLOG-L1-1-2.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WEVTAPI-EVENTLOG-L1-1-3.DLL                                                                                         Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WINRT-DEVICE-ACCESS-L1-1-0.DLL                                                                                      Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WINRT-STORAGE-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WINRT-STORAGE-WIN32BROKER-L1-1-0.DLL                                                                                Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WLAN-ONEXUI-L1-1-0.DLL                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WLAN-SCARD-L1-1-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WPC-WEBFILTER-L1-1-0.DLL                                                                                            Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WWAN-WWAPI-L1-1-0.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN-WWAN-WWAPI-L1-1-1.DLL                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WIN32-SUBSYSTEM-QUERY-L1-1-0.DLL                                                                                        Error opening file. 系统找不到指定的文件。 (2).
[D? ]  EXT-MS-WINDOWSCORE-DEVICEINFO-L1-1-0.DLL                                                                                       Error opening file. 系统找不到指定的文件。 (2).
[D? ]  HVSIFILETRUST.DLL                                                                                                              Error opening file. 系统找不到指定的文件。 (2).
[D? ]  IESHIMS.DLL                                                                                                                    Error opening file. 系统找不到指定的文件。 (2).
[D? ]  PDMUTILITIES.DLL                                                                                                               Error opening file. 系统找不到指定的文件。 (2).
[D? ]  WPAXHOLDER.DLL                                                                                                                 Error opening file. 系统找不到指定的文件。 (2).
http://www.zhongyajixie.com/news/57326.html

相关文章:

  • 电大的网站界面ui设计训练怎么做竞价排名机制
  • 怎么可以自己做网站小网站怎么搜关键词
  • 怎么做58同城网站吗全专业优化公司
  • 给厂家做代理上什么网站怎么推广自己的微信号
  • 网站开发什么语言好百度一下你知道
  • 小包工头怎么注册公司廊坊快速排名优化
  • 如何使用jq做弹幕网站电脑网络优化软件
  • 邯郸网站建设公司企业品牌推广
  • 手机版静态网页模板北京优化网站建设
  • 公司网站设计模板站长联盟
  • 网站内容页怎么设计咸阳网站建设公司
  • 四川做网站的公司哪家好百度指数数据下载
  • 东莞网络优化调查公司上海百度关键词优化公司
  • 重庆网站制作哪家好app线下推广怎么做
  • 遵义网站建设公司国家认可的赚钱软件
  • 一条龙建设网站sem竞价推广
  • 网站开发的前端框架有哪些seo优化技术培训
  • 优质手机网站建设企业营销培训讲师
  • 阿里云对象存储做静态网站搜狗官方网站
  • 怎么样给公司做网站seo查询是什么意思
  • 网站系统修改最好的网络推广方式
  • 怎么重启网站服务器c++线上培训机构哪个好
  • 个体户可以做企业网站网站注册域名
  • 招远 两学一做 网站互联网站
  • 网站公安备案增加开办主体如何推广网站
  • 西安市招聘网最新招聘信息优化大师下载安装免费
  • 郑州市做网站公司百度起诉seo公司
  • 泉州做网站价格百度推广有效果吗
  • 可以以个人名义做网站么简阳seo排名优化课程
  • 建设网站企业网银登录百度搜索资源管理平台