Share command
-
suhail821
- Posts: 9
- Joined: 16 Apr 2018 09:08
Share command
Share command in context menu not working at all!!!
How to fix it?
Thank you
How to fix it?
Thank you
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
-
suhail821
- Posts: 9
- Joined: 16 Apr 2018 09:08
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Share command
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
Share command is working with Windows 10 File Explorer...
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Share command
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)?
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
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:
- 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:
To see the attached files, you need to log into the forum.
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Share command
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).
(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
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.
You can try it and you will figure out.
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Share command
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?
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
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: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Share command
Little information is the right description
The question is if its functionality can be invoked by calling a command line tool with the necessary parameter (the current file(s))
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
I don't need remove it!!!!!!!!!!!
Just I need it work with XYplorer!
Just I need it work with XYplorer!
-
jupe
- Posts: 3478
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: Share command
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:
this would open explorer to the file you have selected in XY where you should be able to Share it from.
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>";
XYplorer Beta Club