MY Computer options

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I open my computer and right click on any of the drives, the first
option is Search instead of Open. I can not just double click cause it will
always go to Search window. This is what happens when inserting a Data DVD
or Cd as well.

Everything else outside of of this works fine when you double click it opens
it.

Does anyone have suggestions to make Open the Top Option.

Thanks for any help anyone can provide.
 
Tom said:
When I open my computer and right click on any of the drives, the first
option is Search instead of Open. I can not just double click cause it
will
always go to Search window. This is what happens when inserting a Data
DVD
or Cd as well.

Everything else outside of of this works fine when you double click it
opens
it.

Does anyone have suggestions to make Open the Top Option.

Thanks for any help anyone can provide.


Search Companion Starts If You Double-Click a Folder
http://support.microsoft.com/?kbid=321186
 
Tom said:
When I open my computer and right click on any of the drives, the first
option is Search instead of Open. I can not just double click cause it
will
always go to Search window. This is what happens when inserting a Data
DVD
or Cd as well.

Everything else outside of of this works fine when you double click it
opens
it.

Does anyone have suggestions to make Open the Top Option.

Thanks for any help anyone can provide.

First create a restore point with System Restore or Run regedit and Export
your registry to a reg file. This is for protection in case of the unlikely
event of a undesirable outcome. Then copy the following into Notepad,
omitting the start and end lines but NOT omitting the blank line at the
bottom. Save it as fixdrive.reg. Double-click fixdrive.reg and say Yes to
import it into the registry.

Lee

-------start-----------------------------
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Drive]
@="Drive"
"EditFlags"=dword:000001d2
"BrowserFlags"=dword:00000008

[HKEY_CLASSES_ROOT\Drive\DefaultIcon]
@=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,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,38,00,00,00

[HKEY_CLASSES_ROOT\Drive\shell]
@=""

[HKEY_CLASSES_ROOT\Drive\shell\find]
"SuppressionPolicy"=dword:00000080

[HKEY_CLASSES_ROOT\Drive\shell\find\command]
@=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,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
65,00,00,00

[HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec]
@="[FindFolder(\"%l\", %I)]"
"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec\application]
@="Folders"

[HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec\topic]
@="AppProperties"

[HKEY_CLASSES_ROOT\Drive\shellex]

[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\LDVPMenu]
@="{BDA77241-42F6-11d0-85E2-00AA001FE28C}"

[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Offline Files]
@="{750fdf0e-2a26-11d1-a3ea-080036587f03}"

[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"

[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{59099400-57FF-11CE-BD94-0020AF85B590}]

[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{fbeb8a05-beee-4442-804e-409d6c4515e9}]
@=""

[HKEY_CLASSES_ROOT\Drive\shellex\FolderExtensions]

---------------end----------------
 
You have made my day. I have been working with this problem for over a year.
Back then when I asked the question someone gave me a way to do it outside
a Microsoft site and felt uneasy of doing it.

Again Thanks a whole bunch.

Tom
 
Tom said:
You have made my day. I have been working with this problem for over a
year.
Back then when I asked the question someone gave me a way to do it outside
a Microsoft site and felt uneasy of doing it.

Again Thanks a whole bunch.

Tom


You're welcome.
 
Tom said:
You have made my day. I have been working with this problem for over a
year.
Back then when I asked the question someone gave me a way to do it outside
a Microsoft site and felt uneasy of doing it.

That probably applies to my response :>) Glad you got it solved.

Lee
 

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

Similar Threads


Back
Top