Share command

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
suhail821
Posts: 9
Joined: 16 Apr 2018 09:08

Share command

Post by suhail821 »

Share command in context menu not working at all!!!
How to fix it?
Thank you

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Share command

Post by highend »

Which "Share command"?
One of my scripts helped you out? Please donate via Paypal

suhail821
Posts: 9
Joined: 16 Apr 2018 09:08

Re: Share command

Post by suhail821 »

2018-04-16_13-28-43.png
2018-04-16_13-28-43.png (30.02 KiB) Viewed 1627 times

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Share command

Post by highend »

And which application does provide that context menu entry?...
One of my scripts helped you out? Please donate via Paypal

suhail821
Posts: 9
Joined: 16 Apr 2018 09:08

Re: Share command

Post by suhail821 »

Share command is working with Windows 10 File Explorer...

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Share command

Post by highend »

That's fine. You still haven't answered the question, which application provides that context menu entry

Additionally:
- Is it a 64-bit OS?
- Is this enabled: Configuration | Other | Shell Integration | 64-bit Windows | Show the 64-bit context menu?
- Is the context menu you're showing invoked via "Show 64-bit Context Menu" (if the previous point is NOT enabled)?
One of my scripts helped you out? Please donate via Paypal

suhail821
Posts: 9
Joined: 16 Apr 2018 09:08

Re: Share command

Post by suhail821 »

which application provides that context menu entry ................................................................................... I dont know
- Is it a 64-bit OS? ............................................................................................................................. Yes it's 64-bit
- Is this enabled: Configuration | Other | Shell Integration | 64-bit Windows | Show the 64-bit context menu? ............. YES
- Is the context menu you're showing invoked via "Show 64-bit Context Menu" (if the previous point is NOT enabled)? ..... When not enabled the same problem, and show context menu as below pic:
2018-04-16_15-14-15.png
2018-04-16_15-14-15.png (86.38 KiB) Viewed 1618 times

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Share command

Post by highend »

Without knowing the application that provides it I can't find a workaround
(normally a script) to get the same functionality (obviously, not from the menu entry itself).
One of my scripts helped you out? Please donate via Paypal

suhail821
Posts: 9
Joined: 16 Apr 2018 09:08

Re: Share command

Post by suhail821 »

I know It is entry from Windows 10 software... to share files on social media by Microsoft Store Applications like facebook.
You can try it and you will figure out.

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Share command

Post by highend »

I don't know which installed package provides it
Probably an incompatibility with UWP / XAML apps on Win 10 in general

@Don: Can you confirm that?
One of my scripts helped you out? Please donate via Paypal

VeeGee

Re: Share command

Post by VeeGee »

The Share context menu is part of the Windows 10 Creators Update. Here is an article with a little information (http://www.thewindowsclub.com/remove-sh ... windows-10), hopefully this will help out (even though it is titled 'how to remove it').

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Share command

Post by highend »

Little information is the right description :mrgreen:
The question is if its functionality can be invoked by calling a command line tool with the necessary parameter (the current file(s))
One of my scripts helped you out? Please donate via Paypal

suhail821
Posts: 9
Joined: 16 Apr 2018 09:08

Re: Share command

Post by suhail821 »

I don't need remove it!!!!!!!!!!! :naughty:
Just I need it work with XYplorer! :ninja:

jupe
Posts: 2757
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Share command

Post by jupe »

Yeah I think it links to one of those new, painful to use Windows 10 protocols, I think this may be relevant info:

https://docs.microsoft.com/en-us/uwp/sc ... haretarget

Still nothing helpful though.

as a workaround in the meantime you could set this up as a button or a keyboard shortcut etc:

Code: Select all

run "explorer /select,<curitem>";
this would open explorer to the file you have selected in XY where you should be able to Share it from.

Post Reply