在Windows 10、8、7或Vista中自定义发送到菜单

You’ve seen the SendTo folder in action any time you right-click a file and select the Send To folder from the context menu. What you might be unaware of is that you can customize the items in this menu.

右键单击文件并从上下文菜单中选择“发送到”文件夹,您可以随时看到“发送到”文件夹。 您可能没有意识到的是,您可以自定义此菜单中的项目。

Go ahead, right click a file and choose Send To from the menu. You should see something that looks like this:

继续,右键单击文件,然后从菜单中选择“发送到”。 您应该看到如下所示的内容:

在Windows 10、8、7或Vista中自定义发送到菜单

更改发送到快捷方式 (Changing the Send To Shortcuts)

To get to the SendTo folder, you’ll need to open up an Explorer window, and then paste in the following to the address bar.

要进入SendTo文件夹,您需要打开一个Explorer窗口,然后将以下内容粘贴到地址栏中。

shell:sendto

外壳:发送

This is a special value that actually maps to the real folder, which is found in C:\Users\<yourusername>\AppData\Roaming\Microsoft\Windows\SendTo

这是一个实际映射到真实文件夹的特殊值,可以在C:\ Users \ <您的用户名> \ AppData \ Roaming \ Microsoft \ Windows \ SendTo中找到

You should now see a bunch of shortcuts, which you can modify or delete as you see fit. Fax recipient? Really? Sounds like a good one to delete.

现在,您应该看到一堆快捷方式,您可以根据需要对其进行修改或删除。 传真收件人? 真? 听起来不错,可以删除。

在Windows 10、8、7或Vista中自定义发送到菜单

将项目添加到“发送到”菜单 (Adding Items to the Send To Menu)

Let’s say you wanted to add an item to the Send To menu to open files in Notepad. You could just drag a shortcut to Notepad into this folder, or create a new shortcut. Now you can see the new Notepad item in the menu:

假设您要向“发送到”菜单添加一个项目以在记事本中打开文件。 您可以将快捷方式的“记事本”拖动到此文件夹中,或创建新的快捷方式。 现在,您可以在菜单中看到新的记事本项目:

在Windows 10、8、7或Vista中自定义发送到菜单

This method should work for any application that allows you to open a file by using a command line argument.

该方法适用于任何允许您使用命令行参数打开文件的应用程序。

翻译自: https://www.howtogeek.com/howto/windows-vista/customize-the-windows-vista-send-to-menu/