Monday 4 June 2018

windows - Changing the locations shown on the side of the 'open' panel


Sometimes, when accessing documents from within programs on Windows, you have this popup:


image of dialog


How can I change the locations that appear on the left side of this popup?


(I say sometimes because other times you have a slightly different popup with more easily customisable options displayed as a list.)


(I'm running Win8 (hence , but I realise the solution may be cross-compatible, so I've also tagged .)



Answer



There was a tool: TweakUI. It works in Windows XP.


As far as I know there was no such tool developed for Vista/7/8.
I'm quite sure this compatibility mode Open/Save dialog can be customized in Vista+ by changing the same registry values.



  1. Start Registry Editor: Windows + R, regedit.

  2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies.

  3. With Policies selected, right-click on empty space in the right pane, and point at New, then click Key. And type comdlg32.

  4. Similarly, with comdlg32 selected, create new Placesbar key.

  5. You can create up to five places – Place0, Place1 .. Place4 – in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\Placesbar:

    1. Right-click on empty space in the right pane, point at New, and click String value.

    2. Type the name: Place0.

    3. Double-click Place0 and type the value: the path to a directory which will be displayed as the first place on the bar.




Source




What version of the dialog you would see depends on the programmer or rather the tools programmer used. Usually applications targeted to Windows XP have this kind of Open/Save dialog.


If you need more info, I can give more details, however programming part of it belong Stack Overflow.


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...