3

Suppose I am using Notepad for one task, and I want to open up a new Notepad window for another task. When I open Notepad from the Start menu, it simply returns me to the Notepad window I already have open. In order to open up a new Notepad window, I have to right-click on the Start menu's Notepad icon and select "Open as new window".

Is there any way I can make "Open as new window" the default setting? I always want to open a new Notepad window, and I never want to return to the existing Notepad window (who would???).

76987
  • 277

1 Answers1

2

Please check this guide:

How to open a new window of a desktop app from the Start screen

http://winaero.com/blog/how-to-open-a-new-window-of-a-desktop-app-from-the-start-screen/

  • Open Registry editor and go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell
  • Right click ImmersiveShell, and create a new key called Launcher.
  • At HKCU\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\Launcher, right click in the right pane and create a new DWORD value called DesktopAppsAlwaysLaunchNewInstance.
  • Double click it and set its value to 1.

enter image description here

  • Log off and log in back or just restart Explorer as we showed in this previous post.

That's it. Now try launching a Desktop app from the Start screen. It will always start a new instance.