Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Open Each folder in its own window Bug

Reply
 
Old 03-03-2009   #11 (permalink)


XP Pro SP3
 
 

Re: Open Each folder in its own window Bug

Quote  Quote: Originally Posted by cuneyt View Post
You can check the setting below in the registry:

HKEY_CLASSES_ROOT\Folder\shell

(Default) setting must be have a value of "(Value not set)

This makes windows to use the setting in the folder options.

If the default setting is open windows opens every folder in seperate
window; if the setting is expore windows opens every folder in same
window without regarding to the setting you specified in folder
options.


--
cuneyt
------------------------------------------------------------------------
cuneyt's Profile: cuneyt's profile on TechArena Computer Hardware Support Forums of India
View this thread: Open Each folder in its own window Bug - Vista Help

TechArena Community - Technology and Computer Hardware Support Forums of India
That fixed it for me!!

Wow. It's great to have this rather irritating problem taken care of. Thanks so much for sharing it!

My System SpecsSystem Spec
Old 03-04-2009   #12 (permalink)


Vista Home Premium 64 bit SP1
 
 

Re: Open Each folder in its own window Bug

Quote  Quote: Originally Posted by imekul View Post
Quote  Quote: Originally Posted by cuneyt View Post
You can check the setting below in the registry:

HKEY_CLASSES_ROOT\Folder\shell

(Default) setting must be have a value of "(Value not set)

This makes windows to use the setting in the folder options.

If the default setting is open windows opens every folder in seperate
window; if the setting is expore windows opens every folder in same
window without regarding to the setting you specified in folder
options.


--
cuneyt
------------------------------------------------------------------------
cuneyt's Profile: cuneyt's profile on TechArena Computer Hardware Support Forums of India
View this thread: Open Each folder in its own window Bug - Vista Help

TechArena Community - Technology and Computer Hardware Support Forums of India
That fixed it for me!!

Wow. It's great to have this rather irritating problem taken care of. Thanks so much for sharing it!
An alternative is just to use my freeware
Half Shell. It has 2 hotkeys. Shift-Enter opens selections in a 32 bit shell so that many 32 bit shell extensions will work(64 bit OS only) but the other hotkey, Control-Enter opens selections in separate windows just like XP.

You can read the description and download from here:
Hotkeys
My System SpecsSystem Spec
Old 03-08-2009   #13 (permalink)


Windows XP Proffesional x64, Windows Vista Ultimate x64, Windows 2008 Server x64
 
 

Re: Open Each folder in its own window Bug

Hi guys,

I just experienced this horrible misbehavior. Whatever I did, it was fruitless (trying to restore default settings, restart machine, repeat the sequence, in few iterations in different orders, etc.)

