Editing a context menu

M

ms

Installed 7-Zip, it installs into normal context menu.

But it now also appears in the small menu I just get with Move/Copy, where 7Zip is
now the top entry, very annoying.

I looked at Context Edit, not obvious how to edit this menu. I want to take the
entry out of just this one menu.

A util for this or ?

Mike Sa
 
D

dadiOH

ms said:
Installed 7-Zip, it installs into normal context menu.

But it now also appears in the small menu I just get with Move/Copy,
where 7Zip is now the top entry, very annoying.

I looked at Context Edit, not obvious how to edit this menu. I want
to take the entry out of just this one menu.

A util for this or ?

I believe I've mentioned before that FastExplorer is the ne plus ultra
app for context menus...
http://thesoftpro.tripod.com/

You'd need to kill the context menu handler for 7-Zip either with
ContextEdit or FastExplorer (or other) then use FastExplorer to put
context menus for 7-Zip where/how you want them.

There is also an app that will let you kill just the one menu as you
wish but it isn't freeware.

--
dadiOH
____________________________

dadiOH's dandies v3.06...
....a help file of info about MP3s, recording from
LP/cassette and tips & tricks on this and that.
Get it at http://mysite.verizon.net/xico
 
K

K3

ms said:
Installed 7-Zip, it installs into normal context menu.

But it now also appears in the small menu I just get with Move/Copy,
where 7Zip is now the top entry, very annoying.

I looked at Context Edit, not obvious how to edit this menu. I want
to take the entry out of just this one menu.

A util for this or ?

Mike Sa

