Page 1 of 1

Portable right-click context menu revisited!

Posted: Fri Mar 04, 2011 1:21 am
by freakazoid
Similar to my "Open With" thread from about a year ago, I'm creating a new thread to discuss right-click context menus!

Some candidates for portability:

Open++ - http://www.freewebs.com/dengdun/en/openxx.htm
- uses a method like the recent CD mounting apps, you can install/uninstall the driver hook

Default Programs Editor - http://defaultprogramseditor.com/
- says it's a standalone app, no installation required; haven't tested for stealth, though it allows you to make a backup of the registry before implementing changes, so you can toggle between your custom actions and the default.
- has a bunch of features, allows you to edit the Open With window as well

Let me know if you know any others that are not in the TPFC DB!

Re: Portable right-click context menu revisited!

Posted: Fri Mar 04, 2011 3:04 am
by I am Baas
Default Programs Editor requires .net framework to run.

Re: Portable right-click context menu revisited!

Posted: Fri Mar 04, 2011 3:16 am
by Lupo73
Open++ seems good! We could contact the author to propose portability..

Re: Portable right-click context menu revisited!

Posted: Fri Mar 04, 2011 3:59 am
by m^(2)
Total Commander lets you put whatever you want in the right click menu.

Re: Portable right-click context menu revisited!

Posted: Fri Mar 04, 2011 4:17 am
by I am Baas
Lupo73 wrote:seems good! We could contact the author to propose portability..
Open++ is a portable application, is it not?

Re: Portable right-click context menu revisited!

Posted: Thu Apr 07, 2011 8:10 am
by lautrepay
Try KuShellExt (www.kushellext.sourceforge.net/).
The installation is simple, just the registration of a dll. But the configuration is very difficult, although the app offers great possibilities for those who make an effort.

Another app that can be usefull for someone in some cases is OpenWith (www.deuxcode.com)

Not related especifically with the context menu but with the last one there's Browser Chooser (portable version) (www.janolepeek.com/browser-chooser). Eye candy for those (like me) who uses more than one browser.

Re: Portable right-click context menu revisited!

Posted: Thu Apr 07, 2011 11:58 am
by freakazoid
KuShellExt looks very similar to Open++, but without the GUI that Open++ has.
Adding items require editing the XML file. However, the slew of attributes and parameters gives KuShellExt the edge when it comes to customization.

Open With looks interesting. Will need to test that out.

Re: Portable right-click context menu revisited!

Posted: Thu Apr 07, 2011 7:27 pm
by joby_toss
There should be some option in Open++ to do this registering and deregistering process automatically on start/exit, in portable mode. Maybe a launcher.

Re: Portable right-click context menu revisited!

Posted: Fri Apr 08, 2011 7:55 pm
by lautrepay
freakazoid wrote:KuShellExt looks very similar to Open++, but without the GUI that Open++ has.
Adding items require editing the XML file. However, the slew of attributes and parameters gives KuShellExt the edge when it comes to customization.
Well, in my opinion KuShellExt has more in common with FastExplorer (although with a different aproach), while Open++ is similar to FileMenu Tools (which is not portable).
Open++ gives the option to open several file types with alternative apps avoiding saturate the context menu.
KuShellExt is useful for programs with a lot of options and/or constant use (like a compression tool or an audio player).
By the way, using KuShellExt I tried to make a decent context menu entry for XmPlay (through DDE) and for Winamp (through Clamp), and I had to admit a categorical failure.
If someone gives a try with better results, let me know.