Jump to content

Opening Windows Explorer To C:\ Using The Windows Hotkey


Recommended Posts

Posted (edited)

I've set the Windows Explorer shortcut found in the start menu to open into C:\, however, when I open Windows Explorer using the hotkey combination Windows Key + E it opens into My Computer. How can I change this behavior to mimic that of the Start Menu shortcut?

I realize that a hotkey can be assigned to the start menu shortcut, however, I would like to use the Windows Key + E hotkey.

Big Thanks

Edited by xmf

Posted

Do you have a Windows Explorer shortcut in the taskbar? I only have 2 shortcuts (start menu/all programs and taskbar) that have the same Target code, and the WindowsKey + E opens in the code I've set.

Posted

Do you have a Windows Explorer shortcut in the taskbar? I only have 2 shortcuts (start menu/all programs and taskbar) that have the same Target code, and the WindowsKey + E opens in the code I've set.

No I don't have any taskbar shortcuts (I like all the taskbar real estate I can get).

Posted (edited)

I've never shared this secret before,

Modify the following registry key as shown below...

This will always open to the desired location by using Win+E key

HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec

Then modify the (Default) string replacing %l and %I with the path you want to open.

Example:

Change...

[ExploreFolder("%l", %I, %S)]

To...

[ExploreFolder("C:\", C:\, %S)]

to explore your C:\ drive.

ajax2001

Edited by Ajax2001

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...