Then, I came up to the following links (you should note this only as the reference, I'll write exactly what helped me):

1. One site describes complete loss of folder view functionality; I saw this just once in my experience, some eight years ago, on Windows 2000.
JSI Tip 8321. Is your Windows Explorer folder pane blank?

2. The other one describes steps to fix Windows Explorer to be able (again) to open html/htm files.
Opening html/htm files from Windows Explorer

Second case inspired me to try to register mentioned dll's from the following batch file:

Code:
@echo off
REM Do not use this batch - just example of what I did
regsvr32.exe /s urlmon.dll 
regsvr32.exe /s shdocvw.dll 
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s mshtml.dll
After executing this (under elevated-privileges command prompt), all of a sudden my problem was gone for good!

However, you actually don't have to do all these registrations - just one is enough in order to enforce Windows Explorer obey "Open each folder in the same window":

Code:
@echo off
REM This is the right batch file for the Open each folder bug
regsvr32.exe /s actxprxy.dll
You can confirm that this is the right solution, if you intentionally unregister the mentioned file and start new instance of explorer.exe - the old buggy behavior is now returned - but it is an easy task to revert it.

*BUT* (!!#@*!$!)

a) New method to fetch updates from Microsoft for your Windows Vista and Windows 2008 Server (I suppose Windows Seven too, I didn't see it), called "Windows Update" sometimes get broken, somehow (you are unable to even start it) - I'm writing this because of the (lucky?) guys who didn't see Windows Vista and/or Windows 2008 server.

b) if you are developer using Microsoft Visual Studio (any recent edition, including Express), or Microsoft SQL Server Books Online, more precisely - you are utilising dexplore.exe to read all help files related to standard libraries, MSDN, etc. you have a chance (rare, to be honest) to experience impossibility of browsing the mentioned help files, under unknown circumstances (I didn't have chance to investigate further). The error message describes that the ms-help:// protocol handler is unable to open the documentation (or something like that).

The solution for both of these problems is to unregister
Code:
regsvr32.exe /u actxprxy.dll
the mentioned .dll and results are visible immediately - Windows Update will start to work and dexplore.exe will be able to open the documentation.

I can draw no conclusion on this

other that sometimes registering the actxprxy.dll (ActiveX Interface Marshalling Library) and sometimes (temporarily) unregistering it resolves some really, really annoying problems on modern operating systems (some people would say "sloppy tested and developed Frankenstein-looking and feeling OS sold at arrogantly high prices to the money-loundry companies and insane individuals" - but not me).

Think about this when you next time see the advertisements such as "More reliable than ever", "Completely rewritten code base", "100% Vertically Compatible", "Solid as a rock" and similar Goebbels-propaganda from any company.

I hope that anything from this helped. I've lost some life time for this, you know.

Cheers
VLaaD
My System SpecsSystem Spec
Old 03-22-2009   #14 (permalink)


Vista Home Premium x64 SP1
 
 

Re: Open Each folder in its own window Bug

Quote  Quote: Originally Posted by Nou Bary View Post
DelegateExecute -> value of
"COMPUTER\HKEY_CLASSES_ROOT\Folder\shell\explore\command\DelegateExecute"
Thanks for this, it worked for me. But i had to put the exact contents of

"DelegateExecute"

from HKEY_CLASSES_ROOT\Folder\shell\open\command\

into the new explore\command KEY, which was {11dbb47c-a525-400b-9e80-a54615a090c0}

the above quote didnt work giving an error when i tried to open a directory in windows explorer.
My System SpecsSystem Spec
Old 03-24-2009   #15 (permalink)


Vista Home Premium 32bit
 
 

Re: Open Each folder in its own window Bug

can anyone post step by step instructions so a noob like me can fix this problem?
thanks
My System SpecsSystem Spec
Old 03-25-2009   #16 (permalink)
Jim


 
 

Re: Open Each folder in its own window Bug

Enlarge on the situation ? ( Tell us more )

"geforcefour" <guest@xxxxxx-email.com> wrote in message
news:fac137cbe7e644d4f56e7eff3524ff6a@xxxxxx-gateway.com...
Quote:

>
> can anyone post step by step instructions so a noob like me can fix this
> problem?
> thanks
>
>
> --
> geforcefour
My System SpecsSystem Spec
Old 05-02-2009   #17 (permalink)


Vista Home Basic 32-bit
 
 

Re: Open Each folder in its own window Bug

Hi I'm having this same stupid problem. I did the basic check of checking the folder options but I had it set to "open in same window"
I then checked my registry (even if I am exceedingly hesitant to even mess with it) for that specified value and it was "Value not set"
I rebooted my computer many times to no avail.

Being the terrible OS noob that I am, please help me in my terrible plight! It's driving me nuts!

*Edit: I forgot to mention that all of this occurred promptly after I installed the recent MS Office 2007 patch/update (great job MS...)
My System SpecsSystem Spec
Old 05-02-2009   #18 (permalink)
Chad Harris


 
 

Re: Open Each folder in its own window Bug



"litlof42" <guest@xxxxxx-email.com> wrote in message
news:e254718dba9159a8d4a6bbad996a3447@xxxxxx-gateway.com...
Quote:

>
> Hi I'm having this same stupid problem. I did the basic check of
> checking the folder options but I had it set to "open in same window"
> I then checked my registry (even if I am exceedingly hesitant to even
> mess with it) for that specified value and it was "Value not set"
> I rebooted my computer many times to no avail.
>
> Being the terrible OS noob that I am, please help me in my terrible
> plight! It's driving me nuts!
>
> *Edit: I forgot to mention that all of this occurred promptly after I
> installed the recent MS Office 2007 patch/update (great job MS...)
>
>
> --
> litlof42
Hi--

Forgive me but what exactly is the problem you have now specifically that
you didn't have before? You say

"Hi I'm having this same stupid problem." Okay. And what is the problem?
Is it that the folders won't open in a new window and now they're opening in
the same window? When you type "control folders" (loose the quotes) in the
run box, and check either "show all folders" or automatically expand to
current folder" does a check in each or either help?

What can't you do that you now want to do?

Does this help you? It tells how to get the folder open in a new Window in
Vista?

Open a Folder in the Same or Separate New Window

OR

BTW have you tried a restore point prior to when you had the problem that
you think is secondary to installing an Office SP of some type for some
version of Office?

Are these any help at all since I'm left guessing about what your problem
actually is with folders?

"Open Containing Folder" in Search for Files and Folders does not workWhen
you perform a file search, and then click the Open Containing Folder in the
context menu of the Search Results window, instead of opening the parent ...
http://www.winhelponline.com/article...-not-work.html

How to Make Folders Appear as Cascading Menu in the Quick Launch ...Some
people would like to view the contents of the folder (cascaded as a list)
rather than opening the folder when clicked. Here is how to make folders in
....
http://www.winhelponline.com/blog/qu...ascading-menu/

Best,

CH

My System SpecsSystem Spec
Old 05-02-2009   #19 (permalink)


Vista Home Basic 32-bit
 
 

Re: Open Each folder in its own window Bug

Hi Chad Harris,

I apologize, I was not specific enough - the problem is that the folders ALWAYS open in a new window.
Like I said, I tried the fixes (going into the folder options and making sure the option to open it in the same window is checked, which it is/was) and checking my registry.
Despite this, it still opens in a new window.

I have not tried the restore point method, but as I go to look at the nearest restore point, it happens to be the day that this Office service pack was installed. It was apparently also installed with a bunch of other windows patches/updates, which I stand to lose if I restore...

What should I do?
My System SpecsSystem Spec
Old 07-07-2009   #20 (permalink)


Vista Home Premium 32bit
 
 

Re: Open Each folder in its own window Bug

Bonjour,
J'ai exactement le même problème : le "double clic" avec la souris ouvre systématiquement les répertoires de l'explorateur windows dans une nouvelle fenêtre ce qui est super gonflant ! Il faut que je fasse "clic droit > Explorer" pour rester dans la même fenêtre ...

J'ai fait ce qui était préconisé ; voilà un dump des valeurs du registre pour les clés concernées (voir après).

Le pb a semblé être réglé une fois, mais après avoir éteint/rallumé l'ordi le pb est réapparu et je n'arrive plus à revenir à la situation normale ou tous les dossiers s'ouvrent dans un même répertoire.

Merci pour ceux qui auraient une idée ? est-ce qu'on peut définir par hasard qqpart la fonction par défaut associée au double-clic ?

Gilles

Windows Registry Editor Version 5.00

Quote:
[HKEY_CLASSES_ROOT\Folder\shell\]

[HKEY_CLASSES_ROOT\Folder\shell\\explore]
"MultiSelectModel"="Document"
"BrowserFlags"=dword:00000022
"ExplorerFlags"=dword:00000021

[HKEY_CLASSES_ROOT\Folder\shell\\explore\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
65,00,20,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,00,25,00,49,00,2c,\
00,25,00,4c,00,00,00
"DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"

[HKEY_CLASSES_ROOT\Folder\shell\\open]
"MultiSelectModel"="Document"
"BrowserFlags"=dword:00000010
"ExplorerFlags"=dword:00000012

[HKEY_CLASSES_ROOT\Folder\shell\\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
65,00,20,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,00,25,00,49,00,2c,\
00,25,00,4c,00,00,00
"DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Open a Folder in the Same or Separate New Window Tutorials
open folder in new window? General Discussion
Can't open folder in same window General Discussion
How to open folder in a new window Vista General
Right click to open folder in a new window Customize indi folder o Vista file management


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46