Page 1 of 1
Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?
Posted: 11 Jan 2026 07:05
by pstein
Occasionally I use an external BluRay Drive on my computer.
After plugging in the USB (3.1) cable the drive appears (in Windows 10) in Windows Explorer.
But it does NOT appear in XYPlorer v28
Why?
The drive is working fine for reading and writing (burning) BlueRay medias.
So the hardware isn't a problem.
Even after a reboot the drive is not visible.
Re: Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?
Posted: 11 Jan 2026 07:48
by highend
Run the script, show the output
Code: Select all
$t = (getkey("MiniTree", "Settings") == 1) ? "MiniTree" : "Tree";
$s = (getkey("LockTree", "General") == 1) ? "Locked" : "Unlocked";
$c = (getkey("ShowCDROMDrives", "Settings") == 1) ? "[x] CD-ROM" : "[ ] CD-ROM";
$p = (getkey("ShowPortableDevices", "Settings") == 1) ? "[x] Portable" : "[ ] Portable";
text "$t | $s | $c | $p";
Re: Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?
Posted: 11 Jan 2026 09:24
by pstein
Thank you for your suggestion. I would like to do it.
But how do I run the script?
Re: Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?
Posted: 11 Jan 2026 10:22
by highend
Menu - Scripting - Run Script...?
Re: Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?
Posted: 11 Jan 2026 11:02
by admin
Nice script, but it might not work well for a non-scripter, the script will create a menu if you just copy and paste it as it.
Re: Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?
Posted: 11 Jan 2026 11:29
by highend
Even if you don't use "SELECT ALL" on top of the script box you need to remove the indenting spaces on purpose to get that behavior
Re: Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?
Posted: 11 Jan 2026 11:38
by admin
Whoops, you're right. I had the
ScriptUnindent=1 tweak in my config.

Re: Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?
Posted: 11 Jan 2026 11:47
by highend
That's the craziest tweak I've ever seen^^
Re: Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?
Posted: 11 Jan 2026 11:50
by admin
I agree. I think it can go now.
Re: Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?
Posted: 11 Jan 2026 14:31
by Norn
I think the default CFA should add extensions like .xys or .snippet to make it easier to share, run, or install scripts, and perhaps even have a .udc extension for installing UDC that triggers a dialog?