作者:qwertl | 时间:2008-10-15 16:11 | 标题:[已结]打开我的电脑菜单自动调用IE打开,怎样修正过来?
作者:tireless | 时间:2008-10-15 16:55
1、确定病毒、流氓软件已被清除干净;没有陌生进程。
2、其他的形形色色的系统问题,一般在 Google 里找一下都有的。
比如你说的“隐藏文件也无法打开显示”,这是因为病毒修改了注册表,使得在“文件夹选项”中的操作无效。
作者:qwertl | 时间:2008-10-15 17:48
默认是用IE进程来打开的,还多了收藏夹
作者:HAT | 时间:2008-10-15 18:05
将以下代码保存为ShowAll.reg
双击导入注册表
Windows Registry Editor Version 5.00
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30501"
"Type"="radio"
"CheckedValue"=dword:00000002
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51104"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30500"
"Type"="radio"
"CheckedValue"=dword:00000001
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51105"
"Type"="checkbox"
"Text"="@shell32.dll,-30508"
"WarningIfNotDefault"="@shell32.dll,-28964"
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="ShowSuperHidden"
"CheckedValue"=dword:00000000
"UncheckedValue"=dword:00000001
"DefaultValue"=dword:00000000
"HelpID"="shell.hlp#51103"
作者:qwertl | 时间:2008-10-15 23:15
神了, 上面的注册表值做了些什么设置呢 ? 初始化IE设置?