Computer Wiz Needed Please Help

Sunday, December 7, 2003 by Keith Perry | Discussion: WinCustomize Talk

When I click on my C drive, the first option is not OPEN it is SEARCH

How do I make OPEN my first option?

Please click on my name to see the picture. I am needing to have the open on top of search.
First Previous Page 1 of 2 Next Last
Sugaree
Reply #1 Sunday, December 7, 2003 10:44 PM
jeezz open is there.. it's not the end of the world. Get a grip!
yrag
Reply #2 Sunday, December 7, 2003 11:49 PM
Right click on Taskbar, open Start Menu Options/Advanced and click on My Computer/Open as Link. Click apply.



Powered by SkinBrowser!
Sugaree
Reply #3 Monday, December 8, 2003 12:49 AM
no,no

left click on Taskbar, open Start Menu Options/Advanced and click on My Computer/Open as KMA Click apply.
yrag
Reply #4 Monday, December 8, 2003 12:52 AM
wombat_1
Reply #5 Monday, December 8, 2003 12:55 AM
C:/format_all



Powered by SkinBrowser!
Jafo
Reply #6 Monday, December 8, 2003 4:24 AM
What's a 'C drive'?  Is that like a 'U turn'?...
Chris TH
Reply #7 Monday, December 8, 2003 5:24 AM
by Meyend Tripp - 12/7/2003 10:37:57 PM When I click on my C drive, the first option is not OPEN it is SEARCH


Do you mean the 'open' option is missing completely?

This happened to me a long time ago through uninstalling the Stardock Object Zip utility. IIRC it also occurred with other Stardock apps. It was sorted by GreenReaper who had the right registry patches. It's archived in this Google newsgroup thread (sorry about the wrapping)

http://www.google.com.au/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&frame=right&th=e2bcbc62126d1112&seekm=MPG.177c38f06f1b7bad9896ab%40news.stardock.com#link1

I have the Win98 patch but no way to get it to you. Maybe GreenReaper will see this (or you could email him and ask nicely?)

HTH


Powered by SkinBrowser!
[Message Edited]
Keith Perry
Reply #8 Monday, December 8, 2003 6:38 AM
OK, I meant that when I double click on LOCAL DISK (C:) It goes to Search. I'm needing it to OPEN.


Yes, It is just right click away to choose open, but I prefer it to open on Double Click LOCAL DISK like it use to.
Chris TH
Reply #9 Monday, December 8, 2003 6:10 PM
Hmmm... it sounds similar. It's still possible the HKEY_CALSSES_ROOT\Folder class is mangled a little bit...

What do you get if you look in Control Panel->Folder Options->File Types->Folder & click on "Advanced"?

