0
votes
0answers
13 views

Windows 7 XML File Context Menu

I am attempting to add a context menu for an XML file type and having some difficulties. On another Windows 7 machine, the registry key entry that I am using works correctly. Specifically, I am ...
0
votes
0answers
59 views

Issue with windows shell right click extension in folder background

It is very simple to add a custom command to the shell context menu like so: [HKEY_CLASSES_ROOT\Directory\Background\shell\TestCommand] @="My Test Command" ...
0
votes
1answer
28 views

Adding Context Menu [closed]

The following Registry-Export is the Code for my Context-Menu in Windows Explorer's context-Menu. I inserted it handself via the regedit on Windows. But now I have to do this with this .reg-File ...
2
votes
1answer
30 views

Name program in the Open With… context menu

How can I customize the name of the program visible in the Open With... context menu in Windows XP and 7? For example: I have 3 versions of a product named XYZ installed on Windows; .x files are ...
0
votes
0answers
58 views

How to add an entry to a context menu in Windows 7 and associate a complicated command to it?

E.g. when I right-click any directory I want to have an option which executes the following: svn info | grep URL | awk "{print $NF}" or any other command consisting of pipes or other compilcated ...
0
votes
2answers
312 views

Windows 8 specific file type context menu association

There is a need to add item to particular file type's context menu. In Windows 7 and previous versions that's done by adding HKEY_CLASSES_ROOT\<extension>\shell\<commandname>\command ...
0
votes
0answers
56 views

How to add an application to the desktop context menu for a specific folder?

I'm trying to put my own menu in the Windows Desktop ContextMenu. Something similar to what Dropbox makes. When in the dropbox folder, a menu called Dropbox is displayed and lets you perform tasks on ...
0
votes
0answers
54 views

Icon in context menu is not visible

I have very strange issue - I've added custom context menu to Windows context menus. Icon that is defined in registry value Icon is not displayed. My implementation: Added key in Registry: ...
0
votes
0answers
163 views

Adding (Open with ???) in windows context menu

I use my mouse to High-light text, very often, to search definitions of these words online. This is usually for my language lessons (Spanish and Italian) I figure this would be a good way for me to ...
0
votes
0answers
164 views

Adding new Key to (hkey_classes_root * shell) programmatically

Any body knows how to add a key to the registry path (hkey_classes_root * shell) to add a new item to the context menu item for all file extensions???? this is a code i use to make it >> but for just ...
-1
votes
1answer
74 views

c# opening a compress file into a program [closed]

I have a program which compress a certain file and save as an *.pld extension. My question would be like this. How to access my own extension file and read the content of this file. Thus somebody help ...
0
votes
0answers
110 views

File copy program in JAVA

I know how to write a file copy program in JAVA, but to do so the program needs to be opened first and then the name of the target and the destination is to be entered...after that the copy starts. ...
0
votes
2answers
165 views

Explorer Context Menus

I have just coded an application in C# using Visual Basic 2010, has taken me quite a while as I ave little experience with C# however after much learning I seem to have got by so far, I am currently ...
1
vote
1answer
1k views

add icon and separator to windows XP right click context menu

I need to add an icon to custom right click context menu and a separator before and after the menu items i added to right click menu for windows XP, I found some solutions that work for windows 7 ...
0
votes
0answers
54 views

Editing Notepad (Windows inbuilt) Context Menu [closed]

I need some Registry Entry , XML or WinAPI to edit Context menu of NOTEPAD (windows Inbuilt). Is it even Possible? Thank you very much.
0
votes
2answers
106 views

Coding path to file when it is called using registry and context menu

In my c# console application, which takes string as arguments, I have a context menu item for images, that calls "myexe.exe %1", so path to file becomes argument for application. Even if path to file ...
2
votes
0answers
143 views

How to make context menu item to many files?

I make context menu item for images(for example), it should open my console application, using target file as string argument. When I use it for many files it opens many application copies, and for ...
0
votes
1answer
45 views

How to use my application in context menu?

