Most of us tweak Windows 11 in a dozen small ways without ever opening Send To. Microsoft hid it behind "Show more options" in 2021 - the default entries haven't changed in a decade, and that's where the average user leaves it. The folder behind it is one of the easiest workflow wins on a clean install, right after my five Windows 11 registry tweaks I apply on every new PC.
Send To didn't disappear in Windows 11; Microsoft just buried it
In Windows 10, Send To sat one click away on the right-click menu. Windows 11's redesigned context menu cut it from the top level, and now it shows up only after you click "Show more options." Holding

The menu itself is a folder, not a settings page. Press shell:sendto, and File Explorer opens to %AppData%\Microsoft\Windows\SendTo. Every shortcut sitting in that folder is a Send To destination. Drop a folder shortcut in there, and it shows up the next time you right-click a file.

However, one useful detail before we touch anything is that by default, Send To copies the selected file rather than moving it. Hold
The default Send To entries are mostly dead weight in 2026
The contents of the SendTo folder read like a Windows Vista support article. Windows 11 ships with shortcuts to a Bluetooth device, Compressed (zipped) folder, Desktop (create shortcut), Documents, and Mail recipient. Removable drives and mapped network drives appear automatically when they're connected and don't actually live in the folder.

| Today | 7 days ago | 30 days ago | ||
|---|---|---|---|---|
| $249.99 USD | $249.99 USD | |||
| - | $249.99 USD | |||
| $464.99 CAD | $464.99 CAD | |||
| $464.97 CAD | $464.97 CAD | |||
| $249.99 USD | $249.99 USD | |||
| $249.99 USD | $249.99 USD | |||
| $499 | $499 | |||
* Prices last scanned 6/11/2026 at 4:00 pm CDT - prices may be inaccurate. As an Amazon Associate, we earn from qualifying purchases. We earn affiliate commission from any Newegg or PCCG sales. | ||||

Most of the defaults aren't pulling their weight. A compressed (zipped) folder is genuinely useful as it zips a file or folder in place without prompting. Desktop (create shortcut) is fine for the rare moment you want a desktop link. The other three are dead weight for most people. Mail recipient only does anything if Outlook is your mail client, Bluetooth device only matters if you actually pair files to phones over Bluetooth, and Documents is a folder you can navigate to in two clicks anyway.
Cleanup is straightforward, though. Right-click each shortcut you don't want, hit Delete, and it's gone from the menu the next time you open it. You don't need admin rights or to restart your PC, and there are no consequences if you change your mind later and want it back.
Our Latest TweakTown Guides
- Quick Assist is the only remote-support tool I open when a relative calls about their PC
- The PowerToys utilities I keep enabled on every Windows 11 PC, and the ones I turned off within a week
- USB Ports Not Working in Windows 11? Try These Fixes
- Second Monitor Not Detected in Windows 11? Try These Fixes
- Turn Your Old Smartphone Into a Dedicated Webcam for Your Windows PC
A dated "Today" folder and a OneDrive subfolder handle most of my file moves
The first two custom destinations I add are folder shortcuts, and they cover most of what I throw at the menu day-to-day.
The first is a dated working folder. I keep a folder at C:\Users\Yasir\Today that I clear out every Friday, and I drop a shortcut to it in shell:sendto. From then on, every screenshot, attachment, or download I plan to deal with that day gets right-clicked into Today instead of cluttering the Downloads folder or the desktop. The folder itself takes ten seconds to create, and the shortcut is one drag.
The second is a specific OneDrive subfolder. I keep a path like OneDrive\Screenshots\Articles for screenshots that need to land on my phone or laptop within the next five minutes. A shortcut in the SendTo folder means right-click, Send to, OneDrive\Screenshots\Articles, and the file is syncing before I close the menu. Whatever cloud storage you use, the same trick applies as long as it has a desktop sync folder.

Both replace a four-step manual move with one menu pick. Hold
A printer shortcut and a rename-and-move batch script turn Send To into a launcher
The other two destinations stop treating Send To as a copy tool and start treating it as a launcher.
The first is a direct printer shortcut. Press shell:PrintersFolder, and the legacy Printers window opens. Right-click your printer, pick Create shortcut, accept the prompt to drop it on the desktop, then drag the new shortcut into your SendTo folder. The next time you right-click a printable file, Send to > Printer queues the print job without ever opening the document. It's the kind of one-click action the Settings app never bothered to expose.


The second is a small batch script. Drop a .bat file into the SendTo folder, and Windows passes the full path of the selected file to it as %1. A short script can rename a file with a timestamp and move it to a project folder, log the path somewhere, or hand the file off to any command-line tool that accepts a path. The point is that anything you can launch from a terminal can live in this right-click menu.
A batch file in SendTo runs with your user permissions, so don't drop in scripts you haven't read line by line.
Build the right-click menu you actually use
The defaults Microsoft picked years ago shouldn't decide what your right-click menu looks like in 2026. Once Send To is set up, the next layer is the rest of the shell: namespace, the Run dialog shortcuts that never made it onto the Start menu, and the legacy Send To menu's neighbors - Open With, Pin to Start, and the rest. Each one rewards the same fifteen minutes.




