Jump to content

Recommended Posts

  • 2 weeks later...

Posted

here:

REGEDIT4

[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\Open With]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"

copy/paste and save as .reg

then import to registry.

no restart needed.

;)

  • 2 weeks later...
Posted

the left shift trick is a very old one... one that I've forgotten about.

You can actually use that on any file! for example, you can open a *.sys file using notepad for config.sys or an *.sif file for txtsetup.sif.

Posted (edited)
I thought left shift was for the runas context menu?

I think I applied the registry tweak that places Open With... on all file types and Run As on all links and .exe's so I couldn't try this.

However, I believe for links, .exe, .com files... it does the Rus As... and for file types such as .bmp, .jpg, it does Open With...

Can't confirm though.

Edited by spacesurfer
Posted

The Left Shift trick I use often. To make good use of it to hide least used context menu entries, look at the example reg file.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\Bulk Rename Here]
"extended"=""

As you can see, it is one of those programs that want to be shown in your context menu all the time, so rather then remove the entry, I add the "Extended" value which causes the entry to hide in the context menu unless I have the Left Shift key pressed while right clicking the target which then does shows the entry.

Posted (edited)

That's awesome, MHz. This works for any command you specify.

Here's a quick way to compress and expand your files using expand and makecab commands (using the Left Shift key to show them):

[HKEY_CLASSES_ROOT\*\shell]

[HKEY_CLASSES_ROOT\*\shell\Expand]
@="Expand"
"extended"=""

[HKEY_CLASSES_ROOT\*\shell\Expand\command]
@="expand -r \"%1\" %cd%"

[HKEY_CLASSES_ROOT\*\shell\Makecab]
@="Makecab"
"extended"=""

[HKEY_CLASSES_ROOT\*\shell\Makecab\command]
@="makecab \"%1\""

Edited by spacesurfer

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...