- Joined
- Aug 29, 2014
- Messages
- 3
- Reaction score
- 0
Hello,
Windoows XP had some simple means through the Explorer menu system that allowed me to customize the right-click menu for individual file types. But some of that functionality is lost in Windows 7 as far as I have been able to determine.
In addition to opening an HTML file with Firefox by default, I want to right-click and select a secondary function, such as "Edit," which opens up Arachnophilia 4.0 and loads the source code for editing. But I don't want to see Arachnophilia as an edit function in every file on the system..
In Windows 7, I can use the Control Panel to arrive at a screen that lists file types, like I saw in XP, and I can select a given file type and change its default program, but there is none of the capability to add new or to edit existing secondary functions in the menu.
I found this walkthrough in Nathon Dalton's Blog, but it adds an "open with Notepad" to everything, using a Registry edit. It works as advertised, but adds the edit with Notepad function everywhere, including in places that make no sense.
What I tried:
HKEY_CLASSRS_ROOT key expands to include * and many file extensions. Following Nathon's walkthrough, I expanded * and saw a shell key. Under shell I called a new key Arachno and filled its contents with "Edit in Arachnophilia," then added a command key under Arachno and filled its contents with "C:\path\to\arach..exe" "%1" . The quotes are required here. .The "%1" tells arach.exe to load the file I right-clicked. With quotes included, it picks up file names with spaces in them.
I tested it and it did add "Edit in Arachnophilia " to every file and folder context menu,
I discarded the change, and went down to HKEY_CLASSES_ROOT\.html which had no shell key.. So I created one and under it I put new kwy Arachno and its "Edit with" contents, followed by the new command key under Arachno. And I entered the path as before in its contents. This did not work. There was no "Edit with Arachnophilia" on the context menu for index.html..
The shell key under the * key had no contents, and so when I created a shell key under .html I also left its contents empty.
Please advise how I may accomplish my goal to add an editor to the context menu for just the html filetype.
[Edit: I improved some wording and replaced a mistyped word. These are italicized. /edit]
Windoows XP had some simple means through the Explorer menu system that allowed me to customize the right-click menu for individual file types. But some of that functionality is lost in Windows 7 as far as I have been able to determine.
In addition to opening an HTML file with Firefox by default, I want to right-click and select a secondary function, such as "Edit," which opens up Arachnophilia 4.0 and loads the source code for editing. But I don't want to see Arachnophilia as an edit function in every file on the system..
In Windows 7, I can use the Control Panel to arrive at a screen that lists file types, like I saw in XP, and I can select a given file type and change its default program, but there is none of the capability to add new or to edit existing secondary functions in the menu.
I found this walkthrough in Nathon Dalton's Blog, but it adds an "open with Notepad" to everything, using a Registry edit. It works as advertised, but adds the edit with Notepad function everywhere, including in places that make no sense.
What I tried:
HKEY_CLASSRS_ROOT key expands to include * and many file extensions. Following Nathon's walkthrough, I expanded * and saw a shell key. Under shell I called a new key Arachno and filled its contents with "Edit in Arachnophilia," then added a command key under Arachno and filled its contents with "C:\path\to\arach..exe" "%1" . The quotes are required here. .The "%1" tells arach.exe to load the file I right-clicked. With quotes included, it picks up file names with spaces in them.
I tested it and it did add "Edit in Arachnophilia " to every file and folder context menu,
I discarded the change, and went down to HKEY_CLASSES_ROOT\.html which had no shell key.. So I created one and under it I put new kwy Arachno and its "Edit with" contents, followed by the new command key under Arachno. And I entered the path as before in its contents. This did not work. There was no "Edit with Arachnophilia" on the context menu for index.html..
The shell key under the * key had no contents, and so when I created a shell key under .html I also left its contents empty.
Please advise how I may accomplish my goal to add an editor to the context menu for just the html filetype.
[Edit: I improved some wording and replaced a mistyped word. These are italicized. /edit]
Last edited: