How to place your desired drives in the Save As option

Status
Not open for further replies.

adi007

Youngling
@CadCrazy:yes... that's what i am saying.... it will not work for xp sp3...
there is something wrong....
@new: could u please upload the screenshot showing the option...
It doesn't make sense that they have removed this option in sp3 ..:confused:
@topgear:marvelous softy ...thnks :D
 

Vishal Gupta

Microsoft MVP
People who are facing problems while getting this option in "gpedit.msc" or ppl who want to do it using registry, can use following ready-made registry script. Copy it and paste in Notepad, save the file with name "VG.reg" (including quotes), run the file and accept the confirmation:

Code:
Windows Registry Editor Version 5.00

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

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\PlacesBar]
"Place0"="A:\\"
"Place1"="C:\\"
"Place2"="D:\\"
"Place3"="E:\\"
"Place4"="F:\\"
The above mentioned code will add A:, C:, D:, E:, and F: drives in left-side pane. Replace values of "Place0", "Place1", "Place2", "Place3", "Place4" with your desired path to change them.

PS: If you want to change the look of Open/save dialog box completely, then open "%windir%\System32\Comdlg32.dll" file in Resource Hacker and goto:

Dialog -> 1552 -> 1033

Now you can play with the position and size of all controls, even you can add your own customized controls in the box.
 

topgear

Super Moderator
Staff member
@CadCrazy:yes... that's what i am saying.... it will not work for xp sp3...
there is something wrong....
@new: could u please upload the screenshot showing the option...
It doesn't make sense that they have removed this option in sp3 ..:confused:
@topgear:marvelous softy ...thnks :D

My pleasure buddy. This tricks works with sp3. check the screen shot :

*img237.imageshack.us/img237/6594/20080627062711in9.gif
*img237.imageshack.us/img237/6594/20080627062711in9.7e56e19e6b.jpg
 

adi007

Youngling
THIS IS VERY INTRESTING :confused:
*img391.imageshack.us/img391/9712/gpeditjp6.png

I will take this matter with Bill gates...opps my bad billie just got retired ..Balmar where are u..? :D
 
OP
New

New

Padawan
Expand Windows Explorer tree under Windows Components..And you have selected
Windows Components..:)
 

adi007

Youngling
Expand Windows Explorer tree under Windows Components..And you have selected
Windows Components..:)

Got it...
The mistake was the entries are not arranged alphabetically
windows explorer remains at the top..
I used to just glance the w section at the bottom
So silly of me...:p
BTW why the entries are not arranged alphabetically :confused: :mad:
 
Status
Not open for further replies.
Top Bottom