Use ShExView (http://www.nirsoft.net/utils/shexview.html) to disable the
shell-extension. It can alway be re-enabled easily if you need it.

--
Kendall F. Stratton III
Fort Fairfield, Maine USA
k3@(86_the_Spam)Maine.rr.com
http://home.maine.rr.com/k3

"Support Bacteria - It's the only culture some people have!"
 
M

ms

K3 said:
Use ShExView (http://www.nirsoft.net/utils/shexview.html) to disable the
shell-extension. It can alway be re-enabled easily if you need it.

Thanks, Kendall, I had it and it does just what I needed.

The problem is the coding of 7zip. There are 2 separate entries, one for
drag/drop- the one I want to disable, and context menu, which is fine the way it is.

When I disable drag/drop, the other is also disabled, and easy archive selection
is important, so I will have to live with the problem.

Mike Sa
 
M

ms

dadiOH said:
I believe I've mentioned before that FastExplorer is the ne plus ultra
app for context menus...
http://thesoftpro.tripod.com/

You'd need to kill the context menu handler for 7-Zip either with
ContextEdit or FastExplorer (or other) then use FastExplorer to put
context menus for 7-Zip where/how you want them.

There is also an app that will let you kill just the one menu as you
wish but it isn't freeware.

Thanks, dadiOH. I have FE, it is good, but multifunction and I need to work with
it, as it is not obvious. The ShellEX View util did what I need but as in the
other reply, I think 7zip is the issue.

Mike Sa
 
O

omega

ms said:
The problem is the coding of 7zip. There are 2 separate entries, one for
drag/drop- the one I want to disable, and context menu, which is fine the way it is.

Mike, what I view on w9x is that you just have to delete two reg keys to
get it how you want.

HKCR\Directory\shellex\DragDropHandlers\7-Zip
HKCR\Drive\shellex\DragDropHandlers\7-Zip

Just copy each to clip for Regmagik <g> and hit delete. Else you could use
the text below, saving with .reg extension, execute.


-------------Delete7zipDragDropMenu.REG--------------------------
REGEDIT4

// Removes the 7zip menu entry on dragged archive file
// (tested on w9x)

[-HKEY_CLASSES_ROOT\Directory\shellex\DragDropHandlers\7-Zip]
[-HKEY_CLASSES_ROOT\Drive\shellex\DragDropHandlers\7-Zip]

;; If you change your mind later, then re-register 7-zip.dll;
;; eg use command "regsvr32 7-zip.dll"

-------------Delete7zipDragDropMenu.REG--------------------------
 
O

omega

[I wrote] omega said:
ms said:
The problem is the coding of 7zip. There are 2 separate entries, one for
drag/drop- the one I want to disable, and context menu, which is fine the way it is.

Mike, what I view on w9x is that you just have to delete two reg keys to
get it how you want.

HKCR\Directory\shellex\DragDropHandlers\7-Zip
HKCR\Drive\shellex\DragDropHandlers\7-Zip

[...]


This last trivial bit was an assumption:
;; If you change your mind later, then re-register 7-zip.dll;
;; eg use command "regsvr32 7-zip.dll"

An incorrect assumption for this case, it turns out, once it occurred
to me to test my declaration. :/

On this subject I'd tapped in of later re-adding menu stuff, there is
the choice of using the 7-zip dialog.

Open 7-zip (the main gui, "7-Zip File Manager," 7zFM.exe).
TOOLS > OPTIONS > PLUGINS > SYSTEM

[ ] Integrate 7-Zip to shell context menu
[ ] Cascaded context menu
[ ]
[ ] Open archive
[ ] Extract files...
[ ] Extract Here
[ ] Extract to <Folder>
[ ] Test archive
[ ] Add to archive...
[ ] Add to <Archive>
[ ] Compress and email...
[ ] Compress to <Archive> and email

Oh, but back to the actual quest you had. That options dialog, from what
I can tell, it offers only the all-or-nothing on the two menu locations
(static file context and dragged file context), as you'd described.

Anyway, re-iterating, the two reg keys delete will do what you wanted.
 
M

ms

omega said:
[I wrote] omega said:
ms said:
The problem is the coding of 7zip. There are 2 separate entries, one for
drag/drop- the one I want to disable, and context menu, which is fine the way it is.

Mike, what I view on w9x is that you just have to delete two reg keys to
get it how you want.

HKCR\Directory\shellex\DragDropHandlers\7-Zip
HKCR\Drive\shellex\DragDropHandlers\7-Zip


[...]


This last trivial bit was an assumption:

;; If you change your mind later, then re-register 7-zip.dll;
;; eg use command "regsvr32 7-zip.dll"


An incorrect assumption for this case, it turns out, once it occurred
to me to test my declaration. :/

On this subject I'd tapped in of later re-adding menu stuff, there is
the choice of using the 7-zip dialog.

Open 7-zip (the main gui, "7-Zip File Manager," 7zFM.exe).
TOOLS > OPTIONS > PLUGINS > SYSTEM

[ ] Integrate 7-Zip to shell context menu
[ ] Cascaded context menu
[ ]
[ ] Open archive
[ ] Extract files...
[ ] Extract Here
[ ] Extract to <Folder>
[ ] Test archive
[ ] Add to archive...
[ ] Add to <Archive>
[ ] Compress and email...
[ ] Compress to <Archive> and email

Oh, but back to the actual quest you had. That options dialog, from what
I can tell, it offers only the all-or-nothing on the two menu locations
(static file context and dragged file context), as you'd described.

Anyway, re-iterating, the two reg keys delete will do what you wanted.
Thanks, Karen. I am so busy with preparing for my new computer, but will try the
above and post back later.

Mike Sa
 
O

omega

That other night, after letting the installer have its defaults so I could
witness the 7-zip situation, I let it stay that way briefly. Then became
conscious that I, too, found it annoying. What they have done is made their
menu come up any time you drag any kind of file(s) at all, every time. I
didn't like that either. Where I like drag-drop extension from a zip/dezip
app is only for filetypes that are appropriate to dezip/extract. I find it
especially handy for setup exe's, where the drag action is a simple way to
check whether the setup exe might be a self-extracting elf.

So it's my tastes to do things more like this:

......................................................
REGEDIT4

// I. remove 7zip's dragdrop default global menu locations:

[-HKEY_CLASSES_ROOT\Directory\shellex\DragDropHandlers\7-Zip]
[-HKEY_CLASSES_ROOT\Drive\shellex\DragDropHandlers\7-Zip]
; note that this might shift around during releases of 7zip,
; so take a reg snapshot on subsequent upgrades to see where
; the developer is slapping the menu in

// II. add 7zip dragdrop menu to specific filetypes:

// for .exe files
[HKEY_CLASSES_ROOT\exefile\ShellEx\DragDropHandlers\7-Zip]
@="{23170F69-40C1-278A-1000-000100020000}"

// for .7z files
[HKEY_CLASSES_ROOT\7-Zip.7z\ShellEx\DragDropHandlers\7-Zip]
@="{23170F69-40C1-278A-1000-000100020000}"
; If something else is default handler of .7z files on your system
; it might have a different filetype name, instead of \7-zip.7z\,
; so you'd have to change to using the appropriate key

// for .zip files
[HKEY_CLASSES_ROOT\ZIPfile\ShellEx\DragDropHandlers\7-Zip]
@="{23170F69-40C1-278A-1000-000100020000}"
; The filetype key for .zip files (I used "\Zipfile\" only as an example!)
: will be different for different systems. Often one gets specially created
; with a name by the default handler. If that role belongs to 7zip, I'm
; making a guess that it probably creates \7-Zip.zip\.

// other target filetypes
; Same pattern as above. Just copying the strings onto target filetype keys.
........................................

Thanks, Karen. I am so busy with preparing for my new computer, but will try the
above and post back later.

See what happens when you task switch? Instead of the earlier quicky delete
for your todo, I've had time to go in and pile some large packages onto
"the above." ;)

Actually, I'm not expecting you to spend the time messing around with this
more involved group of edits -- those where you really couldn't simply use
a .reg file for some of the pertinent filetypes, since, as mentioned in the
notes, names will vary from one registry to another.

Such per-filetype choices for drag-drop menu are something that would
best be offered in the gui dialog of the 7-zip prefs. Perhaps one day
the developers will implement the choices there...
 
M

ms

omega said:
That other night, after letting the installer have its defaults so I could
witness the 7-zip situation, I let it stay that way briefly. Then became
conscious that I, too, found it annoying. What they have done is made their
menu come up any time you drag any kind of file(s) at all, every time. I
didn't like that either. Where I like drag-drop extension from a zip/dezip
app is only for filetypes that are appropriate to dezip/extract. I find it
especially handy for setup exe's, where the drag action is a simple way to
check whether the setup exe might be a self-extracting elf.

So it's my tastes to do things more like this:

.....................................................
REGEDIT4

// I. remove 7zip's dragdrop default global menu locations:

[-HKEY_CLASSES_ROOT\Directory\shellex\DragDropHandlers\7-Zip]
[-HKEY_CLASSES_ROOT\Drive\shellex\DragDropHandlers\7-Zip]
; note that this might shift around during releases of 7zip,
; so take a reg snapshot on subsequent upgrades to see where
; the developer is slapping the menu in

// II. add 7zip dragdrop menu to specific filetypes:

// for .exe files
[HKEY_CLASSES_ROOT\exefile\ShellEx\DragDropHandlers\7-Zip]
@="{23170F69-40C1-278A-1000-000100020000}"

// for .7z files
[HKEY_CLASSES_ROOT\7-Zip.7z\ShellEx\DragDropHandlers\7-Zip]
@="{23170F69-40C1-278A-1000-000100020000}"
; If something else is default handler of .7z files on your system
; it might have a different filetype name, instead of \7-zip.7z\,
; so you'd have to change to using the appropriate key

// for .zip files
[HKEY_CLASSES_ROOT\ZIPfile\ShellEx\DragDropHandlers\7-Zip]
@="{23170F69-40C1-278A-1000-000100020000}"
; The filetype key for .zip files (I used "\Zipfile\" only as an example!)
: will be different for different systems. Often one gets specially created
; with a name by the default handler. If that role belongs to 7zip, I'm
; making a guess that it probably creates \7-Zip.zip\.

// other target filetypes
; Same pattern as above. Just copying the strings onto target filetype keys.
.......................................


Thanks, Karen. I am so busy with preparing for my new computer, but will try the
above and post back later.


See what happens when you task switch? Instead of the earlier quicky delete
for your todo, I've had time to go in and pile some large packages onto
"the above." ;)

Actually, I'm not expecting you to spend the time messing around with this
more involved group of edits -- those where you really couldn't simply use
a .reg file for some of the pertinent filetypes, since, as mentioned in the
notes, names will vary from one registry to another.

Such per-filetype choices for drag-drop menu are something that would
best be offered in the gui dialog of the 7-zip prefs. Perhaps one day
the developers will implement the choices there...
Karen:
Sorry I took so long to answer, life intrudes.

I just looked in my W98SE registry for:

Your earlier post:
HKCR\Directory\shellex\DragDropHandlers\7-Zip
HKCR\Drive\shellex\DragDropHandlers\7-Zip

From this post:
[-HKEY_CLASSES_ROOT\Directory\shellex\DragDropHandlers\7-Zip]
[-HKEY_CLASSES_ROOT\Drive\shellex\DragDropHandlers\7-Zip]

None of these keys (per RegSeeker) are in the registry.

I had done the same 7zip install in a ME computer, looked there, not there either.

My 7Zip install is ver. 4.32, the latest IIRC.

Advice?

Thanks again,

Mike Sa
 
M

ms

omega said:
That other night, after letting the installer have its defaults so I could
witness the 7-zip situation, I let it stay that way briefly. Then became
conscious that I, too, found it annoying. What they have done is made their
menu come up any time you drag any kind of file(s) at all, every time. I
didn't like that either. Where I like drag-drop extension from a zip/dezip
app is only for filetypes that are appropriate to dezip/extract. I find it
especially handy for setup exe's, where the drag action is a simple way to
check whether the setup exe might be a self-extracting elf.

So it's my tastes to do things more like this:

.....................................................
REGEDIT4

// I. remove 7zip's dragdrop default global menu locations:

[-HKEY_CLASSES_ROOT\Directory\shellex\DragDropHandlers\7-Zip]
[-HKEY_CLASSES_ROOT\Drive\shellex\DragDropHandlers\7-Zip]
; note that this might shift around during releases of 7zip,
; so take a reg snapshot on subsequent upgrades to see where
; the developer is slapping the menu in

// II. add 7zip dragdrop menu to specific filetypes:

// for .exe files
[HKEY_CLASSES_ROOT\exefile\ShellEx\DragDropHandlers\7-Zip]
@="{23170F69-40C1-278A-1000-000100020000}"

// for .7z files
[HKEY_CLASSES_ROOT\7-Zip.7z\ShellEx\DragDropHandlers\7-Zip]
@="{23170F69-40C1-278A-1000-000100020000}"
; If something else is default handler of .7z files on your system
; it might have a different filetype name, instead of \7-zip.7z\,
; so you'd have to change to using the appropriate key

// for .zip files
[HKEY_CLASSES_ROOT\ZIPfile\ShellEx\DragDropHandlers\7-Zip]
@="{23170F69-40C1-278A-1000-000100020000}"
; The filetype key for .zip files (I used "\Zipfile\" only as an example!)
: will be different for different systems. Often one gets specially created
; with a name by the default handler. If that role belongs to 7zip, I'm
; making a guess that it probably creates \7-Zip.zip\.

// other target filetypes
; Same pattern as above. Just copying the strings onto target filetype keys.
.......................................


Thanks, Karen. I am so busy with preparing for my new computer, but will try the
above and post back later.


See what happens when you task switch? Instead of the earlier quicky delete
for your todo, I've had time to go in and pile some large packages onto
"the above." ;)

Actually, I'm not expecting you to spend the time messing around with this
more involved group of edits -- those where you really couldn't simply use
a .reg file for some of the pertinent filetypes, since, as mentioned in the
notes, names will vary from one registry to another.

Such per-filetype choices for drag-drop menu are something that would
best be offered in the gui dialog of the 7-zip prefs. Perhaps one day
the developers will implement the choices there...
Karen:
These are the only keys Regseeker finds: I couldn't copy what I see, but they are
HKEY_CURRENT_ USER
HKEY_LOCAL_MACHINE

Mike Sa
 
O

omega

ms said:
Your earlier post:
HKCR\Directory\shellex\DragDropHandlers\7-Zip
HKCR\Drive\shellex\DragDropHandlers\7-Zip

From this post:
[-HKEY_CLASSES_ROOT\Directory\shellex\DragDropHandlers\7-Zip]
[-HKEY_CLASSES_ROOT\Drive\shellex\DragDropHandlers\7-Zip]

These two pairs are the same, btw. HKCR is an abbreviation for
HKEY_CLASSES_ROOT. (Also, HKCR is a virtual shortcut in 9x for
HKEY_LOCAL_MACHINE\Software\CLASSES\.)
None of these keys (per RegSeeker) are in the registry.

I had done the same 7zip install in a ME computer, looked there, not there either.

My 7Zip install is ver. 4.32, the latest IIRC.

This is the same version I installed. And, while I tend to be very
typo/error prone, the key above was a copy-paste from my Inctrl log.
I assume you still have the drag-drop behavior you described, and have
not altered any options in 7-Zip prefs in the interim?

I think the best route would be to run a search on the CLSID string
involved. Especially as that can also be a route for finding the menu
entries in variant installs of 7-zip.

Do a search on this string (the CLSID of 7zip's shell extension dll):

{23170F69-40C1-278A-1000-000100020000}

At least for w9x, you will only need to search one branch:

HKEY_CLASSES_ROOT\

In your results, remember that your targets of interest for removal were the
DropHandler subkeys, not the ContextMenu ones.
 
O

omega

ms said:
Installed 7-Zip, it installs into normal context menu.

But it now also appears in the small menu I just get with Move/Copy, where 7Zip is
now the top entry, very annoying.

I looked at Context Edit, not obvious how to edit this menu. I want to take the
entry out of just this one menu.

A util for this or ?

Quick glance at ContextEdit and I don't see it offer any way to edit
dll shell extension entries -- appears it only offers edit for direct
executable commands on context menus.

I'd like to put in a general recommendation here for a toy of this cat
which is particularly well geared for working with shell extensions.

File Type Manager (Frank Worsely)

http://www.redshift.com/~omega/clips/ftm/filetypemanager01.png
http://frank.neatstep.com/custom/images/ftm/ftm2_4.jpg
http://frank.neatstep.com/custom/images/ftm/ftm2_7.jpg

homepage, older: http://www.csc.uvic.ca/~fworsley/ftm/index.html
homepage, newer: http://frank.neatstep.com/?q=node/1

My recommendatioon is based mainly on how this one really gets to the meat
of the matter. I don't happen to have a habit of use of this, and do wish,
btw, that it's windows were resizable. My own actual habits tend most often
to work with RegMagik, as I like its Find, and I have bookmarks in it for my
more important filetype & context menu keys, and also it lets me navigate,
copy/paste, drag-drop, etc, in much the same way that one works with a file
manager like explorer. Nevertheless, I still enjoy running the filetype
apps, and exploring the variant things they offer for viewing and editing
this type of thing. And, FTM impressed me a lot more, more interesting, than
a lot of other related tools.
 
O

omega

ms said:
These are the only keys Regseeker finds: I couldn't copy what I see, but they are
HKEY_CURRENT_ USER
HKEY_LOCAL_MACHINE

Running the 7z432.exe installer on my w9x system, and leaving 7zip config
at initial defaults, then doing a search with RegSeeker, on the 7zip shell
extension's CLSID {23170F69-40C1-278A-1000-000100020000}, here's my output:

http://www.redshift.com/~omega/clips/regseeker/searchkeys/searchexport.htm

I didn't go on to portray RegSeeker for deleting the two DropHandler keys,
because I didn't found it an inadequate tool for that function. I do like
that you can use it to select the whole group of keys like this, and export
as a backup. As most of us have learnt, it makes for a lot more peace of
mind to back up at all stages when messing around.

If you're not getting hits like I did on your search via Regseeker, I don't
know why... I'll check up for your posting tomorrow or thereafter.

At this moment, I'm required to log off. A social appointment. Couch Potato
Gathering: Pizza +beer +annual Oscar awards. Truth is that I'd actually
prefer to hang out on Usenet and talk about CLSIDs, but oh well,
Obligations. And after the first few Pilsner Urquels they've promised
waiting, perhaps I'll regret less having to disconnect ...)
 
M

ms

omega said:
Running the 7z432.exe installer on my w9x system, and leaving 7zip config
at initial defaults, then doing a search with RegSeeker, on the 7zip shell
extension's CLSID {23170F69-40C1-278A-1000-000100020000}, here's my output:

http://www.redshift.com/~omega/clips/regseeker/searchkeys/searchexport.htm

I didn't go on to portray RegSeeker for deleting the two DropHandler keys,
because I didn't found it an inadequate tool for that function. I do like
that you can use it to select the whole group of keys like this, and export
as a backup. As most of us have learnt, it makes for a lot more peace of
mind to back up at all stages when messing around.

If you're not getting hits like I did on your search via Regseeker, I don't
know why... I'll check up for your posting tomorrow or thereafter.

At this moment, I'm required to log off. A social appointment. Couch Potato
Gathering: Pizza +beer +annual Oscar awards. Truth is that I'd actually
prefer to hang out on Usenet and talk about CLSIDs, but oh well,
Obligations. And after the first few Pilsner Urquels they've promised
waiting, perhaps I'll regret less having to disconnect ...)
Thanks, Karen:

SUCCESS. You were right on the fix, that CLSID
{23170F69-40C1-278A-1000-000100020000} in RegSeeker did the trick, it found 7
keys, 2 were drophandlers, I deleted them, got back my simple menu w/o 7zip. And
7zip works in the normal contect menu nearly as before, I can live with it.

I tried the Export feature on RegSeeker, don't know how it works. Wish it copied
to Clipboard.

Many thanks for the help, Karen, and as always, I save your posts for reference.

Mike Sa
 
O

omega

SUCCESS. You were right on the fix, that CLSID
{23170F69-40C1-278A-1000-000100020000} in RegSeeker did the trick, it found 7
keys, 2 were drophandlers, I deleted them, got back my simple menu w/o 7zip.

Please forgive my posting a followup so very late. Since I'm resurrecting
a thread that has aged during my major tardiness, I'll try to refrain from
rambling too much.

Mainly, I wanted to say I'm glad to see you stuck to it, and got success.
And 7zip works in the normal contect menu nearly as before, I can live with it.

I'll hope that they allow more specific choice in the future. First of
all, to allow, via the prefs interface, that which you wanted, separate Y/N
on context vs dragdrop.

As well, to provide for what I wanted: to make a dragdrop menu that is
pertinent to the context. That is, per filetype (ie compressed filetypes),
and not obtusely global, apppearing everywhere, anytime you perform a drag
drop operation, as it is now. It turns out, to my surprise, that the regkey
insertion technique that I expected to work, it does not, an unfortunate
(and odd) limitation of the DLL's coding.

Not that I feel strong sense of complaint towards 7-zip. Not long ago
(~15 months ago), I decided that I wanted was ready to leave PowerArch,
to find something that was equally capable (very happy with its capabilities
and style of shell integration), but that behaved itself properly regarding
the registry. Mainly, that did not autocreate on run an obnoxious slew of
filetype keys; I really hate that behavior. One after another on trying the
majors, almost everyone in the group committed atrocities of this kind. I
even became desperate for a while, and set an ancient Winzip 6 (I've a
licensed copy - present from msft, strangely), as my default, since it at
least behaved itself. Naturally that did not last too long, functionality
limits due to vintage. Anyway, to get to the point: one after another of
the majors all failed to meet my criteria of clean behavior, with the sole
exception of 7zip.

Regarding 7zip, it does these days have a problem situation, IMO, with the
installer. Unless I overlooked (?), it is available strictly in installer
form. And that installer, NSIS (Nullsoft Scriptable Install System), as
far as I can tell, cannot be manually extracted. You have to run it and
let it do its thing. What that means is that when upgrade 7zip, Mike, you'll
have to repeat the operation you did, to remove those dragdrophandler keys.

For the near future, the installer has the same plans. I found a directory
showing the raw scripts for current releases.

http://www.7-zip.org/dl/

eg
http://www.7-zip.org/dl/7zip436.nsi
: WriteRegStr HKCR "Directory\shellex\DragDropHandlers\7-Zip" "" "${CLSID_CONTEXT_MENU}"
: WriteRegStr HKCR "Drive\shellex\DragDropHandlers\7-Zip" "" "${CLSID_CONTEXT_MENU}"

I personally think it'd be easier to keep a .reg file in the directory where
you keep 7-zip.

-------------Delete7zipDragDropMenu.REG--------------------------
REGEDIT4

[-HKEY_CLASSES_ROOT\Directory\shellex\DragDropHandlers\7-Zip]
[-HKEY_CLASSES_ROOT\Drive\shellex\DragDropHandlers\7-Zip]

-------------Delete7zipDragDropMenu.REG--------------------------

Or naturally you could use RegSeeker as you did. (Regseeker does only delete
the value and not the key, which it leaves empty, but ok, at least that
achieves the end result that you need.)
I tried the Export feature on RegSeeker, don't know how it works.

I tried to illustrate that in the pic thing I put up. I wasn't trying to be
cryptic, just too lazy/hurried to type explanations.

http://www.redshift.com/~omega/clips/regseeker/searchkeys/searchexport.htm

The mystery part is that when you click the export command, it silently
creates a file in its Backup directory. So you need to access that export
..reg file from outside RegSeeker, to then do with it what you will.

What is unnatural there is that you'd reasonably expect a File SaveAs
dialog to pop up when you hit the export command. But that is lacking;
instead the op is silent, as described.
Wish it copied to Clipboard.

I'd like that, too.

One workaround, lieu of that, is to click RegSeeker's context command "Open
in Regedit." Regedit then has the command "Copy Key Name."

(Btw, I personally prefer to see targeted keys in their full context given
by aregistry editor interface, instead of deleting values blindly in a "reg
cleaner" program.)

.......
// OOOOOPs. So much for my goal to keep this post brief!
........
Many thanks for the help, Karen, and as always, I save your posts for reference.

Thanks for the flattery. :)

Btw, your new computer arrive?

I have to get one myself...but, bizarre as might sound to some, I am utterly
traumatized by the idea of "moving." 8-o

As to OS. I'll likely install w98 in one partition to lessen the drama of
transition. As to primary OS, though, I'm poised to take a Big Leap ahead
thru Time and install Windows 2000. :)
 
M

ms

omega said:
From: ms <[email protected]>
Date: Sun, 05 Mar 2006 15:56:28 -0800


Please forgive my posting a followup so very late. Since I'm resurrecting
a thread that has aged during my major tardiness, I'll try to refrain from
rambling too much.

Mainly, I wanted to say I'm glad to see you stuck to it, and got success.
And again thanks for the snipped data, I need to digest it!!!
Thanks for the flattery. :)

Btw, your new computer arrive?
Next month, I use a good tech, but he keeps busy.
I have to get one myself...but, bizarre as might sound to some, I am utterly
traumatized by the idea of "moving." 8-o

As to OS. I'll likely install w98 in one partition to lessen the drama of
transition. As to primary OS, though, I'm poised to take a Big Leap ahead
thru Time and install Windows 2000. :)
I can't continue W98SE in a modern computer, he could not find reliable hardware (mb,
video card) any more that is stable with W98SE. He ran it, in fresh install with a
clean registry, we got unexplained screen freezes in scandisk, with 128 MB VRAM.
He's seen that before, so I *have* to migrate to W2000/SP4. I will keep my old P166
with W98SE on life support, but have to learn W2K.

Because I had a reliable computer with stable W98SE for many years, now I have to
move on, waited too long!

Mike Sa
 
M

ms

omega said:
Quick glance at ContextEdit and I don't see it offer any way to edit
dll shell extension entries -- appears it only offers edit for direct
executable commands on context menus.

I'd like to put in a general recommendation here for a toy of this cat
which is particularly well geared for working with shell extensions.

File Type Manager (Frank Worsely)
Downloading now, it looks very useful, kinda big for me.

Forgot to comment in my other reply, re: 7-Zip.

I gravitated through Izaarc, Filzip, several others since Winzip days, finally
like/dislike 7-Zip. It does not properly work for me as executable, but installed the
context menu options are good, just too invasive a you said. I will use that data to
try to rein it in.

Mike Sa
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top