您的位置:首页 > 其它

双击文件夹或某个分区,打开时会弹出新的对话窗口,解决办法! [原创]

2007-01-31 22:37 441 查看
现象:

解决办法:

文件夹:
= = = = = = = = = = = = = = = = = = = = = reg file = = = = = = = =
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\open]

[HKEY_CLASSES_ROOT\Directory\shell\open\command]
@="%SystemRoot%\\Explorer.exe /idlist,%I,%L"

[HKEY_CLASSES_ROOT\Directory\shell\open\ddeexec]
@="[ViewFolder(\"%l\", %I, %S)]"
"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\Directory\shell\open\ddeexec\application]
@="Folders"

[HKEY_CLASSES_ROOT\Directory\shell\open\ddeexec\ifexec]
@="[]"

[HKEY_CLASSES_ROOT\Directory\shell\open\ddeexec\topic]
@="AppProperties"

= = = = = = = = = = = = = == = end == = = == = = = = =

驱动器:
= = = = = = = = = = = = = = = = = = = = = reg file = = = = = = = =
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Drive\shell\open]

[HKEY_CLASSES_ROOT\Drive\shell\open\command]
@="%SystemRoot%\\Explorer.exe /idlist,%I,%L"

[HKEY_CLASSES_ROOT\Drive\shell\open\ddeexec]
@="[ViewFolder(\"%l\", %I, %S)]"
"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\Drive\shell\open\ddeexec\application]
@="Folders"

[HKEY_CLASSES_ROOT\Drive\shell\open\ddeexec\ifexec]
@="[]"

[HKEY_CLASSES_ROOT\Drive\shell\open\ddeexec\topic]
@="AppProperties"

= = = = = = = = = = = = = == = end == = = == = = = = =
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