You should see (possibly) among others 'Explore' and/or 'Open'. If 'Open' is there and not shown in bold (means it's the default) then highlight it with the mouse then click on "Set as Default".

In all cases I'm speaking from a Win2000 perspective. YMMV if you have XP.

HTH




Powered by SkinBrowser!
Keith Perry
Reply #10 Monday, December 8, 2003 6:31 PM
Chris TH, that is exactly the position I need to be in. Only its not for folder its for Drive, I switched from SEARCH to - OPEN IN COMMAND WINDOW.* NO OPTION FOR OPEN

Do you know how to add it? It says add new, but when I type in OPEN it doesnt accept it.
Chris TH
Reply #11 Monday, December 8, 2003 7:47 PM
I think you still have to look in the Folder class...

The 'Drive' seems to be a subset of 'Folder' with only the extra commands needed to make it particular to that class.

Similarly with the 'Directory' class.

i.e 'Drive' and "Directory' are 'children' of 'Folder' (my programmer days are waaay long in the past but this it how it looks to me). The commands not listed in the 'children' are passed up to the 'parent' (Folder) to handle.

On my system (where the drive behaves as normal) it too only has the 'Find' option listed.

I'm guessing when the 'Drive' object receives a doubleclick (or open) event, it passes it up to the Folder class to handle.

It shouldn't hurt to try it

[Message Edited]
Keith Perry
Reply #12 Monday, December 8, 2003 8:40 PM
Thanks Chris,
Checked FOLDER, and it is set on OPEN but C: still opens command window.

Guess Ill have to get use to right clicking open from now on



Again, Many thanks,

Keith
kongit
Reply #13 Monday, December 8, 2003 8:54 PM
one way to fix this is to reinstall windows. Big step, but that might be all that can fix this. The problem probably lies in your drive class as ChrisTH said. If you know what you are doing you can probably fix it with regedit, but I wouldn't experiment in my registry because thats a very dangerous thing to do. You also might be able to do a system restore to before the point it started messing up. One other way is to search support forums like microsofts or dells.
kona0197
Reply #14 Monday, December 8, 2003 8:57 PM
actually try System File Checker first. might help.
Chris TH
Reply #15 Monday, December 8, 2003 9:20 PM
Checked FOLDER, and it is set on OPEN but C: still opens command window.


Below is the Folder class from Win98, but it matches my Win2000 exactly...

I suggest opening Regedit & comparing with yours & fixing if necessary BACK IT UP FIRST

My guess is that you've somehow got 'command.com' in yours instead of 'explorer.exe' at some place.

BTW, the '@=' refers to the 'Default' entry you'll see in Regedit.

After this, I can't help you any more



[HKEY_CLASSES_ROOT\Folder]
@="Folder"
"EditFlags"=hex:d2,01,00,00

[HKEY_CLASSES_ROOT\Folder\DefaultIcon]
@="C:\\WINDOWS\\SYSTEM\\shell32.dll,3"

[HKEY_CLASSES_ROOT\Folder\shell]
@=""

[HKEY_CLASSES_ROOT\Folder\shell\open]
@=""

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec]
"NoActivateHandler"=""
@="[ViewFolder(\"%l\", %I, %S)]"

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\application]
@="Folders"

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\topic]
@="AppProperties"

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\ifexec]
@="[]"

[HKEY_CLASSES_ROOT\Folder\shell\open\command]
@="C:\\WINDOWS\\Explorer.exe /idlist,%I,%L"

[HKEY_CLASSES_ROOT\Folder\shell\explore]
@=""

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec]
"NoActivateHandler"=""
@="[ExploreFolder(\"%l\", %I, %S)]"

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\application]
@="Folders"

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\topic]
@="AppProperties"

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\ifexec]
@="[]"

[HKEY_CLASSES_ROOT\Folder\shell\explore\command]
@="C:\\WINDOWS\\Explorer.exe /e,/idlist,%I,%L




Powered by SkinBrowser!
Keith Perry
Reply #16 Tuesday, December 9, 2003 5:50 PM
Thanks Chris,
Followed the registry, checked it twice, and it took my FOLDER away
Im sure glad you said BACKUP after I finished the registry, every thing opened in COMMAND.

Im going to try it one more time without changing some of the Values, I think XP is different on some of the values listed above ( I keep them like they are )

Thanks again for the help,
Keith
Jafo
Reply #17 Tuesday, December 9, 2003 6:17 PM
XP is very likely different there....you'd be pushing your luck to incorporate 98's registry settings into XP's....not without a lot of tears...
Keith Perry
Reply #18 Tuesday, December 9, 2003 6:28 PM
It was worth a try though
Chris TH
Reply #19 Tuesday, December 9, 2003 10:01 PM
Yeah, If I had a copy of XP handy I'd look into it too....

Hmmm... maybe it can be arranged... [sneaks a look at a colleague's unattended PC]

Stay tuned.



Powered by SkinBrowser!
Jafo
Reply #20 Tuesday, December 9, 2003 10:16 PM

From XP...the same section of the registry....

Key Name:          HKEY_CLASSES_ROOT\Folder
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:            Folder

Value 1
  Name:            EditFlags
  Type:            REG_BINARY
  Data:           
00000000   d2 03 00 00                                        Ă’...

Value 2
  Name:            TileInfo
  Type:            REG_SZ
  Data:            prop:Size


Key Name:          HKEY_CLASSES_ROOT\Folder\DefaultIcon
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_EXPAND_SZ
  Data:            %SystemRoot%\System32\shell32.dll,3


Key Name:          HKEY_CLASSES_ROOT\Folder\shell
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM

Key Name:          HKEY_CLASSES_ROOT\Folder\shell\Browse with Paint Shop Pro
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM

Key Name:          HKEY_CLASSES_ROOT\Folder\shell\Browse with Paint Shop Pro\command
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:            "C:\PROGRA~1\PAINTS~1\psp.exe" "%L"


Key Name:          HKEY_CLASSES_ROOT\Folder\shell\explore
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            BrowserFlags
  Type:            REG_DWORD
  Data:            0x22

Value 1
  Name:            ExplorerFlags
  Type:            REG_DWORD
  Data:            0x21


Key Name:          HKEY_CLASSES_ROOT\Folder\shell\explore\command
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_EXPAND_SZ
  Data:            %SystemRoot%\Explorer.exe /e,/idlist,%I,%L


Key Name:          HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:            [ExploreFolder("%l", %I, %S)]

Value 1
  Name:            NoActivateHandler
  Type:            REG_SZ
  Data:           


Key Name:          HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\application
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:            Folders


Key Name:          HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\ifexec
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:            []


Key Name:          HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\topic
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:            AppProperties


Key Name:          HKEY_CLASSES_ROOT\Folder\shell\open
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            BrowserFlags
  Type:            REG_DWORD
  Data:            0x10

Value 1
  Name:            ExplorerFlags
  Type:            REG_DWORD
  Data:            0x12


Key Name:          HKEY_CLASSES_ROOT\Folder\shell\open\command
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_EXPAND_SZ
  Data:            %SystemRoot%\Explorer.exe /idlist,%I,%L


Key Name:          HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:            [ViewFolder("%l", %I, %S)]

Value 1
  Name:            NoActivateHandler
  Type:            REG_SZ
  Data:           


Key Name:          HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\application
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:            Folders


Key Name:          HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\ifexec
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:            []


Key Name:          HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\topic
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:            AppProperties


Key Name:          HKEY_CLASSES_ROOT\Folder\shell\PowerDesk
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM

Key Name:          HKEY_CLASSES_ROOT\Folder\shell\PowerDesk\Command
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:            C:\Program Files\Ontrack\PowerDesk\pdexplo.exe /idlist,%I


Key Name:          HKEY_CLASSES_ROOT\Folder\shellex
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM

Key Name:          HKEY_CLASSES_ROOT\Folder\shellex\ColumnHandlers
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM

Key Name:          HKEY_CLASSES_ROOT\Folder\shellex\ColumnHandlers\{0D2E74C4-3C34-11d2-A27E-00C04FC30871}
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:           


Key Name:          HKEY_CLASSES_ROOT\Folder\shellex\ColumnHandlers\{24F14F01-7B1C-11d1-838f-0000F80461CF}
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:           


Key Name:          HKEY_CLASSES_ROOT\Folder\shellex\ColumnHandlers\{24F14F02-7B1C-11d1-838f-0000F80461CF}
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:           


Key Name:          HKEY_CLASSES_ROOT\Folder\shellex\ColumnHandlers\{66742402-F9B9-11D1-A202-0000F81FEDEE}
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:           


Key Name:          HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers
Class Name:        <NO CLASS>
Last Write Time:   12/1/2003 - 12:54 PM

Key Name:          HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\Symantec.Norton.Antivirus.IEContextMenu
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:            {5345A4D5-41EB-4A2F-9616-CE1D4F6C35B2}


Key Name:          HKEY_CLASSES_ROOT\Folder\shellex\DragDropHandlers
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:13 PM

Key Name:          HKEY_CLASSES_ROOT\Folder\shellex\DragDropHandlers\{BD472F60-27FA-11cf-B8B4-444553540000}
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:13 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:           


Key Name:          HKEY_CLASSES_ROOT\Folder\shellex\PropertySheetHandlers
Class Name:        <NO CLASS>
Last Write Time:   11/26/2003 - 5:01 PM

 

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01