惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
人人都是产品经理
人人都是产品经理
C
Check Point Blog
宝玉的分享
宝玉的分享
B
Blog RSS Feed
博客园 - 三生石上(FineUI控件)
量子位
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
Jina AI
Jina AI
IT之家
IT之家
阮一峰的网络日志
阮一峰的网络日志
博客园 - 叶小钗
J
Java Code Geeks
The Cloudflare Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
腾讯CDC
P
Proofpoint News Feed
美团技术团队
H
Help Net Security
B
Blog
博客园_首页

博客园 - 乐军

./upload/source/class/class_core.php ./upload/index.php ./upload/forum.php 仅个人兴趣,自己通过搜索他人的成果,结合自己的理解,来分析discuz的代码。 Windows 系统的进程中, svchost.exe是做什么的? 如何切断已有的网络连接 Excel 得出字符串最后一个符号的位置 - 乐军 - 博客园 如何在xp下安装DNS? System Volume Information文件夹是什么? windows下的一些隐藏文件 pagefile.sys文件是什么? MSOCache文件夹是什么? java与Excel (3) java与Excel (2) java与Excel (1) DOS 命令 批处理文件常用命令及其用法(2) 批处理文件常用命令及其用法 QTP测试脚本的大致层次结构
双击文件夹或某个分区,打开时会弹出新的对话窗口,解决办法! [...
乐军 · 2007-01-31 · via 博客园 - 乐军

现象:

解决办法:

文件夹:
= = = = = = = = = = = = = = = = = = = = = 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 ==  = = == = = = = =