In Windows XP, I had several folder saved as favorites in Windows Explorer, and could do Alt+A, 'letter' to quickly navigate to a favorite starting with 'letter' (for example, with a favorite named 'logs' pointing to C:\blah\blah\logs, Alt+A,L would immediately take me to the logs directory).

In Windows 7, they removed the Favorites menu bar, but added a listing in the navigation pane.
I've been trying to find a simple keyboard shortcut to quickly navigate to frequently used locations. Alt+D,F4 is the best I've found so far, but it requires actually looking through a list.

link|improve this question

25% accept rate
feedback

closed as not constructive by Gareth, Simon Sheehan, Nifle, Sathya Oct 28 '11 at 11:30

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

3 Answers

up vote 1 down vote accepted

You could try adding your Favorites to the Start Menu (right click Start Button > Properties > Start Menu tab > Customise).

Then you have to press WinKey, Right Arrow, F, Right Arrow, to start navigating your Favorites.

It's not ideal, but you could use some macro software, like AutoHotKey or AutoIT, to map it to a single key combo.

link|improve this answer
feedback

Another solution that works for me:

  1. Pin Windows Explorer to the taskbar in the left-most position.
  2. Pin your favorite folders to Windows Explorer.
  3. Press ⊞ Win + Alt + 1 (or other numbers according to the location of your pinned Windows Explorer on the taskbar).
  4. Press the first letter of your favorite letter followed by Enter.
link|improve this answer
feedback

If you are happy for them to open in a new Explorer window then I highly recommend AutoHotkey. It's very powerful but fairly easy to use.

Using a script created by AutoHotkey you can map nearly any key combination to open any program or file/folder.

For example, I have Ctrl + Alt + M set to open My Documents and ⊞ Win + F to open or switch to Firefox.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.