希望完善的功能是,在双击此电脑时,直接使用XYplorer打开。
当前版本的XYplorer(24.90.0100),虽然可以设为默认资源管理器(https://www.xyplorer.com/faq-topic.php?id=dfm),但是在双击此电脑时,还是默认的资源管理器打开的,在操作的时候还是不方便。
设为默认资源管理器功能优化(双击此电脑直接打开XYplorer)
设为默认资源管理器功能优化(双击此电脑直接打开XYplorer)
Last edited by 浮生长歌(梦) on 20 Sep 2023 16:15, edited 1 time in total.
Re: 设为默认资源管理器功能优化
You are clicking an internal link, that's why it opens native file manager(Explorer). I doubt XY's integration can overwrite that. Simply add XY icon to taskbar and pin to to be used instead of usual My/This PC icon.
Win 7 SP1 x64 100% 1366x768
Re: 设为默认资源管理器功能优化
Q-Dir 这个软件已经实现此功能了了(在双击此电脑时,直接默认 Q-Dir 打开),这个操作是非常满意的

Re: 设为默认资源管理器功能优化
I can only presume that probably Q-Dir does some registry modification to swap itself with Explorer.exe in some registry key.
Guess you can try to search for registry modification to make such swap, if you really need this function.
Guess you can try to search for registry modification to make such swap, if you really need this function.
Win 7 SP1 x64 100% 1366x768
Re: 设为默认资源管理器功能优化
Don, this could be an option or tweak in XYplorer?
This is what Q-Dir does in my Windows 10 registry for:
My Computer/This PC
My Documents
Recycle Bin
My Network Places
This is what Q-Dir does in my Windows 10 registry for:
My Computer/This PC
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]
@="*Q-Dir"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\*Q-Dir]
"Icon"="C:\\File Management\\Q-Dir\\Q-Dir_x64.exe"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\*Q-Dir\command]
@="\"C:\\File Management\\Q-Dir\\Q-Dir_x64.exe\" /e>%L>%D>%1>%S>"
Code: Select all
[HKEY_CURRENT_USER\Software\Classes\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\shell]
@="*Q-Dir"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\shell\*Q-Dir]
"Icon"="C:\\File Management\\Q-Dir\\Q-Dir_x64.exe"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\shell\*Q-Dir\command]
@="\"C:\\File Management\\Q-Dir\\Q-Dir_x64.exe\" /e>%L>%D>%1>%S>"
Code: Select all
[HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell]
@="*Q-Dir"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\*Q-Dir]
"Icon"="C:\\File Management\\Q-Dir\\Q-Dir_x64.exe"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\*Q-Dir\command]
@="\"C:\\File Management\\Q-Dir\\Q-Dir_x64.exe\" /e>%L>%D>%1>%S>"
Code: Select all
[HKEY_CURRENT_USER\Software\Classes\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell]
@="*Q-Dir"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\*Q-Dir]
"Icon"="C:\\File Management\\Q-Dir\\Q-Dir_x64.exe"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\*Q-Dir\command]
@="\"C:\\File Management\\Q-Dir\\Q-Dir_x64.exe\" /e>%L>%D>%1>%S>"
Re: 设为默认资源管理器功能优化(双击此电脑直接打开XYplorer)
非常感谢你提供的内容,你的方法已经解决了我的问题,下面是我整理的解决方法(以下内容只需修改路径,然后保存为reg格式,双击执行即可):
Code: Select all
Windows Registry Editor Version 5.00
;我的电脑
[HKEY_CURRENT_USER\Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]
@="XYplorer"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\XYplorer]
"Icon"="C:\\Program Files (x86)\\XYplorer\\XYplorer.exe"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\XYplorer\command]
@="C:\\Program Files (x86)\\XYplorer\\XYplorer.exe"
;我的文档
[HKEY_CURRENT_USER\Software\Classes\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\shell]
@="XYplorer"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\shell\XYplorer]
"Icon"="C:\\Program Files (x86)\\XYplorer\\XYplorer.exe"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\shell\XYplorer\command]
@="C:\\Program Files (x86)\\XYplorer\\XYplorer.exe"
;回收站
[HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell]
@="XYplorer"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\XYplorer]
"Icon"="C:\\Program Files (x86)\\XYplorer\\XYplorer.exe"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\XYplorer\command]
@="C:\\Program Files (x86)\\XYplorer\\XYplorer.exe"
;网络邻居
[HKEY_CURRENT_USER\Software\Classes\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell]
@="XYplorer"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\XYplorer]
"Icon"="C:\\Program Files (x86)\\XYplorer\\XYplorer.exe"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\XYplorer\command]
@="C:\\Program Files (x86)\\XYplorer\\XYplorer.exe"
Last edited by 浮生长歌(梦) on 20 Sep 2023 16:15, edited 2 times in total.