To open in a new window, you can use Shift+click or Middle-click to open in a new instance.
If you want to set it to open in a new instance by default for All applications:
WIN+R
Enter regedit
- Go to the following key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\Launcher
- You may need to create the final
Launcher
key if it doesn't already exist
- Double-click on
"DesktopAppsAlwaysLaunchNewInstance"
and set its value to 00000001
- You may need to create the
"DesktopAppsAlwaysLaunchNewInstance"
entry (as a DWORD) if it doesn't already exist
- Log off and log back in for the change to take effect
But if you want to set it to open a new instance by default in only ONE application:
- Right-click the icon
- click
"Open file location"
- Right-Click the shortcut
- Properties
And , on the Target:
, add on the beginning %windir%\system32\cmd.exe /c start
, like this:
Related: Open more than one instance WITHOUT Shift
– Peter Mortensen – 2017-05-21T08:59:11.89315+1, the default behavior is wrong. If one wants to go to an existing instance, they'll use the taskbar, not the start screen. – Jon – 2012-10-31T00:19:21.150
1
@Bob has a good suggestion in another thread (see also my comment there) but you have to modify each shortcut to do it. It's worth it for me because there aren't that many programs I run into this trouble with (mostly WordPad). It also solves the issue of shift-clicking putting the new window behind everything else which seems to happen most of the time for Wordpad!
– User5910 – 2013-03-02T17:20:37.817