This extension adds "Open with Claude Code" to your Windows right-click context menu, allowing you to quickly launch Claude Code in any folder.
-
Prerequisites: Make sure you have Claude Code installed and the
claudecommand is available in your PATH. -
Install the context menu:
- Right-click on
add_context_menu.reg - Select "Merge" or "Open with Registry Editor"
- Click "Yes" when prompted to add the entries to the registry
- Right-click on
After installation, you can:
- Right-click on any folder and select "Open with Claude Code"
- Right-click in an empty area of File Explorer and select "Open with Claude Code"
Important: On Windows 11, the "Open with Claude Code" option appears in the legacy context menu under "Show more options". This is because:
- Windows 11's modern context menu requires proper shell extensions with app identity (like PowerToys uses)
- Our registry-based approach works with the traditional context menu system
- Microsoft prioritizes apps with proper packaging/identity in the modern menu
To access the option on Windows 11:
- Right-click on a folder
- Click "Show more options"
- Select "Open with Claude Code"
Alternatively, use Shift+F10 to directly open the legacy context menu.
add_context_menu.reg- Registry entries for the context menu with custom Claude iconremove_context_menu.reg- Uninstaller scriptclaude.ico- Custom Claude icon for the context menuopen_with_claude.bat- Optional batch script helper
To remove the context menu entries:
- Right-click on
remove_context_menu.reg - Select "Merge" to remove the registry entries
- Modern Windows 11 Context Menu: Implement proper IExplorerCommand shell extension for direct integration with Windows 11's modern context menu (requires C++ development and app packaging)
- If the menu doesn't appear, try restarting Windows Explorer (Ctrl+Shift+Esc → End Task on Windows Explorer → File → Run new task → explorer.exe)
- Ensure the
claudecommand works in Command Prompt by typingclaude --version - On Windows 11, look under "Show more options" if you don't see the menu item immediately
