If your Windows 11 Desktop or Downloads folder is a cluttered mess of disorganized files, cleaning it up can be a tedious chore. The standard method involves clicking a file, pressing Ctrl+X to cut it, manually opening a second File Explorer window, navigating deep into your Documents or Pictures folder, and pressing Ctrl+V to paste it.
You can drastically speed up this workflow by adding a dedicated “Move to Folder” button directly to your right-click context menu. When you click this hidden button, a tiny pop-up window appears, allowing you to instantly select any destination folder on your hard drive and teleport the file there immediately, entirely bypassing the need to open a second File Explorer window.
Important Warning
Editing the Windows Registry can cause system instability if you modify the wrong keys. It is highly recommended to create a System Restore point before proceeding.
Step 1: Open the Registry Editor
- Press the Windows Key + R on your keyboard to open the Run dialog box.
- Type
regeditinto the text box and press Enter. Click “Yes” if prompted by User Account Control.
Step 2: Navigate to the Context Menu Handlers Folder
We need to add a specific COM object to the registry folder that controls what happens when you right-click on any standard file or folder.
- Copy and paste the following path directly into the address bar at the top of the Registry Editor, and press Enter:
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers
Step 3: Create the “Move to Folder” Key
Now we will explicitly tell Windows to activate the hidden “Move to” functionality.
- In the left-hand navigation pane, right-click on the ContextMenuHandlers folder.
- Select New > Key.
- Name this new key exactly:
Move To - Click on your newly created Move To folder so it is highlighted.
- Look at the right-hand pane. Double-click the file named (Default).
- In the “Value data” box, you must paste the following string exactly as written (including the curly brackets and hyphens):
{C2FBB631-2971-11D1-A18C-00C04FD75D13} - Click OK.
Step 4: Test the Feature
The change is written to the registry immediately; you do not need to reboot your computer.
- Close the Registry Editor.
- Go to your Desktop and right-click on any file (like an image or a text document).
- Because you are on Windows 11, you must click “Show more options” at the bottom of the modern menu to access the classic context menu.
- You will now see a brand new button labeled “Move to folder…”
Click it. A sleek, minimalist directory tree will instantly pop up on your screen. You can use this tree to select any folder on your C: drive or external hard drive. Once you click “Move,” the file will instantly vanish from your desktop and seamlessly relocate to the destination folder you selected.
Bonus: Add a “Copy to Folder” Button
If you prefer to duplicate files rather than move them, you can repeat the exact same process to add a “Copy to Folder” button.
- Navigate back to
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlersin the Registry Editor. - Create a New Key named
Copy To. - Modify the (Default) value data to this exact string:
{C2FBB630-2971-11D1-A18C-00C04FD75D13}
You will now have both high-speed file management options instantly available on your right-click menu.