How to enable copy as path visible on Windows context menu

Estimated reading time: 2 min

To enable the “Copy as path” option in the Windows context menu, follow these steps:

Method 1: Using Shift Key

1. Open File Explorer:

  • Press Windows + E to open File Explorer.

2. Locate the File or Folder:

  • Navigate to the file or folder for which you want to copy the path.

3. Use the Shift Key:

  • Hold down the Shift key and right-click on the file or folder.
  • You will see the “Copy as path” option in the context menu.

Method 2: Adding “Copy as path” Permanently to the Context Menu (Registry Edit)

Permanently to the Context Menu

If you want to add “Copy as path” permanently to the context menu without holding the Shift key, you can use the Registry Editor. Here’s how:

1. Open Registry Editor:

  • Press Windows + R to open the Run dialog.
  • Type regedit and press Enter. (You may need administrative privileges.)

2. Navigate to the Following Path:

   HKEY_CLASSES_ROOT\AllFilesystemObjects\shell

3. Create a New Key:

  • Right-click on the shell key, select New > Key, and name it Copy as path.

4. Set the Default Value:

  • Select the newly created Copy as path key.
  • In the right pane, double-click on the (Default) value and set it to Copy as path.

5. Create a Command Subkey:

  • Right-click on the Copy as path key, select New > Key, and name it command.

6. Set the Command Value:

  • Select the command subkey.
  • In the right pane, double-click on the (Default) value and set it to:
    cmd.exe /c echo %1 | clip

7. Close Registry Editor:

  • Exit the Registry Editor.

Create a New Key

Final Steps

After performing the above steps, you should now see “Copy as path” in the context menu for all files and folders without needing to hold the Shift key.

Note

Editing the registry can be risky. Always back up the registry before making changes, and be cautious while following these steps.


Discover more from HelpZone

Subscribe to get the latest posts sent to your email.

Want to support us? Let friends in on the secret and share your favorite post!

Photo of author

Flo

How to enable copy as path visible on Windows context menu

Published

Welcome to HelpZone.blog, your go-to hub for expert insights, practical tips, and in-depth guides across technology, lifestyle, business, entertainment, and more! Our team of passionate writers and industry experts is dedicated to bringing you the latest trends, how-to tutorials, and valuable advice to enhance your daily life. Whether you're exploring WordPress tricks, gaming insights, travel hacks, or investment strategies, HelpZone is here to empower you with knowledge. Stay informed, stay inspired because learning never stops! 🚀

👍 Like us on Facebook!

Closing in 10 seconds

Leave a Reply