How To Copy Contents Of A Text File From Context Menu

29th September 2010 - Downloads, Windows, Windows 7, Windows Vista, Windows XP


Steps:

  1. Type REGEDIT in start menu search box or run and press Enter.
  2. Navigate to the following registry key:
  3. HKEY_CLASSES_ROOT\txtfile\shell

  4. Right-Click on shell and select New -> Key. Name it Copy Contents.
  5. Right-Click on Copy Contents and select New -> Key. Name it Command.


  6. In the right-side pane, double-click on (Default).
  7. In the Value Data box, type CMD /C CLIP < “%1″.
  8. Click OK.

  9. Now you will get the option to copy the contents of a text file from the context menu.

Automated Registry Script:

Download Link (540 B)


Share This Article:


Get Latest Articles In Your Inbox:


Related Articles:


  • Snowcap

    I must be a complete idiot. It doesn’t work on my computer.
    So, what is wrong?

  • deco

    Tambem comigo não funcionou. O Que será que está acontecendo???

  • http://www.door2windows.com/ Kishan Bagaria

    I said “type” in Step 6, not “copy”.