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

14

4

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.

Leon W

Posted 2017-03-10T20:01:30.833

Reputation: 305

Answers

25

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!

Cheesus Crust

Posted 2017-03-10T20:01:30.833

Reputation: 1 404

1

Thank you, this does work for normal files, although, is there a short cut that works for the sidebar folders too? Screenshot of sidebar > link

– Leon W – 2017-03-10T20:46:23.777

@leonW I am not sure. From what I can find so far, you cannot do it with native Windows Explorer. Although, I will be sure to let you know if I find something. – Cheesus Crust – 2017-03-10T20:56:08.360

@LeonW No problem, feel free to share if you figure anything out as well! – Cheesus Crust – 2017-03-10T21:26:05.090

Ctrl and double click the file/folder seems only to work on the left side. If I do that on the right side in my file explorer, it does not open a new windows. Ctrl and Enter works also on the right side. (Win 10 build 1803). – PeterCo – 2018-12-24T13:13:52.103

CTRL+ENTER: this is the shortcut of the year! +10 – Sylvain Rodrigue – 2019-08-11T10:24:57.903

4

C:\Users\USER-NAME\Downloads

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

before path

C:\Windows\explorer.exe /n,

like this

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

or

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.

Leonardo Lopez

Posted 2017-03-10T20:01:30.833

Reputation: 41

2

Macaw62

Posted 2017-03-10T20:01:30.833

Reputation: 21

1

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:

enter image description here

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:

enter image description here

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".

Donald Duck

Posted 2017-03-10T20:01:30.833

Reputation: 2 020

Thank you for the detailed instructions. Although I was looking for a shortcut rather than a permanent setting, I will be sure to use this trick in the future when organising files and folders. Thanks. – Leon W – 2017-03-11T11:30:58.393

0

Just in case anyone else stumbles open this post: I just use ctrl + n with nothing selected to open a new window of the current window, and then I click the sidebar folder I would like to open. Alternatively, you could use Auto Hot Key to map a few shortcuts to common folders (for example, I like to use ctrl + windows key + d for documents).

Danny

Posted 2017-03-10T20:01:30.833

Reputation: 1