Jump to content

Possible to add "Downloads" shortcut to start menu


Recommended Posts

Posted

Hi

Under the vista start menu, i can see shortcuts to music, pictures, saved game, documents and the user folder. Is there anyway to add the "Downloads" in the user folder shortcut to the start menu?

Thanks


Posted (edited)

Not really, the only way is to sacrifice one of thoes other folders on the rite. Right click on the folder you want to change and go to properties. Change the name under the general tab (example: music changes to Downloads), then go to the location tab, hit the move button and select the location of your download folder.

Edited by x-Shadow-x
Posted (edited)

Only way to do it is to replace "Games" with "Downloads" using these registry entries:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}]
@="Downloads"

[HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}\DefaultIcon]
@="imageres.dll,-184"

[HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}\InProcserver32]
@="shell32.dll"

[HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}\shell\open\command]
@="explorer.exe shell:Downloads"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{ED228FDF-9EA8-4870-83B1-96B02CFE0D52}]
@="Downloads"

To remove and set back to default:

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}]

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{ED228FDF-9EA8-4870-83B1-96B02CFE0D52}]

:thumbup

Edited by mc134

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...