I know, that I can write "firefox.exe" in registry command, but when I write my application like "myapp.exe" it doesn't work. If I use full path "C:...\myapp.exe" it works, but application can be ...
0
votes
1answer
53 views

How to load image to web-server using context menu

I can add item to context menu that opens my site with file name as get-data after the click. But I want to use not file name, but file data, image for example, how to write it in registry, or ...
1
vote
1answer
127 views

How to add an entry in the Windows context menu for files with a specific extension?

I know that many questions are asked about how customizing the shell context menu, but what I've tried yet doesn't work so I'm adding a new question. I'd like to add an entry "Open with Log Viewer" ...
0
votes
1answer
273 views

Adding items dynamically to Windows Explorer's context menu

Okey so I want to do the following: When a user right clicks on any file (in windows) I want the context menu to popup a special item. I did that with regedit and I followed a few examples on the ...
2
votes
1answer
1k views

Notepad++ right-click to open file in a new window

How can I configure Notepad++ to open a file in a new window when I right-click it and select Edit with Notepad++ ? I already know I have to launch the program with the -multiInst switch, I just don't ...
0
votes
1answer
187 views

Getting the filename in the command parameter in context menu

Suppose my file Test.java is stored in : X:\S\S\nOn I\Extra but Imp\Context Menu\Ultimate Windows Context Menu Customizer\ I've created a context menu with command as cmd /k javac -d . %1 The ...
1
vote
0answers
181 views

Windows registry. Start single instance (not many) of application.

I have created a .NET application and I need to add a reference to it, to windows context menu. I've did it this way: added HKEY_CLASSES_ROOT\*\shell\myapp\command to my registry. It works but starts ...
1
vote
1answer
138 views

Windows Explorer - Delete entry in Context Menu

I'm attempting a somewhat complex operation on Windows Explorer context menu. I've got an encoding process, which i want to call upon any kind of file. The idea is to right-click on a file, get the ...
1
vote
1answer
761 views

Extending windows explorer context menu

I'm having hard times figuring out why this doesn't work on my computer. I've read this article http://msdn.microsoft.com/en-us/library/bb776820.aspx and tried it, and it works for an unknown file ...
2
votes
1answer
765 views

How can i add an item in the desktop right click menu in Windows XP

I want to have an entry in the desktop background right click. I have tried by editing the registry value. When I googled, I got some idea that we have to put the entry in ...
0
votes
2answers
244 views

How to set a icon for this right click menu?

I can add a new item for the folders right click menu using registry: HKEY_CLASSES_ROOT\folder\shell\Your item name But i don't know how to set a icon for created item like this : May ...
3
votes
1answer
1k views

How to Pass MULTIPLE filenames to a Context Menu Shell Command?

Passing a single filename to a context menu shell command is simple: [HKEY_CLASSES_ROOT\*\shell\MyProgram\Command] @="program.exe %1" But if I select multiple files, program.exe is invoked for each ...
1
vote
2answers
807 views

manipulate Windows explorer context menu

I am currently writing application with WPF in framework 3.5 SP1, and I need to extend my functionality to Windows Explorer context menu, like how Winzip or Winrar or anyone else did when user right ...
3
votes
1answer
570 views

Windows Explorer Context Menu Integration, get file that was right clicked on

I've already figured out how to add a menu item to the right click context menu of the windows explorer using the registry. I currently have it set to launch my application when my menu item is ...
8
votes
1answer
8k views

Add menu item to windows context menu only for specific filetype

i've dveloped an application that load an image using the context menu of window (right click on the file) and for the moment is working, but the reg key is on HKEY_CLASSES_ROOT\* and it works with ...
0
votes
3answers
350 views

How Can I get muitiple files selected to the same application launch from a “right click” context menu (windows explorer)

I am able to get a shell registry type context menu function to work , see below . But is there a way to tell windows to send multiple files selected to the same application , perhaps instead of %1 or ...
1
vote
1answer
2k views

Right Click Context Menu in IE - Add new items

Adding items to the registry item HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\ I can successfully create new options in the Internet Explorer right click menu. Trouble is, I only ...