Open folders in new windows

Double-clicking folders always open in new windows.

I have checked «Open folder in same window», but they keeps opening in new windows if I double-click any folder, which is annoying and strange.

If I right-click the folder, and select the bold default «Open», it opens in same window, which proves that my default action is set correctly. However, if I double-click it, it always open in new windows.

I have searched the internet but the solutions I found haven’t helped me.

You can try this and check if it helps:

1. Go to Start and type in regedit in the search box and press enter.
2. Navigate to the following key:
HKEY_CLASSES_ROOT/Directory/Shell
3. In the right hand pane change the default values data as none.
4. Exit the registry.

Important : This method contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry
incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you
can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number
to view the article in the Microsoft Knowledge Base:

Back up the registry:

If the issue persists, then check in a new user account.

Follow these steps:

1. To open User Accounts, click the Start button, click Control Panel, click User Accounts and Family Safety, and then click User Accounts.

2. Click Manage another account. If you’re prompted for an administrator password or confirmation, type the password or provide confirmation.

3. Click Create a new account.

4. Type the name you want to give the user account, click an account type, and then click Create Account.

If the new user account works fine then the previous account was corrupt, you may follow the link given below to fix the corrupt user profile.

Fix a corrupted user profile

Regards,
Afzal-Microsoft Support.
Visit our Microsoft Answers Feedback Forum and let us know what you think.

Folders open in new window despite folder option says: open in the same window)

i use windows 7 ultimate x86.
there this problem appeared suddenly.

When i doubleclick on a folder in an explorer windows, it does not open in the same window as it did before,

but it opens a new window.
when i click through a directory tree i suddenly have 7 or 8 open windows, which i dont want.
i want the old behaviour back (every folder is opened in the same window) !

now i know that under folder options there is such an option : «open in the same window» or «open in a new

the strange thing : it still stands on «open in the same window».

i assume any program changed this behaviour, only i dont know which and when and how.

when i change this option from «open in same window» to «open in new window», it has no effect !
to be true : it has an effect when i right click on the folder to open and choose «open» from the
right-click menu. here this option has the effect to either open a new window or not.

ONLY this effect DOES NOT appear when i double click the folder i want to open.

Читайте также:  Asus x541s установка windows с флешки

until yesterday, it behaved ok and opened in the same window. but now, whatever i do, a new window is

the folder option, though, has only effect on «right click and open» actions, but not on left double click

i checked my mouse options, but there is also nothing to see.

my question now : how can i get the normal old behaviopur back : when i double left click on the folder i

want to open,l it should open in the same windows (and NOT open a new window).

where do i find this option (while the standard option has no effect, this option only has an effect when

right click and open is chosen).

how can i get the «open in the same windows» option back also whern i double click the new folder to open ?

best regards from germany,

no, it wasn’t what you all suggested.

Instead, i found the solution now, and please remeber it, because i suppose you will see it again !

I had, beside the «folders open in new windows when doubleclicked despite folder options say same window» problem, two others, one was that Internet Explorer wouldnt start at all anymore (which wasnt too bad for me since i use Firefox as browser anyway) and then the printer folder in control panel would not contain anything, it was an empty folder, just a blank folder (though i had printers installed).

All three problems were connected, and the solution was simple, but hard to find (for me).

I found it here :

the solution is to create the follwing .cmd file and execute it, after execution imnmediately reboot !

:: 32 bit and 64 bit
IF EXIST «%SystemRoot%\System32\actxprxy.dll» «%SystemRoot%\System32\regsvr32.exe» «%SystemRoot%\System32\actxprxy.dll»
IF EXIST «%ProgramFiles%\Internet Explorer\ieproxy.dll» «%SystemRoot%\System32\regsvr32.exe» «%ProgramFiles%\Internet Explorer\ieproxy.dll»

