problems in startmenu

  • Thread starter Thread starter tactical.construct
  • Start date Start date
T

tactical.construct

I have a problem with links in the start menu. Here is the issue broken
down barney style:

When clicking on My Pictures, i should see the contents of My Pictures
When clicking on My Videos, i should see the contents of My Videos
When clicking on My Music, i should see the contents of My Music
When clicking on Control Panel, i should see the contents of Control
Panel

This does not happen. Instead:

When clicking on My Pictures, i see the contents of My Documents
When clicking on My Videos, i see the contents of My Documents
When clicking on My Music, i see the contents of My Documents
When clicking on Control Panel, i see the contents of My Documents
 
Try this command from Start, Run:

regsvr32 /i shell32.dll

--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


I have a problem with links in the start menu. Here is the issue broken
down barney style:

When clicking on My Pictures, i should see the contents of My Pictures
When clicking on My Videos, i should see the contents of My Videos
When clicking on My Music, i should see the contents of My Music
When clicking on Control Panel, i should see the contents of Control
Panel

This does not happen. Instead:

When clicking on My Pictures, i see the contents of My Documents
When clicking on My Videos, i see the contents of My Documents
When clicking on My Music, i see the contents of My Documents
When clicking on Control Panel, i see the contents of My Documents
 
I also ran into another issue that I think is related.

I just tried to bring up my E drive (CD-RW) in run...

Start---> Run
*typing* e:\

Window pops up with my documents displayed, not contents of CD drive
Upon further exploration, i discovered that even typing in a full path
will result in bringing up an explorer window of MY DOCUMENTS. For
example:

run: C:\Documents and Settings\Owner\My Documents\My Music
returns
My Documents
 
Open Regedit.exe and navigate to:

HKEY_CLASSES_ROOT\Folder\shell

Export the key to a reg file (folder.reg)

Similarly export this key (directory.reg):

HKEY_CLASSES_ROOT\Directory\shell

Post the contents of both the files here.

--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


I also ran into another issue that I think is related.

I just tried to bring up my E drive (CD-RW) in run...

Start---> Run
*typing* e:\

Window pops up with my documents displayed, not contents of CD drive
Upon further exploration, i discovered that even typing in a full path
will result in bringing up an explorer window of MY DOCUMENTS. For
example:

run: C:\Documents and Settings\Owner\My Documents\My Music
returns
My Documents
 
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell]

[HKEY_CLASSES_ROOT\Folder\shell\explore]
"BrowserFlags"=dword:00000022
"ExplorerFlags"=dword:00000021

[HKEY_CLASSES_ROOT\Folder\shell\explore\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,20,00,2f,00,65,00,2c,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,\
00,25,00,49,00,2c,00,25,00,4c,00,00,00

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

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

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

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

[HKEY_CLASSES_ROOT\Folder\shell\open]
"BrowserFlags"=dword:00000010
"ExplorerFlags"=dword:00000012

[HKEY_CLASSES_ROOT\Folder\shell\open\command]
@=hex(2):43,00,3a,00,5c,00,77,00,69,00,6e,00,64,00,6f,00,77,00,73,00,5c,00,65,\

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\Folder\shell\open\ddeexec]
"NoActivateHandler"=""

=========================================================

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell]
@="none"

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

[HKEY_CLASSES_ROOT\Directory\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\Directory\shell\find\ddeexec]
@="[FindFolder(\"%l\", %I)]"
"NoActivateHandler"=""

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

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

[HKEY_CLASSES_ROOT\Directory\shell\Winamp.Bookmark]
@="Add to Winamp's &Bookmark list"

[HKEY_CLASSES_ROOT\Directory\shell\Winamp.Bookmark\command]
@="\"C:\\Program Files\\Winamp\\Winamp.exe\" /BOOKMARK \"%1\""

[HKEY_CLASSES_ROOT\Directory\shell\Winamp.Enqueue]
@="&Enqueue in Winamp"

[HKEY_CLASSES_ROOT\Directory\shell\Winamp.Enqueue\command]
@="\"C:\\Program Files\\Winamp\\Winamp.exe\" /ADD \"%1\""

[HKEY_CLASSES_ROOT\Directory\shell\Winamp.Play]
@="&Play in Winamp"

[HKEY_CLASSES_ROOT\Directory\shell\Winamp.Play\command]
@="\"C:\\Program Files\\Winamp\\Winamp.exe\" \"%1\""
===========================================

Thanks for your prompt responses, Mr Ramesh
I sure hope you can help me
 
Back
Top