- Home
- Windows Vista
- Nothing happens when you click on a shell folder link in the Windows Vista Start menu
Nothing happens when you click on a shell folder link in the Windows Vista Start menu
- Copyright © 2008 Ramesh Srinivasan
- Windows Vista
Symptom
When you click on the Pictures, Music or the Documents link the Start menu, nothing may happen. Also, when you right-click on one of the links and choose Properties, the Location tab may be missing.
Resolution
This happens if the corresponding shell folder was relocated earlier and is pointing to an invalid location. For instance, if an user relocates the Documents folder to a removable hard drive and then disconnects the removable hard drive at a later stage, this problem is seen. If you wish to reset the shell folder paths to the default location, use the following steps:
- Click Start, type regedit.exe and press ENTER
- Navigate to the following location:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ User Shell Folders
- Double-click the registry value associated with the shell folder.
- Set its value data accordingly.
For example, to reset the Documents folder path, double-click Personal and set its data to %USERPROFILE%\Documents
Importantly, make sure that the Value type is REG_EXPAND_SZ, as we're using an expandable string (%userprofile%) in the Value data. If the value is already set as REG_SZ, delete it and create a new value of the correct type.
NOTE: The default value data for various shell folders are listed in article How to move the special folders in Windows Vista (See Method 2 in the linked page.)
- Exit the Registry Editor.
Related Articles
If you enjoyed this post, make sure you
subscribe to our RSS feed!
We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?
5 Responses to "Nothing happens when you click on a shell folder link in the Windows Vista Start menu" 
|
said this on 30 Jun 2007 11:50:48 PM PDT
AWESOME! After hours of pulling hair - you solved my problem.
|
|
said this on 04 Jul 2007 3:18:51 AM PDT
Mt exact problem. Thank you very much
|
|
said this on 29 Dec 2007 1:23:25 PM PDT
for some reason it's still not working for me.. it was before.. i moved all my pictures and music to a different drive and i linked them.. but for some reason when i moved them all to my external hd and i deleted my pictures from my favourites Link and the ones in my personal
it won't link anymore..
shows up blank :(
i did what u showed in the registry
actually tried both
%USERPROFILE%\Documents
and
%USERPROFILE%\Music
%USERPROFILE%\Pictures
I tried restarting too hehe
|
|
said this on 05 Jan 2008 10:48:51 AM PDT
Thanks allot for this, you really helped me allot, it was driving me crasy.
|
|
said this on 06 Apr 2008 9:22:34 PM PDT
Thank you so much for this! Exactly what I was looking for.
I changed the value as mentioned, closed the registry and nothing happened. Not until I rebooted the system.
It works and I am grateful.
|

Author)