You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I want to create tools for certain files in the explorer contextual menu. For example, creating a menu item that allows me optimize a video file using VLC, I would expect a GUI that allows me configure it:
File type: What files should show the contextual menu item. For example, video/mp4.
Label: The menu item label. For example, Compress video.
Command: The command to run when the menu item is selected. For example:
In the above, %s gets replaced with the full path of the selected file.
Expected behavior
Following the above example, all mp4 videos in explorer will now show a menu item when they are right-clicked that says "Compress video". Upon click, a new compressed video will be saved in the same folder with the suffix -small.mp4.
If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered:
ghost
added
the
Needs-Triage
For issues raised to be triaged and prioritized by internal Microsoft teams
label
Aug 1, 2020
crutkas
added
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
and removed
Needs-Triage
For issues raised to be triaged and prioritized by internal Microsoft teams
labels
Aug 6, 2020
📝 Explorer context menus
Sometimes I want to create tools for certain files in the explorer contextual menu. For example, creating a menu item that allows me optimize a video file using VLC, I would expect a GUI that allows me configure it:
video/mp4
.Compress video
.In the above,
%s
gets replaced with the full path of the selected file.Expected behavior
Following the above example, all mp4 videos in explorer will now show a menu item when they are right-clicked that says "Compress video". Upon click, a new compressed video will be saved in the same folder with the suffix
-small.mp4
.If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: