vista中文件夹无法打开

来源:百度知道 编辑:UC知道 时间:2024/06/22 03:05:58
打卡我的电脑或其他文件夹时出现如下代码

Runtime Error!

Program:C:\Windos\explorer.exe

This aoolication has requested the Runtime to terminate it in an
unusual way.
Please contact the application's support team for more information.

请问这是什么问题,应该如何解决。
我的文件后缀名隐藏了

explorer出错
你把以下批处理用记事本保存下来,把TXT格式改成bat格式,然后双击运行,处理完毕后,重启计算机。
@echo off
if %OS%==Windows_NT GOTO WINNT
GOTO WIN98

:WINNT
cd /d %windir%\SYSTEM32
GOTO BEGIN

:WIN98
c:
CD %windir%\SYSTEM
GOTO BEGIN

:BEGIN
@echo 正在处理中....
@echo 请耐心等待,处理完毕后会自动退出......
rundll32.exe advpack.dll DelNodeRunDLL32 C:\WINNT\System32\dacui.dll
rundll32.exe advpack.dll DelNodeRunDLL32 C:\WINNT\Catroot\icatalog.mdb
start mshta.exe /register
regsvr32 setupwbv.dll /s
regsvr32 wininet.dll /s
regsvr32 comcat.dll /s
regsvr32 shdoc401.dll /s
regsvr32 shdoc401.dll /i /s
regsvr32 asctrls.ocx /s
regsvr32 oleaut32.dll /s
regsvr32 shdocvw.dll /I /s <