Jul 09 2006
Windows XP Tip: Change “Open/Save” dialogue to suit your workflow
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
This tutorial will show you how to configure your Windows common open/save dialogue so you can change the five default locations (Recent, Desktop, My Documents, My Computer, My Network Places). These are nice, generic locations, but really…how often do you really use the “Recent” folder?
|
|

The Default Five
If you’re like me, you have your projects in sub-folders located inside one main folder (for me, it’s G:\Projects\). Ideally, I’d like to be able to update the sidebar on the fly with my most recent working folders, but alas Windows doesn’t let you do that. Until it does, we can still get us one step and a few clicks closer to the folders we actually use most.
Note: These instructions involve editing the system registry. If you are not comfortable with doing this, do not proceed. I take no responsibility for any harm you might cause while in there. Remember to always back up before making any system changes.
|
|
Configuring the Default Places Bar:
- Decide which 5 locations you want located there. For me, it will be Projects and my “pics” directory, replacing “Recent” and “My Network Places”
- Open RegEdit: Start->Run (or Win+R) and type “regedit” and press OK.
- In the tree on the left, navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies.
- Create a key “comdlg32″: Edit->New->Key
- Inside this new key, create another key titled “Placesbar”
- Inside Placesbar, you can create the new five items.
- Create string values or DWORD values (see substeps 2 and 3 below to decide which) naming them Place0, Place1, Place2, Place3, Place4
- Adding a common Windows place: Create a new DWORD Value (Edit->New->DWORD Value) and insert the desired DWORD from this complete list of Shell Constants, Enumerations, and Flags You want to use the hex values (they look like 0×000000, only enter the numbers after the x)
- Adding a specific folder or drive: Create a new stringNew->String Value) and enter the desired folder path (”G:\Projects” for a directory, or “G:\” for a drive)
- Done. Now you can go to any open/save dialogue to see your work. No restart necessary for this reghack.
While it’s possible to setup network drives this way, I wouldn’t recommend it if the pc is not constantly connected to the network, as it can cause painfully sluggish response time when opening the Open/Save dialogue when you aren’t connected.

My new custom sidebar
|
|
If you decide you want your old default bars back (why??), simply go back into your registry and delete the comdlg32 key you created! Sphere: Related Content
If you found this article useful and use StumbleUpon, please give it a
thumbs up so more people can read it! Thank you!
Please take the time to check out this thread and leave a comment letting me know what you would like to see from this site. It's still relatively young and trying to find its way- you can make design pitstop the resource you always wanted!

Charon
October 1st, 2006 at 6:30 pm ()
Brilliant tip, thanks a lot.