好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

解决安装IIS时报错:错误码0x4b8 的问题 - Windows操

今天安装IIS时又出现了问题,这次是在番茄家园的GHOST系统出现的错误:通过控制面板---->添加或删除程序----->点击添加或删除windows组件-->选中internet信息服务来添加IIS组件,提示[无法复制STAXMEM.DLL]。。。但文件明明存在,取消进入下一步,又有N个这样的提示,最后弹出[无法复制一个或多个文件,错误码0x4b8],只能生成一个"internet信息服务"图标,但双击弹出无法找到文件。

   

解决办法:

1. 单击[开始],单击[运行],键入 cmd,然后单击[确定]。

2. 在命令提示符处,键入以下命令并按 Enter:

esentutl /p %windir%/security/database/secedit.sdb

 

会弹出个对话框,直接点确定就行,接着DOS界面会出现下面的内容:

Microsoft(R) Windows(TM) Database Utilities

Copyright (C) Microsoft Corporation. All Rights Reserved.

Initiating REPAIR mode...

                           Scanning Status (% complete)

          |----|----|----|----|----|----|----|----|----|----|

          It is recommended that you immediately perform a full backup

of this database. If you restore a backup made before the

repair, the database will be rolled back to the state

it was in at the time of that backup.

Operation completed successfully in 10.266 seconds.

 

    其中    [esentutl /p %windir%/security/database/secedit.sdb]

    这句话的意思就是用Windows XP中自带的一个Database Utility — esentutl.exe来修复本地安全性 数据库 (%windir%\security\database\secedit.sdb)的一个过程显示。在语句[esentutl /p %windir%/security/database/secedit.sdb]中[/p]参数用来修复指定的数据库文件。

Ntdsutil.exe 是一个为 Active Directory 提供管理设施的命令行工具。使用 Ntdsutil.exe 可以执行 Active Directory 的数据库维护、管理和控制单主机操作,以及删除在未经正确卸载而从网络中删除域控制器时留下的元数据。此工具的设计目的是供有经验的管理员使用。

    接着就可以再重新装一次IIS

查看更多关于解决安装IIS时报错:错误码0x4b8 的问题 - Windows操的详细内容...

  阅读:45次