Open with ... missing in contex menu

U

Uwe Kaerst

Hi,

I am missing the option "Open with ..." in the explorer context menu of
my computer (WinXP-SP3), however, this particular CLSID entry is present
on my machine (see below) as I found by checking another box with
shexview.
How can I "reactivate" this context menuy entry?

TIA,
Uwe


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}]
@="Open With Context Menu Handler"

[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}
\InProcServer32]
@=hex
(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,
\

00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,48,0
0,\
45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex]
@=""

[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex
\MayChangeDefaultMenu]
@=""



--
Uwe Kaerst, Ph.D.
Dept. Cell Biology
HZI - helmholtz Centr for Infection Research
Inhoffenstrasse 7
D-38124 Braunschweig, Germany

Tel: +(49) 531 61813010
Fax: +(49) 531 2612313

EMAIL: kaerst(replace this with an at)helmholtz-hzi.de
 
J

ju.c

Here it is:

1. Copy below and paste into Notepad.

----------copy inside only----------
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With EncryptionMenu]
@="{A470F8CF-A1E8-4f65-8335-227475AA5C46}"

[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}]
@="Open With Context Menu Handler"
[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,48,00,\
45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"
[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex]
[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex\MayChangeDefaultMenu]

[HKEY_CLASSES_ROOT\CLSID\{A470F8CF-A1E8-4f65-8335-227475AA5C46}]
@="Encryption Context Menu"
[HKEY_CLASSES_ROOT\CLSID\{A470F8CF-A1E8-4f65-8335-227475AA5C46}\InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,48,00,\
45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

----------copy inside only----------

2. Save-as OpenWith.reg (or any name + .reg)

3. Double-click or right-click and merge into the registry.

4. You may need to restart your computer.


ju.c


Uwe Kaerst said:
Hi,

I am missing the option "Open with ..." in the explorer context menu of
my computer (WinXP-SP3), however, this particular CLSID entry is present
on my machine (see below) as I found by checking another box with
shexview.
How can I "reactivate" this context menuy entry?

TIA,
Uwe


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}]
@="Open With Context Menu Handler"

[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}
\InProcServer32]
@=hex
(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,
\

00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,48,0
0,\
45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex]
@=""

[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex
\MayChangeDefaultMenu]
@=""



--
Uwe Kaerst, Ph.D.
Dept. Cell Biology
HZI - helmholtz Centr for Infection Research
Inhoffenstrasse 7
D-38124 Braunschweig, Germany

Tel: +(49) 531 61813010
Fax: +(49) 531 2612313

EMAIL: kaerst(replace this with an at)helmholtz-hzi.de
 
U

Uwe Kaerst

Hi Ju.c,

thanks a lot, that solved the problem. Following your directions I found
that in this key:
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"

the "Standard" was empty and the CLSID linked to an "OpenExpert" entry.
Copying the value to "Standard" and deleting it from "OpenExpert" made
the built-in context option available immediately without reboot.

Cheers,
Uwe


Here it is:

1. Copy below and paste into Notepad.

----------copy inside only----------
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With
EncryptionMenu] @="{A470F8CF-A1E8-4f65-8335-227475AA5C46}"

[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}]
@="Open With Context Menu Handler"
[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\InProcS
erver32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74
,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,
48,00,\ 45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"
[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex
]
[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex
\MayChangeDefaultMenu]

[HKEY_CLASSES_ROOT\CLSID\{A470F8CF-A1E8-4f65-8335-227475AA5C46}]
@="Encryption Context Menu"
[HKEY_CLASSES_ROOT\CLSID\{A470F8CF-A1E8-4f65-8335-227475AA5C46}\InProcS
erver32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74
,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,
48,00,\ 45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

----------copy inside only----------

2. Save-as OpenWith.reg (or any name + .reg)

3. Double-click or right-click and merge into the registry.

4. You may need to restart your computer.


ju.c



--
Uwe Kaerst, Ph.D.
Dept. Cell Biology
HZI - helmholtz Centr for Infection Research
Inhoffenstrasse 7
D-38124 Braunschweig, Germany

Tel: +(49) 531 61813010
Fax: +(49) 531 2612313

EMAIL: kaerst(replace this with an at)helmholtz-hzi.de
 
J

ju.c

You're welcome, Uwe, and hi to Germany from Canada!


ju.c


Uwe Kaerst said:
Hi Ju.c,

thanks a lot, that solved the problem. Following your directions I found
that in this key:
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"

the "Standard" was empty and the CLSID linked to an "OpenExpert" entry.
Copying the value to "Standard" and deleting it from "OpenExpert" made
the built-in context option available immediately without reboot.

Cheers,
Uwe


Here it is:

1. Copy below and paste into Notepad.

----------copy inside only----------
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With
EncryptionMenu] @="{A470F8CF-A1E8-4f65-8335-227475AA5C46}"

[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}]
@="Open With Context Menu Handler"
[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\InProcS
erver32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74
,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,
48,00,\ 45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"
[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex
]
[HKEY_CLASSES_ROOT\CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex
\MayChangeDefaultMenu]

[HKEY_CLASSES_ROOT\CLSID\{A470F8CF-A1E8-4f65-8335-227475AA5C46}]
@="Encryption Context Menu"
[HKEY_CLASSES_ROOT\CLSID\{A470F8CF-A1E8-4f65-8335-227475AA5C46}\InProcS
erver32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74
,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,
48,00,\ 45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

----------copy inside only----------

2. Save-as OpenWith.reg (or any name + .reg)

3. Double-click or right-click and merge into the registry.

4. You may need to restart your computer.


ju.c



--
Uwe Kaerst, Ph.D.
Dept. Cell Biology
HZI - helmholtz Centr for Infection Research
Inhoffenstrasse 7
D-38124 Braunschweig, Germany

Tel: +(49) 531 61813010
Fax: +(49) 531 2612313

EMAIL: kaerst(replace this with an at)helmholtz-hzi.de
 

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