Piotr Gabryanczyk’s Blog

Java, Refactoring, AOP, Spring, DDD, TDD, etc.

  • Blogroll

    • I have joined Anti-IF Campaign

HowTo customize Save As/Open dialog shortcuts in XP using windows registry

Posted by Piotr Gabryanczyk on February 18, 2009

Problem:

I want to add custom shortcuts in Open/Save As dialog box in XP

Manual Solution:

Check this article by Ryan Gordon out if you want to do it manually.

Automatic Solution:

Create custom-save_as.reg file with content similar to the following:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Comdlg32]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Comdlg32\PlacesBar]
"Place1"="e:\\piotrga"
"Place2"="e:\\piotrga\\tmp"
"Place3"="e:\\piotrga\\Download"

Then right-click custom-save_as.reg and select "Merge" option.

Now open Save As/Open dialog and enjoy!

One Response to “HowTo customize Save As/Open dialog shortcuts in XP using windows registry”

  1. Awesome! I have been looking for it for ages. Thanks! Jacek

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>