:: 64 bit only (32bit on 64 bit)
IF EXIST «%WinDir%\SysWOW64\actxprxy.dll» «%WinDir%\SysWOW64\regsvr32.exe» «%WinDir%\SysWOW64\actxprxy.dll»
IF EXIST «%ProgramFiles(x86)%\Internet Explorer\ieproxy.dll» «%WinDir%\SysWOW64\regsvr32.exe» «%ProgramFiles(x86)%\Internet Explorer\ieproxy.dll»

after execution and immediate reboot, all problems are gone, everything is ok again.

please note the different path under windows 7 x64 (ProgramFilesx86), therefor the x64 part.

You must use regsvr32 to re-register the two proxy DLLs (actxprxy.dll and ieprxy.dll), thenreboot

You can use the upper batch file (.cmd file) to do this.

You must run this batch file with administrative privileges (right click on the file and chooseRun as administrato r)

David from Davids Blog (see link above) explained it like this :

Problem(s):

  • When attempting to open a folder in Windows Explorer , the folder opens in a new window, even if “Open each folder in the same window ” is selected in Folder Options.
  • Some links in Internet Explorer don’t open correctly
  • Microsoft SQL Server Management Studio : An error with a message like “Unable to cast COM object of type ‘System.__ComObject’ to interface type ‘Microsoft.VisualStudio.OLE.Interop.IServiceProvider’ . This operation failed because the QueryInterface call on the COM component for the interface with IID ‘<6d5140c1-7436-11ce-8034-00aa006009fa>’ failed due to the following error:No such interface supported (Exception from HRESULT: 0×80004002 (E_NOINTERFACE)). (Microsoft.VisualStudio.OLE.Interop)
  • Visual Studio Team Explorer : When browsing using the Team Explorer window, you may get COM errors similar to those in the SQL Management Studio error above

Explanation:

I’m not sure of the exact details, but this is what I think I’ve found. Perhaps someone at Microsoft would correct or elaborate on this.

Previously, actxprxy.dll (ActiveX Interface Marshaling Library) was used as the proxy for a multitude of system interfaces, such as IShellFolder and IServiceProvider.

In Windows 7 (and probably Vista also), the GUID of this library has changed from to

Secondly, there is also a new Proxy/Stub provider found in ieproxy.dll of Internet Explorer (IE ActiveX Interface Marshaling Library). Some interfaces that previously used actxprxy.dll are now registered to use ieproxy.dll.

Now various problematic software (such as Vault 3.x) will try to register against actxproxy using the old GUID, and for interfaces now proxied by ieproxy.dll.

Please read the source yourself (link above) for more details.

It helped me a lot, because noone could really help me, not even here, and i received partially weird

hints of which none helped at all.

only the above batch file helped it.

this will re-appear, so keep that batch file, you will need it from time to time.

Open Folders as New Windows Instead of Tabs in Finder of Mac OS X

The Mac file system received tabbed window support in OS X Mavericks, which also caused opening new Finder windows into launching new tabs rather than an actual new Finder window. While this helps to cut down on window clutter when browsing the file system, it can also be kind of frustrating if you want to actually open a specific directory into a separate Finder window. Fortunately, there are a few workarounds to this, and you can open new windows instead of tabs in the OS X Finder by using a specific trick or by changing the default window behavior. We’ll cover both methods, so you can use whichever is most appropriate for your situations.

A quick reminder; you can always open a completely new Finder window by hitting Command+N anywhere in the Finder, this will default to launching a new window at your home folder unless you change that. The tricks below are aimed at opening specific folders into new windows.

1: Option + Right-Click for a New Finder Window of the Folder

The simplest option to open a specific folder into a new window is to use the Option key as a keyboard modifier and right-click the folder. While holding Option you’ll see the “Open in New Tab” transforms to “Open in New Window”, so just select that and it will launch the chosen folder into a new Finder window.

This is quick, easy, can be done anywhere, and doesn’t require any settings changed to the Mac Finder.

2a: Make New Windows the Default Rather Than Tabs

Another option is to disable the default Tab behavior and switch back to how things worked in OS X prior to Mavericks. To use this to open folders into new Folders is really a two part trick, the first of which requires a quick settings adjustment:

  • From the Finder, go to the ‘Finder menu’ and choose “Preferences”
  • Under the “General” tab uncheck the box for “Open folders in tabs instead of new windows”

