Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Add "Open With..." To Folder Context Menu

Featured Replies

Hey guys

I was wondering, does anyone know of a way to add the "open with..." option to folder context menus? Thanks a lot in advance.

  • 2 weeks later...

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.

;)

you can also, hold left shift then right click ;)

  • 2 weeks later...

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.

you can also, hold left shift then right click ;)

I thought left shift was for the runas context menu?

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

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.

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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.