Page 1 of 1

Why do some desktop shortcuts not show in XYplorer?

Posted: 24 Mar 2015 18:44
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,

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

Posted: 24 Mar 2015 18:47
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\

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

Posted: 25 Mar 2015 02:30
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?

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

Posted: 25 Mar 2015 09:06
by admin
Robot?

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

Posted: 25 Mar 2015 19:50
by bdeshi

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

Posted: 25 Mar 2015 19:54
by admin
Ah, bingo! :tup:

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

Posted: 26 Mar 2015 16:30
by kunkel321
How in the heck did you know that was a robot?!? :shock:

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

Posted: 26 Mar 2015 16:37
by admin
Copied an old post from another thread and put it here in a totally unrelated thread. Typical robot move.

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

Posted: 26 Apr 2015 12:10
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.

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

Posted: 26 Apr 2015 12:42
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

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

Posted: 26 Apr 2015 13:17
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.

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

Posted: 26 Apr 2015 13:20
by admin
Rather a non-recursive Multi Location Search.

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

Posted: 26 Apr 2015 13:30
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.

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

Posted: 26 Apr 2015 15:04
by binocular222
That's ok for viewing, but really awkward for file operation (copy/create new files)

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

Posted: 26 Apr 2015 15:06
by admin
A folder combining the contents of 2 folders is an awkward idea by MS. :)