Close out of the Finder preferences and now you can use a keyboard modifier to open a specific folders into new windows, the next part of this trick:

2b: Command + Double-Click to Open New Window

Just as it sounds, once you’ve disabled the “Open folders in tabs instead of new windows” behavior, hold down the Command key and then double-click to open a folder as usual this will instantly launch it into a new window, rather than a new tab.

It’s essential to perform the 2a settings change first, otherwise this will just open the folder into a tab instead.

Bonus Option 3: Use Simplified Finder Windows

Finally, you can also choose to hide the Finder window toolbar to greatly simplify the appearance of Finder windows, which also happens to cause double-clicking on all Folders to launch into new windows. This behavior is how navigating the file system worked on the Mac prior to OS X in the ‘Classic’ experience of Mac OS. But the downside to this approach of course is that you lose the sidebar and the toolbar, both of which are very useful to have around.

20 Comments

Who in their right mind would use the icon view where you have to sift through, say, a hundred small pictures wasting time on deciphering what each of them mean? Isn’t an alphabetical list easier to navigate (giving you a simple criterium—alphabet—for finding anything you need)? —why, yes, it is! That’s why I only use the column view. Right-click gives you an option to open a folder in a new tab, and do you really need anything else? No! Now, geeks, let me have it about how stupid I am and how Apple is going downhill.

There used to be a defaults database entry called FinderSpawnWindow which could be set to true/1. You could only alter this from a terminal window though. This would ensure the Finder opened new windows always when double clicking on a Folder, regardless of whether there was a toolbar visible or not. That feature got removed somewhere along the way (Yosemite?) and revealed the current behaviour as something that was there all the time and being hidden by the FinderSpawnWindow setting.

The feed back I received from filing a bug report about this was “Engineering has determined that the Finder behaves as intended”. I was hoping they would put this feature back sometime so the users could choose either mode of operation.

I don’t know whether it is possible to convince the engineering department to reconsider. I think a large number of people have tried but maybe the requests haven’t reached a critical mass yet.

It is not enough to make me stop using macOS and hardly worth getting heated and angry over it but it is frustrating to keep having to retrain the muscle memory when I’m switching between old and new systems.

I was fallowing instructions and pictures shown all over the place
indicating how to open folders on different windows. it says “Press Option + Right Click” on the folder, but it was not showing that option. Happens that in OS 10.13.6 and higher is not option anymore. Just open FINDER go to the desired folder or drive. RIGHT CLICK the desired folder and you will see ” OPEN ON NEW WINDOW” at the top. That makes more sense now.

Is there a shortcut to open folders up in a new window?

With directories you can right click -> Open in new window , however I would like to know whether there is an easier shortcut, because this is an action that I perform all the time.

5 Answers 5

Hold down Ctrl and double click the file/folder to open in a new window.

You can also hold Ctrl and hit Enter on a highlighted folder to accomplish the same thing (In case you like to browse with your keyboard)

Let me know if thats what you needed!

in shortcut properties, the type target is ‘Folder’, and this open in same window, to change behavior put parameter and path in field ‘Target’:

C:\Windows\explorer.exe /n, «C:\Users\USER-NAME\Downloads»

C:\Windows\explorer.exe /n, C:\Users\USER-NAME\Downloads

this change target type to application located to explorer then explorer.exe get’s parameter N to open your custom path to folder in new window.

Selecting the folder on the left, ctrl + n, alt + tab, enter.

You can change the settings for Windows Explorer so that it always opens folders in a new window. To do this, start by going into the View tab and then click Options:

When you click on Options, a «Folder Options» window will open. You can then click «Open each folder in its own window» and then click OK or Apply to save the settings:

Once you’ve done this, every time you double-click on a folder it will open in a new window. You can always change this setting back by doing the same thing and selecting «Open each folder in the same window».

Оцените статью