Request for a reg file to add snipping tool new snip to context menu


  1. Posts : 740
    Windows 10 x64 Pro
       #1

    Request for a reg file to add snipping tool new snip to context menu


    So ive been able to find a means to add the snipping tool itself to my context menu.

    Ive also been able to find a means to add a snipping tool entry with cascading menu to my start menu.

    I'm looking specifically for a means to add the snipping tool to context menu (with its icon ofc) and when clicking on it, it goes straight to the new snip option so im ready to capture straight away.

    is this possible?
      My Computer


  2. Posts : 17,838
    Windows 10
       #2

    klepp0906 said:
    So ive been able to find a means to add the snipping tool itself to my context menu.

    Ive also been able to find a means to add a snipping tool entry with cascading menu to my start menu.

    I'm looking specifically for a means to add the snipping tool to context menu (with its icon ofc) and when clicking on it, it goes straight to the new snip option so im ready to capture straight away.

    is this possible?
    You can copy and paste the following code to NotePad, save it as a .reg file then run it.
    It will invoke an immediate 'Ready to Snip' task, from any Directory, to the Clipboard, ready to paste and save in in eg. Paint:


    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\SnippingTool]
    "MUIVerb"="Snip to Clipboard"
    "Icon"="SnippingTool.exe"
    "Position"="Bottom"
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\SnippingTool\command]
    @="SnippingTool.exe /clip"
    Request for a reg file to add snipping tool new snip to context menu-000473.png
      My Computer


  3. Posts : 17,838
    Windows 10
       #3

    If you would like the entry to be at the top of your context menu, change "Position" to "Top"...

    Request for a reg file to add snipping tool new snip to context menu-000474.png
      My Computer


  4. Posts : 740
    Windows 10 x64 Pro
    Thread Starter
       #4

    thank you very much! Exactly what i was hoping for :)

    before i add this, do you mind explaining what i need to do to make one to remove it so i can toggle it on/off should the need arise?

    (i like to save all these reg files for future use and other pc's etc)
      My Computer


  5. Posts : 17,838
    Windows 10
       #5

    klepp0906 said:
    ......before i add this, do you mind explaining what i need to do to make one to remove it so i can toggle it on/off should the need arise?
    Create another .reg file for Removal:

    Code:
    Windows Registry Editor Version 5.00
    
    [-HKEY_CLASSES_ROOT\Directory\Background\shell\SnippingTool]
    Request for a reg file to add snipping tool new snip to context menu-000475.png
      My Computer


  6. Posts : 740
    Windows 10 x64 Pro
    Thread Starter
       #6

    <3

    best community ever
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:41.
Find Us




Windows 10 Forums