Why do some desktop shortcuts not show in XYplorer?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
highstream
Posts: 328
Joined: 10 Apr 2010 21:43

Why do some desktop shortcuts not show in XYplorer?

Post by highstream »

I just noticed that some shortcuts on my desktop do not show in XYplorer, but do in Windows Explorer. All of these shortcuts are ones where I eliminated the file suffix from the text showing, e.g., ".exe." In the screenshot, XYplorer is on the far left. Note those missing from it vs. Win Explorer: KGLTRadio, Kinsky, MinimServer and mkvmerge GUI (for some reason Win Explorer orders its list in two chuncks, and Kindle is in the lower half, not shown). Is there a setting that causes this? Thanks,
To see the attached files, you need to log into the forum.

admin
Site Admin
Posts: 66323
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Why do some desktop shortcuts not show in XYplorer?

Post by admin »

Explorer's "Desktop" is a virtual folder that combines the contents of two real folders:
C:\Users\<user>\Desktop\
C:\Users\Public\Desktop\

XY's "Desktop" just points to:
C:\Users\<user>\Desktop\

windowslasvegas369

Re: Why do some desktop shortcuts not show in XYplorer?

Post by windowslasvegas369 »

I'm also new here and I'm looking forward to learn from you guys.

In Windows Explorer you can rate picture files with a 5 star system. I don't see this option in XYplorer. All I see is tags, labels, and comments. Does one exist and I just can't find it?

admin
Site Admin
Posts: 66323
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Why do some desktop shortcuts not show in XYplorer?

Post by admin »

Robot?


admin
Site Admin
Posts: 66323
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Why do some desktop shortcuts not show in XYplorer?

Post by admin »

Ah, bingo! :tup:

kunkel321
Posts: 664
Joined: 10 Jun 2012 03:45
Location: Near Seattle

Re: Why do some desktop shortcuts not show in XYplorer?

Post by kunkel321 »

How in the heck did you know that was a robot?!? :shock:
ste(phen|ve) kunkel
Scaling: Main monitor 125%, Secondary monitor on the right 100%
OS: Win 10. XYplorer version: Latest beta, unless specified.

admin
Site Admin
Posts: 66323
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Why do some desktop shortcuts not show in XYplorer?

Post by admin »

Copied an old post from another thread and put it here in a totally unrelated thread. Typical robot move.

binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: Why do some desktop shortcuts not show in XYplorer?

Post by binocular222 »

admin wrote:Explorer's "Desktop" is a virtual folder that combines the contents of two real folders:
C:\Users\<user>\Desktop\
C:\Users\Public\Desktop\

XY's "Desktop" just points to:
C:\Users\<user>\Desktop\
Any way to goto Explorer's Desktop (combined 2 locations)? I tried this

Code: Select all

goto "::{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}"
but it open Windows Explorer instead.
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

admin
Site Admin
Posts: 66323
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Why do some desktop shortcuts not show in XYplorer?

Post by admin »

This will list all file system items on both desktops in one list (Win8.1 -- not sure for Win7):

Code: Select all

C:\Users\Public\Desktop;C:\Users\%user%\Desktop\?* /n

klownboy
Posts: 4462
Joined: 28 Feb 2012 19:27
Location: Windows 11, 25H2 Build 26200.8737 at 100% 2560x1440

Re: Why do some desktop shortcuts not show in XYplorer?

Post by klownboy »

It worked for me on Windows 7 x64. Is that syntax a branch view of some sort? No, it looks like a search syntax.

admin
Site Admin
Posts: 66323
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Why do some desktop shortcuts not show in XYplorer?

Post by admin »

Rather a non-recursive Multi Location Search.

klownboy
Posts: 4462
Joined: 28 Feb 2012 19:27
Location: Windows 11, 25H2 Build 26200.8737 at 100% 2560x1440

Re: Why do some desktop shortcuts not show in XYplorer?

Post by klownboy »

Thanks Don, the /n switch looks very helpful for multiple branches..."In a Multi Branch View this switch will also suppress listing the top folders of each branch." Good to know.

binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: Why do some desktop shortcuts not show in XYplorer?

Post by binocular222 »

That's ok for viewing, but really awkward for file operation (copy/create new files)
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

admin
Site Admin
Posts: 66323
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Why do some desktop shortcuts not show in XYplorer?

Post by admin »

A folder combining the contents of 2 folders is an awkward idea by MS. :)

Post Reply