大版主
- 帖子:9006
- 注册:
2006-05-23
- 来自:长江嘉陵江接合部
|
发表于:
2006-09-30 11:17
|
短消息
资料
引用: | 【笨笨猪0608的贴子】移动硬盘必须右击打开才能打开,为什么啊?帮帮忙 前阵子还是好的. 怎么才能弄好啊,,谢谢 ……………… |
试试将下面的红色代码复制到记事本中再将它保存为后缀名为比如“打开.reg”的文件名,再找到它双击它导入注册表里 ------------------------------------------------------------------------------- Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\open] "BrowserFlags"=dword:00000010 "ExplorerFlags"=dword:00000012
[HKEY_CLASSES_ROOT\Folder\shell\open\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\ 65,00,20,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,00,25,00,49,00,2c,\ 00,25,00,4c,00,00,00
[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec] @="[ViewFolder(\"%l\", %I, %S)]" "NoActivateHandler"=""
[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\application] @="Folders"
[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\ifexec] @="[]"
[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\topic] @="AppProperties"
[HKEY_CLASSES_ROOT\exefile\shell\open] "EditFlags"=hex:00,00,00,00
[HKEY_CLASSES_ROOT\exefile\shell\open\command] @="\"%1\" %*" [HKEY_CLASSES_ROOT\Unknown] "AlwaysShowExt"="" "QueryClassStore"="" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoDriveTypeAutoRun"=dword:00000091
[HKEY_CLASSES_ROOT\Unknown\shell] @="openas"
[HKEY_CLASSES_ROOT\Unknown\shell\openas]
[HKEY_CLASSES_ROOT\Unknown\shell\openas\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,25,00,53,\ 00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,\ 79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,65,00,6c,00,6c,\ 00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,4f,00,70,00,65,00,6e,00,41,00,\ 73,00,5f,00,52,00,75,00,6e,00,44,00,4c,00,4c,00,20,00,25,00,31,00,00,00
|