Q:
我遇到一些问题,看到Windows FAQ里说解决办法为注册jscript.dll和vbscript这两个文件,但是我得到了个错误消息提示0x80004005,怎么办?
A:
1.
下载并安装SubInACL
下载地址:
http://www.microsoft.com/downloa ... &displaylang=en
2.在C:\Program Files\Windows Resource Kits\Tools文件夹下创建一个名为reset.cmd的文件。
3.编辑reset.cmd文件,将下面的内容复制过去
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f
4.
运行reset.cmd。等一会时间。再注册,发现已经可以了。出错的
搜索也回来了。
本篇FAQ文章由HelpOnline会员ahdung提交,此法经过该会员的实验证明有效。