Windows File Dialog hack
In the Windows common Open/Save dialog, there are five folders traditionally listed on the left hand side: My Recent Documents, Desktop, My Documents, My Computer, and My Network Places. While these are all handy locations, I was hoping to include my source code folder in this list to save me some time browsing to the correct location during my client’s system testing phase.
Searching the internet, I found a hack at puppypy.com. Using a registry setting, you can change any of the five placeholders with a folder of your choosing. Additionally, you can choose from and change to a number of standard Windows locations. Puppypc even provides a quick web form that generates the code for the registry file.
In summary, you need to add a folder or two to the registry and populate a “PlaceX” value with your folder.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\comdlg32\PlacesBar]
“Place0″=”C:\\my folder\\”
3 Comments
- Dan said:
- Dan O said:
- John said: