Looks like a Windows bug to me. Why would a functionality stop working after several hours or so? XY doesn't get tired. Anyways, I'll try to reproduce it.
PS: When you right-click the folder to open, the context menu shows XYplorer as the bold default item?
Default file manager stops working properly after a while
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
admin
- Site Admin
- Posts: 66075
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
Bruce_Dickinson
- Posts: 8
- Joined: 06 Apr 2026 01:48
Re: Default file manager stops working properly after a while
I'm not in the wonky state now, so I'm not sure there, but in the non-wonky state, XYplorer is the default item. I'll check again when it fails again.
-
Bruce_Dickinson
- Posts: 8
- Joined: 06 Apr 2026 01:48
Re: Default file manager stops working properly after a while
Back in wonky state after a nice stretch of expected functionality, which I'd hoped meant everything had worked itself out. But not so. To answer your question, yes, XYplorer still appears as the default program to open the desktop folder, even in the wonky state.
-
admin
- Site Admin
- Posts: 66075
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Default file manager stops working properly after a while
Maybe some other app sneaked in and overwrote XYplorer as default file manager in the registry.
Does this registry node exist and point to a valid XYplorer location?
And does the
You can use these scripts to find out (expected returns are shown in the //-comment):
Does this registry node exist and point to a valid XYplorer location?
HKEY_CURRENT_USER\Software\Classes\Directory\Shell\XYplorer\CommandAnd does the
Default key in HKEY_CURRENT_USER\Software\Classes\Directory\Shell point to "XYplorer"?You can use these scripts to find out (expected returns are shown in the //-comment):
echo reg_get(1, "Software\Classes\Directory\Shell\XYplorer\Command"); //"C:\Program Files\XYplorer\XYplorer.exe" "%1"echo reg_get(1, "Software\Classes\Directory\Shell"); //XYplorerFAQ | XY News RSS | XY X
-
Bruce_Dickinson
- Posts: 8
- Joined: 06 Apr 2026 01:48
Re: Default file manager stops working properly after a while
Both of those items are exactly as they should be.
FWIW: As stated before, when in the wonky state, the wonky behavior happens when I double-click a folder sitting on the Windows desktop. I have also determined that, when in the wonky state, the wonky behavior is also produced by running any given path in the Win 11 "Run" box. Strangely enough though, when the AutoHotkey v1 "Run" command is used with a specified path (e.g. "Run, C:\ExamplePath"), the specified path *does* successfully open in XYplorer. (But note that the wonky state persists regardless of whether an AutoHotkey script is running.) I have no idea what goes on under the hood with respect to these two different ways of running a path, but thought it might possibly be a bit of a clue.
FWIW: As stated before, when in the wonky state, the wonky behavior happens when I double-click a folder sitting on the Windows desktop. I have also determined that, when in the wonky state, the wonky behavior is also produced by running any given path in the Win 11 "Run" box. Strangely enough though, when the AutoHotkey v1 "Run" command is used with a specified path (e.g. "Run, C:\ExamplePath"), the specified path *does* successfully open in XYplorer. (But note that the wonky state persists regardless of whether an AutoHotkey script is running.) I have no idea what goes on under the hood with respect to these two different ways of running a path, but thought it might possibly be a bit of a clue.
-
admin
- Site Admin
- Posts: 66075
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Default file manager stops working properly after a while
Whatever it is, I doubt it can be fixed in XYplorer.
FAQ | XY News RSS | XY X
-
Bruce_Dickinson
- Posts: 8
- Joined: 06 Apr 2026 01:48
Re: Default file manager stops working properly after a while
Has anyone else besides myself and the original poster reported having this problem? I'll check the forums of the other major replacement file managers to see if others have reported similar issues. Presumably, if this is a windows problem, it will have manifested with other file manager replacements.
-
jupe
- Posts: 3446
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: Default file manager stops working properly after a while
Do you usually have a resident AHK script running, because that is exactly the type of thing that could trigger this issue, and I know you said it still happens while the script is ended, but once it has triggered then it's too late.
-
Bruce_Dickinson
- Posts: 8
- Joined: 06 Apr 2026 01:48
Re: Default file manager stops working properly after a while
Yes, I have a resident AHK script always running (I couldn't live without it
). Could you say a bit more about why you think AHK might be the culprit? Many thanks for tuning in to this thread.
-
jupe
- Posts: 3446
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: Default file manager stops working properly after a while
AHK is very powerful, but scripting issues can cause problems, things like file/registry handles being left open etc can persist even after ending.
XYplorer Beta Club