The Computer Oracle

How to make a Start Screen icon for Notepad that will always open a new Notepad when clicked in Windows 8?

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Magic Ocean Looping

--

Chapters
00:00 How To Make A Start Screen Icon For Notepad That Will Always Open A New Notepad When Clicked In Wind
00:26 Answer 1 Score 17
00:50 Answer 2 Score 3
01:01 Answer 3 Score 13
01:37 Accepted Answer Score 6
01:57 Thank you

--

Full question
https://superuser.com/questions/493813/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows #windows8 #startscreen

#avk47



ANSWER 1

Score 17


Use the Shift key to start a new instance of any application. Either Shift+Enter or Shift-Click, or else middle click.

Source: http://codeyarns.com/2012/10/22/start-multiple-instances-of-an-application-in-windows-8/

Other taskbar modifiers include:

Shift+Click         Open a new instance of the program
Ctrl+Click          Cycle between windows in a group
Middle Click        Open a new instance of the program
Ctrl+Shift+Click    Open a new instance of the program as Administrator
Shift+Right-Click   Show window menu



ANSWER 2

Score 13


To make it always open a new window with a normal left click, change the shortcut target of the tile:

  1. Right click on the tile

  2. Open file location. A File Explorer window should open, with a Notepad shortcut in it

  3. Right click on the Notepad shortcut

  4. Click properties

  5. Change the target to %windir%\system32\cmd.exe /c start %windir%\system32\notepad.exe

    enter image description here




ACCEPTED ANSWER

Score 6


It actually is possible with a reg key to do this. it only works for desktop apps (not full screen win8 apps) though i imagine this is exactly what everyone is looking to do.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\Launcher]
"DesktopAppsAlwaysLaunchNewInstance"=dword:00000001

Source here.




ANSWER 4

Score 3


Another rather tedious way to go about it is to right click on the tile & select "Open in New Window"