How to force windows to use XYplorer
Posted: 04 Jan 2009 16:56
How to force windows (Vista) always use xyplorer instead of his own file explorer. I have read it somewhere how to do it but ?I can't find it anymore.
Bart
Bart
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
hmm... are you asking "How Can I Make XYplorer My Default File Manager?" because the answers can be found on the FAQ on XYwiki, and there's even a link there from a sticky topic "Frequently Asked Questions (FAQ)" in this very forumvdongen wrote:How to force windows (Vista) always use xyplorer instead of his own file explorer. I have read it somewhere how to do it but ?I can't find it anymore.
Code: Select all
REGEDIT4
[HKEY_CLASSES_ROOT\Drive\shell]
@=""
[-HKEY_CLASSES_ROOT\Drive\shell\XYplorer]
[HKEY_CLASSES_ROOT\Directory\shell]
@=""
[-HKEY_CLASSES_ROOT\Directory\shell\XYplorer]Code: Select all
REGEDIT4
[HKEY_CLASSES_ROOT\Drive\shell]
@="none"
[-HKEY_CLASSES_ROOT\Drive\shell\XYplorer]
[HKEY_CLASSES_ROOT\Directory\shell]
@="none"
[-HKEY_CLASSES_ROOT\Directory\shell\XYplorer]Right, seems the XYwiki isn't entirely rightadmin wrote:However, this made "Suchen..." (German for Find or Search) appear in my context menu instead of "Explorer"!![]()
I found out that it should be "none" instead of "":
Ah okay, makes sense!jacky wrote:Right, seems the XYwiki isn't entirely rightadmin wrote:However, this made "Suchen..." (German for Find or Search) appear in my context menu instead of "Explorer"!![]()
I found out that it should be "none" instead of "":To be exact though, it didn't made "Suchen" appear for you, I really don't think so. It made it be used as default/appear in bold, but it was (probably) always there.