Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Forums > General Discussion

Vista - Context Menu Question

Reply
 
Old 09-30-2008   #1 (permalink)


Vista Ultimate 64-bit
 
 

Context Menu Question

Can someone explain to me how to create a new right-click menu option for like windows explorer, or to modify one. I have Open with Notepad++, and i would like to modify it to Open with xxx. Can someone help?

My System SpecsSystem Spec
Old 09-30-2008   #2 (permalink)


Vista x64 Ultimate SP2, Windows 7 Ultimate x64
 
 

Re: Context Menu Question

Hello Jnfoot,

This tutorial may help you do what you want.

Open With - Add Program

Hope this helps,
Shawn
My System SpecsSystem Spec
Old 09-30-2008   #3 (permalink)


Vista Ultimate 64-bit
 
 

Re: Context Menu Question

Not quite. I want it to be a selection on the main right click menu, not in the open with. I would like to save a few mouse movements.
My System SpecsSystem Spec
Old 09-30-2008   #4 (permalink)


Vista 64-bit Ultimate Win7 64-bit Ultimate XP SP3 32-bit Pro
 
 

Re: Context Menu Question

Hello Jnfoot.

I'm not sure this is what you want, but it can't hurt to have a look!

New Menu - Context and File

Keep us informed!











Later Ted
My System SpecsSystem Spec
Old 09-30-2008   #5 (permalink)


Vista Ultimate 64-bit
 
 

Re: Context Menu Question

Ok I got something... I was able to add a context menu item, it shows up for ALL files (including directories) but it's good enough for me. I just created my own custom new.reg file and here is what i used (I created a menu option for Open with EditPad Lite:

Code:
 
Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\*\shell\Open with EditPad Lite\command]
@=hex(2):00,00
Just change the Orange text to whatever you want to be displayed on your right click menu. This will create a blank REG_EXPAND_SZ key in your registry. Now just run regedit. Goto [HKEY_CLASSES_ROOT\*\shell\ choose the folder with the name of your new menu item. Choose the command folder. Change the value of the REG_EXPAND_SZ key to your executable (ie. "C:\Program Files (x86)\JGsoft\EditPadLite\EditPadLite.exe" "%1"

***ensure you have the quotes around your filename, also the %1 allows the program to open the file you right clicked on

I hope this make sense and helps someone else out as well.
My System SpecsSystem Spec
Old 09-30-2008   #6 (permalink)


Vista 64-bit Ultimate Win7 64-bit Ultimate XP SP3 32-bit Pro
 
 

Re: Context Menu Question

Looks like the same as the tutorial to me ...

I'm glad you found a solution.















Later Ted
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Solved New context menu General Discussion
Start Menu - Customize Context Menu Tutorials
Send To Context Menu - Restore Default Menu Items Tutorials
New Context Menu - Restore Default Menu Items Tutorials
Vista context menu question General Discussion


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46