Jump to content

How to add 'Open With >' to batfile's context menu


Recommended Posts

Posted

Add this:

post-189069-1239160268_thumb.png

Not this:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\batfile\shell\OpenWith]
@="Open With..."

[HKEY_CLASSES_ROOT\batfile\shell\OpenWith\command]
@="rundll32.exe shell32.dll,OpenAs_RunDLL %1"

  • 2 months later...

Posted
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\batfile\shell\OpenWith]

@="Open With..."

[HKEY_CLASSES_ROOT\batfile\shell\OpenWith\command]

@="rundll32.exe shell32.dll,OpenAs_RunDLL %1"

search for this OpenWith code

thanX

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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